Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
Public Types | |
enum | DumpType { DP_HexDump, DP_HexOnly, DP_HexStream, DP_PrintableText, DP_EscapedString, DP_Binary } |
Public Member Functions | |
DataPrinter (QObject *parent=0) | |
void | toClipboard (DataPrinter::DumpType type, IDataPrintable *printable) |
void | setByteLineLength (int) |
int | byteLineLength () const |
Static Public Member Functions | |
static int | separatorInterval () |
static int | hexChars () |
static QActionGroup * | copyActions (QObject *copyClass, QObject *data=Q_NULLPTR) |
static DataPrinter * | instance () |
Protected Slots | |
void | copyIDataBytes (bool) |