summaryrefslogtreecommitdiff
path: root/ip.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-09-08 21:05:46 +0200
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-09-08 21:06:49 +0200
commit8b20c465328d18888b577bbcb67081bdf57af0ad (patch)
tree0dd7d402fca10fe36eb6da5a5ea7e3fe14deb562 /ip.h
parenta0ed336592cb08f1c2a7f17bc4ba4e0ef502e1dd (diff)
downloadtcpdump-8b20c465328d18888b577bbcb67081bdf57af0ad.tar.gz
Get rid of "tcpdump" in some libnetdissect codes
Diffstat (limited to 'ip.h')
-rw-r--r--ip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ip.h b/ip.h
index 891a89cd..a0c2c6f6 100644
--- a/ip.h
+++ b/ip.h
@@ -33,8 +33,8 @@
* @(#)ip.h 8.2 (Berkeley) 6/1/94
*/
-#ifndef TCPDUMP_IP_H
-#define TCPDUMP_IP_H
+#ifndef netdissect_ip_h
+#define netdissect_ip_h
/*
* Definitions for internet protocol version 4.
@@ -161,4 +161,4 @@ struct ip_timestamp {
#define IPTTLDEC 1 /* subtracted when forwarding */
#define IP_MSS 576 /* default maximum segment size */
-#endif /* TCPDUMP_IP_H */
+#endif /* netdissect_ip_h */