summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-1181-932/+1025
* Get rid of extra semicolon.guy2002-12-111-2/+2
* Get rid of FDDI cruft left over from copying fddi.h to ipfc.h andguy2002-12-111-31/+1
* Fix another place to go back to calling "llc_print()", to handle theguy2002-12-111-3/+2
* "isis_print_is_reach_subtlv()" takes a "char *" as its last argument;guy2002-12-111-2/+2
* Get rid of private unaligned little-endian and big-endian fetch macros;guy2002-12-111-21/+3
* Give it an SCCS/RCS ID.guy2002-12-111-0/+1
* Add "os-osf4.h" to declare "snprintf()" on Digital UNIX 4.x.guy2002-12-112-0/+27
* We're using int8_t now, so we need to declare it ourselves if the OSguy2002-12-114-39/+80
* Get rid of a bogus extra space.guy2002-12-111-2/+2
* remove 4 duplicates for ext_ip_reach_ processing;hannes2002-12-101-225/+138
* fix ported from guy harris' recent RSVP fix;hannes2002-12-101-38/+27
* "%.f" is not a valid format string; you need a number after the ".".guy2002-12-101-16/+19
* Check for the IP SAP value in the LLC header, and note some of theguy2002-12-101-3/+26
* Put "atm_llc_print()" back - we want to handle the case of the Ethernetguy2002-12-091-9/+49
* add BPF_ for misc. IS-IS PDU Typeshannes2002-12-051-2/+3
* only hexdump SNP PDUs when vflag > 1hannes2002-12-051-2/+2
* get rid of EXTRACT_ lookalikes, eliminated atm_llc_print -> call direct to ll...hannes2002-12-041-50/+13
* changed bootp decoder for multiline output, fixed segfault referencing NULL p...hannes2002-12-043-29/+35
* more robust checking of cisco fudge byte for OSI packetshannes2002-12-041-5/+7
* add some more (intserv) related RSVP objectshannes2002-12-041-21/+260
* added processing of LLC_SAPIPhannes2002-11-131-1/+6
* From Kazushi Sugyo: update to draft-ietf-mobile-ipv6-19.txt.guy2002-11-131-35/+28
* From Kazushi Sugyo: use the length from the IPv4 or IPv6 header to limitguy2002-11-131-1/+5
* On systems with SIGINFO support, make it work when you're saving packetsguy2002-11-111-18/+37
* CDP reworkhannes2002-11-101-95/+136
* On some platforms, "ntohl()" returns a "long" or "unsigned long"; castguy2002-11-101-7/+7
* Mark an argument as unused, to squelch compiler warnings.guy2002-11-101-2/+2
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-0956-524/+524
* ospf rework;hannes2002-11-072-253/+215
* new function bittok2str()hannes2002-11-072-2/+48
* better handling of PPP protocols which we know but do not have a dissectorhannes2002-11-031-3/+3
* fixed GRE OSI-type as per ijotuns hinthannes2002-10-311-2/+2
* tabifyitojun2002-10-301-4/+4
* o for gre version 1, correctly check if kp (key present) is unset.itojun2002-10-301-14/+14
* added print-rsvp.c to the Win32 projectrisso2002-10-241-0/+4
* labeled(rfc3107) and VPN(draft2547bis) BGP support for v6hannes2002-10-191-3/+80
* From Pavlin Radoslavov <pavlin@icir.org>: print the PIM "LAN Pruneguy2002-10-192-1/+18
* MPLS support for CHDLChannes2002-10-181-1/+5
* support for RSVP session attribute objecthannes2002-10-181-18/+42
* Add support for RFC 2625 IP-over-Fibre Channel.guy2002-10-188-15/+253
* remove buffer move in LBL_ALIGN case, which does more bad things than good th...itojun2002-10-183-61/+3
* correct masking of flags in BGP_CAPCODE_RESTARThannes2002-10-111-2/+2
* don't attempt to hexdump if length == 0hannes2002-10-111-1/+4
* support for BGP graceful restart draft-ietf-idr-restart-05hannes2002-10-111-2/+26
* support for HELLO,SESSION,STYLE,SENDER_TEMPLATE object - improved output of u...hannes2002-10-101-20/+176
* hide local hexdumping behind vv flaghannes2002-10-101-3/+3
* support for the Vendor Proprietary TLV #250 plus rfc/draft referenceshannes2002-10-091-35/+47
* more verbose printing for unknown SLARP options, misc. cleanupshannes2002-10-061-7/+15
* support for Alias ID TLV #24 described in draft-ietf-isis-ext-lsp-fragshannes2002-10-061-5/+14