aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2009-06-17 00:46:38 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2009-06-17 00:46:38 +0000
commit47fd39c73d2182d5b97775c1bfcb46d0aabc5f38 (patch)
treea56a686c18b9f0d0fe9544d8e297ee70ef98a4b4 /wiretap
parent2f20f93a243d37ccd7244c1bce0f1f3247cd23e1 (diff)
Clean up a comment.
svn path=/trunk/; revision=28763
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/pcapng.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/wiretap/pcapng.c b/wiretap/pcapng.c
index 63a651281b..b808c3a9a8 100644
--- a/wiretap/pcapng.c
+++ b/wiretap/pcapng.c
@@ -191,10 +191,11 @@ typedef struct wtapng_packet_s {
guint32 packet_len; /* data length on the wire */
guint32 interface_id; /* identifier of the interface. */
guint16 drops_count; /* drops count, only valid for packet block */
+ /* 0xffff if information no available */
/* options */
gchar *opt_comment; /* NULL if not available */
- guint64 drop_count; /* 0xFFFFFFFF if unknown */
- guint32 pack_flags; /* XXX - 0 for now (any value for "we don't have it"?) */
+ guint64 drop_count;
+ guint32 pack_flags; /* XXX - 0 for now (any value for "we don't have it"?) */
/* pack_hash */
/* XXX - put the packet data / pseudo_header here as well? */