aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcpdump/ipproto.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-01-07 19:55:18 +0000
committerXin LI <delphij@FreeBSD.org>2015-01-07 19:55:18 +0000
commit3c602fabf9b894ff79f08a80cbb7ad3b1eb84e62 (patch)
treee268839e08c106e178b33bd461d8d0a9c6fb5ad9 /contrib/tcpdump/ipproto.c
parent61b3223976cc010f61cd50773dd8b9e06d123d9a (diff)
parente91eac244982a8728f370000c353b16e18174ec9 (diff)
downloadsrc-3c602fabf9b894ff79f08a80cbb7ad3b1eb84e62.tar.gz
src-3c602fabf9b894ff79f08a80cbb7ad3b1eb84e62.zip
MFV r276761: tcpdump 4.6.2.
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=276788
Diffstat (limited to 'contrib/tcpdump/ipproto.c')
-rw-r--r--contrib/tcpdump/ipproto.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/tcpdump/ipproto.c b/contrib/tcpdump/ipproto.c
index e5d328c6edc3..8300d1a5b6c3 100644
--- a/contrib/tcpdump/ipproto.c
+++ b/contrib/tcpdump/ipproto.c
@@ -1,4 +1,4 @@
-/*
+/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that: (1) source code
* distributions retain the above copyright notice and this paragraph
@@ -13,11 +13,7 @@
* Original code by Hannes Gredler (hannes@juniper.net)
*/
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/ipproto.c,v 1.6 2005-09-20 06:01:22 guy Exp $ (LBL)";
-#endif
-
+#define NETDISSECT_REWORKED
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif