aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipv4.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-10-26 00:35:35 -0700
committerGuy Harris <guy@alum.mit.edu>2017-10-26 07:39:29 +0000
commit0a99d3ef31611db7020d062216c856923ed29fac (patch)
treefa455c52204f4243bfedd3caa8a032a8e9ca5fe5 /epan/ipv4.h
parentb331641f98a1e55f7bd325e1a6e55206ecfc8094 (diff)
Fix comments, remove a no-longer-needed include.
Change-Id: I58cc8db41b474e937eb806510c277fe1830204fb Reviewed-on: https://code.wireshark.org/review/24072 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/ipv4.h')
-rw-r--r--epan/ipv4.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/ipv4.h b/epan/ipv4.h
index 3adbbed8c3..9ee4e7f524 100644
--- a/epan/ipv4.h
+++ b/epan/ipv4.h
@@ -1,7 +1,8 @@
/* ipv4.h
- *
- * IPv4 address class. They understand how to take netmasks into consideration
- * during equivalence testing.
+ * Definitions of IPv4 address-and-mask structure, which is what an
+ * FT_IPV4 value is (even if there's no mask in a packet, those
+ * values can be compared against an address+mask in a filter
+ * expression).
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -28,7 +29,6 @@
#define __IPV4_H__
#include <glib.h>
-#include "ws_symbol_export.h"
typedef struct {
guint32 addr; /* stored in host order */