aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-30 19:21:24 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-30 19:21:24 +0000
commit0a28fb8f6a354aa9a446b6bf70733c305534e074 (patch)
treea075f90a96240ec13bbb5b15135e4f81cb9c75f3 /epan/packet.h
parent27b5d556cb53bee24e20a9bb5862189ee2e55a61 (diff)
Update the Qt byte view widget to reflect the recent changes in the GTK+
byte view. Move the packet_char_enc enum from packet.h to frame_data.h. Make the encoding flag a packet_char_enc and make it one bit. Get rid of the "cfile" global in a few places. C++-ize some of the font code. Clean up some variable names. svn path=/trunk/; revision=45838
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 0d933994cd..88ec915c14 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -77,12 +77,6 @@ typedef struct _packet_counts {
/** Number of packet counts. */
#define PACKET_COUNTS_SIZE sizeof(packet_counts) / sizeof (gint)
-/* Types of character encodings */
-typedef enum {
- PACKET_CHAR_ENC_CHAR_ASCII = 0, /* ASCII */
- PACKET_CHAR_ENC_CHAR_EBCDIC = 1 /* EBCDIC */
-} packet_char_enc;
-
extern void packet_init(void);
extern void packet_cleanup(void);