aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-05-15 16:50:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-05-15 16:50:37 +0000
commit85ff18cf166fbbfdedf6a6bd80af1635b48e7276 (patch)
tree40564dee9d96a4bbd99044bb9ecb7be3fde272f3 /epan/packet_info.h
parent5b279569d245c0c2e23588251fb4c951f50c9b36 (diff)
- Use the key for comparison of per_proto_data.
- Show the number of per-packet-data entries and which protocol has made entries in the frame. svn path=/trunk/; revision=49313
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index e2a242247d..4383505ab1 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -183,7 +183,7 @@ typedef struct _packet_info {
void *private_data; /**< pointer to data passed from one dissector to another */
GHashTable *private_table; /**< a hash table passed from one dissector to another */
- guint16 curr_layer_num; /**< The current "depth" or layer number in the current frame */
+ guint8 curr_layer_num; /**< The current "depth" or layer number in the current frame */
/* TODO: Use emem_strbuf_t instead */
GString *layer_names; /**< layers of each protocol */
guint16 link_number;