]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of "tcpdump" in some libnetdissect codes
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 8 Sep 2015 19:05:46 +0000 (21:05 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 8 Sep 2015 19:06:49 +0000 (21:06 +0200)
ip.h

diff --git a/ip.h b/ip.h
index 891a89cd2d4d57af775b25e7740be0685278e77e..a0c2c6f6f7d0b18c6349883b1083390837486f73 100644 (file)
--- 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 */