Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Types | |
enum | DumpType { DP_HexDump , DP_HexOnly , DP_HexStream , DP_UTF8Text , DP_ASCIIText , DP_CString , DP_GoLiteral , DP_CArray , DP_MimeData , DP_Base64 } |
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) |