Francois-Xavier Le Bail
f5fe14663d
libnetdissect code must include 'netdissect.h', not 'interface.h'
...
Moreover:
Remove netdissect.h include in interface.h
Move thiszone declaration in netdissect.h
Update a comment
2015-09-11 13:22:56 +02:00
Francois-Xavier Le Bail
99c91c3aec
Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
...
Get the full log via: git log --follow netdissect-stdinc.h
2015-09-10 08:50:40 +02:00
Denis Ovsienko
38700c7f24
dismiss NETDISSECT_REWORKED macro
...
The purpose of this macro was to enable the file-by-file switch to NDO,
after which only tcpdump.c had a use of it and the definitions guarded
by it. Update tcpdump.c not to require them any more and dismiss the
unused definitions.
2015-03-22 10:06:15 +00:00
Guy Harris
5cdf53e257
Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds.
...
The only one it found was that routines in sigsecret.c needed to refer
to ndo->ndo_sigsecret, not just sigsecret.
2014-04-04 00:53:03 -07:00
Denis Ovsienko
fe3253b9b8
remove tcpdump's own CVS keywords
...
Remove lots of $Header's and a few $Id's that all belong to the former
CVS repository of tcpdump itself. These keywords have been frozen since
the migration to git in late 2008.
2014-01-03 00:59:08 +04:00
Michael Richardson
a97fb2f3ae
whitespace changes
2014-01-01 21:31:18 -05:00
Denis Ovsienko
5937079df9
unset executable bit on a few .h and .c files
2013-04-20 09:49:06 +04:00
George Neville-Neil
5d52dbf4c7
Add a CARP dissector and a command-line option to dissect proto 112 as CARP.
...
CARP and VRRP both use IP protocol number 112, so there needs to be a -T
flag to specify that protocol 112 be dissected as CARP rather than VRRP.
Also update the man page.
2011-11-23 11:53:13 -08:00
Kovarththanan Rajaratnam
08696c5fab
ipproto.h/c: mark several structs as const
2010-02-20 08:45:56 +01:00
guy
1c902dcdf3
From Ian McDonald and Arnaldo Carvalho de Melo: DCCP support.
2005-09-20 06:01:20 +00:00
hannes
a5370b71fe
from Andy Heffernan <ahh@juniper.net>:
...
add PGM upport as per rfc3208
2005-05-20 21:02:29 +00:00
guy
dcd2814277
"ipproto.h" uses "struct tok", and "interface.h" defines it; always
...
include "interface.h" before "ipproto.h".
2005-05-14 00:42:28 +00:00
guy
bcfa754589
Fix a typo.
2004-12-15 08:41:26 +00:00
mcr
795db2fe9b
temporary patch for "EIGP" protocol.
2004-04-29 02:16:40 +00:00
hannes
b4709d5e6f
add infrastructure for host-OS indep. ipproto name resolution
2004-04-26 17:49:44 +00:00