summaryrefslogtreecommitdiff
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-08 09:09:49 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-08 09:09:49 +0000
commit939b3c8e0a7252a7514d4c324e1d6cc90a1a84e8 (patch)
tree51a0e74538f1a3e0ee035c7248b14f4787bf224e /wiretap/wtap-int.h
parentcb7fcbe30d15626e7b6d0a658ff644c4606005ea (diff)
downloadwireshark-939b3c8e0a7252a7514d4c324e1d6cc90a1a84e8.tar.gz
Add an encapsulation type for "802.11 with radio information"; that type
returns radio information such as signal strength, channel, and data rate in a pseudo-header. Add that pseudo-header. Use the "802.11 with radio information" encapsulation type for Wireless Sniffer files; extract the radio information from where it appears to be in the header. Add dissector code for that encapsulation type. Fix an error in the code to put radio information into the AiroPeek tree. Make the "wrapped" flag for NetXRay/Windows Sniffer captures a "gboolean". svn path=/trunk/; revision=5122
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 470bf6d9c9..d36f1ed37d 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -1,6 +1,6 @@
/* wtap-int.h
*
- * $Id: wtap-int.h,v 1.23 2002/04/07 21:29:01 guy Exp $
+ * $Id: wtap-int.h,v 1.24 2002/04/08 09:09:49 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -97,13 +97,13 @@ typedef struct {
} netmon_t;
typedef struct {
- time_t start_time;
- double timeunit;
- double start_timestamp;
- int wrapped;
- int end_offset;
- int version_major;
- guint padding; /* end-of-packet padding */
+ time_t start_time;
+ double timeunit;
+ double start_timestamp;
+ gboolean wrapped;
+ int end_offset;
+ int version_major;
+ guint padding; /* end-of-packet padding */
} netxray_t;
typedef struct {