aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-01-18 10:29:23 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-01-18 10:29:23 +0000
commit31be5fa70597f94655d60487fcb87278673ebb49 (patch)
treed3f767baa41250dd5cad3f08fa5ede40ebe5f88c /wiretap/wtap-int.h
parent042dc7258e9f7651c749486438933704daaec7a4 (diff)
decode IDB options (if_tsaccur and if_fcslen)
svn path=/trunk/; revision=24133
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 4a0bd848f5..04272f45f0 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -100,6 +100,7 @@ typedef struct {
gboolean byte_swapped;
guint16 version_major;
guint16 version_minor;
+ guint8 if_fcslen;
} pcapng_t;
typedef struct {