summaryrefslogtreecommitdiff
path: root/print-chdlc.c
Commit message (Expand)AuthorAgeFilesLines
...
* avoid double printing of "unknown proto" messagehannes2005-11-241-2/+3
* resolve CHDLC proto to name, remove tok2str() lookalivehannes2005-11-041-13/+13
* add support for DLT_JUNIPER{PPP,ETHER,FRELAY,CHDLC} printershannes2005-08-231-3/+8
* make sure that there are the full four timestamp bytes availablehannes2005-04-271-2/+2
* Call the maximum length #define SLARP_MAX_LEN rather than SLARP_LEN, toguy2005-04-261-4/+4
* differentiate between SLARP_LEN and SLARP_MIN_LEN - otherwise we do print the...hannes2005-04-261-6/+7
* Get rid of zero-length arrays in structures - they're not standard C89guy2005-04-191-8/+18
* don't forget the boundary check, when dissecting an optional uptime parameterhannes2005-04-101-1/+3
* make the uptime-stamp printing optional as some implementations don't include...hannes2005-04-091-11/+15
* fix compiler padding issue: struct cisco_slarp should be 18 bytes instead of 20hannes2005-04-071-11/+11
* refactored ip_print() so that chained header parser (ESP/AH) canmcr2005-04-061-2/+10
* Add bounds checking.guy2004-03-241-5/+8
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresseshannes2003-05-221-3/+3
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-29/+6
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-2/+2
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-5/+4
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-8/+9
* more robust checking of cisco fudge byte for OSI packetshannes2002-12-041-5/+7
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-2/+2
* MPLS support for CHDLChannes2002-10-181-1/+5
* more verbose printing for unknown SLARP options, misc. cleanupshannes2002-10-061-7/+15
* support for C-HDLC ISO fudge bytehannes2002-10-041-3/+5
* be more verbose about unknown protocols in CHDLChannes2002-09-231-1/+4
* pass correct pointer to the isoclns_print()hannes2002-09-201-2/+2
* support for decoding IS-IS inside Cisco HDLC Frameshannes2002-09-111-1/+4
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* Eliminate some unused parameters.fenner2001-09-171-5/+6
* Put the infodelay wrapping into the remaining "XXX_if_print()" routines.guy2001-07-051-11/+22
* Pull the "linux-include" versions of "slip.h" and "slcompress.h" up toguy2000-10-091-18/+8
* Don't use "long" in structures that represent packet layouts - "long"guy2000-09-291-7/+7
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-2/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+2
* Add support for NetBSD DLT_PPP_SERIAL (PPP in HDLC-like framing, as perguy2000-09-181-8/+2
* remove non-STDC codeassar2000-07-011-3/+1
* style. s/switch(/switch (/.itojun2000-04-241-2/+2
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-0/+192