| Commit message (Expand) | Author | Age | Files | Lines |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 81 | -932/+1025 |
* | Get rid of extra semicolon. | guy | 2002-12-11 | 1 | -2/+2 |
* | Get rid of FDDI cruft left over from copying fddi.h to ipfc.h and | guy | 2002-12-11 | 1 | -31/+1 |
* | Fix another place to go back to calling "llc_print()", to handle the | guy | 2002-12-11 | 1 | -3/+2 |
* | "isis_print_is_reach_subtlv()" takes a "char *" as its last argument; | guy | 2002-12-11 | 1 | -2/+2 |
* | Get rid of private unaligned little-endian and big-endian fetch macros; | guy | 2002-12-11 | 1 | -21/+3 |
* | Give it an SCCS/RCS ID. | guy | 2002-12-11 | 1 | -0/+1 |
* | Add "os-osf4.h" to declare "snprintf()" on Digital UNIX 4.x. | guy | 2002-12-11 | 2 | -0/+27 |
* | We're using int8_t now, so we need to declare it ourselves if the OS | guy | 2002-12-11 | 4 | -39/+80 |
* | Get rid of a bogus extra space. | guy | 2002-12-11 | 1 | -2/+2 |
* | remove 4 duplicates for ext_ip_reach_ processing; | hannes | 2002-12-10 | 1 | -225/+138 |
* | fix ported from guy harris' recent RSVP fix; | hannes | 2002-12-10 | 1 | -38/+27 |
* | "%.f" is not a valid format string; you need a number after the ".". | guy | 2002-12-10 | 1 | -16/+19 |
* | Check for the IP SAP value in the LLC header, and note some of the | guy | 2002-12-10 | 1 | -3/+26 |
* | Put "atm_llc_print()" back - we want to handle the case of the Ethernet | guy | 2002-12-09 | 1 | -9/+49 |
* | add BPF_ for misc. IS-IS PDU Types | hannes | 2002-12-05 | 1 | -2/+3 |
* | only hexdump SNP PDUs when vflag > 1 | hannes | 2002-12-05 | 1 | -2/+2 |
* | get rid of EXTRACT_ lookalikes, eliminated atm_llc_print -> call direct to ll... | hannes | 2002-12-04 | 1 | -50/+13 |
* | changed bootp decoder for multiline output, fixed segfault referencing NULL p... | hannes | 2002-12-04 | 3 | -29/+35 |
* | more robust checking of cisco fudge byte for OSI packets | hannes | 2002-12-04 | 1 | -5/+7 |
* | add some more (intserv) related RSVP objects | hannes | 2002-12-04 | 1 | -21/+260 |
* | added processing of LLC_SAPIP | hannes | 2002-11-13 | 1 | -1/+6 |
* | From Kazushi Sugyo: update to draft-ietf-mobile-ipv6-19.txt. | guy | 2002-11-13 | 1 | -35/+28 |
* | From Kazushi Sugyo: use the length from the IPv4 or IPv6 header to limit | guy | 2002-11-13 | 1 | -1/+5 |
* | On systems with SIGINFO support, make it work when you're saving packets | guy | 2002-11-11 | 1 | -18/+37 |
* | CDP rework | hannes | 2002-11-10 | 1 | -95/+136 |
* | On some platforms, "ntohl()" returns a "long" or "unsigned long"; cast | guy | 2002-11-10 | 1 | -7/+7 |
* | Mark an argument as unused, to squelch compiler warnings. | guy | 2002-11-10 | 1 | -2/+2 |
* | put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and so | itojun | 2002-11-09 | 56 | -524/+524 |
* | ospf rework; | hannes | 2002-11-07 | 2 | -253/+215 |
* | new function bittok2str() | hannes | 2002-11-07 | 2 | -2/+48 |
* | better handling of PPP protocols which we know but do not have a dissector | hannes | 2002-11-03 | 1 | -3/+3 |
* | fixed GRE OSI-type as per ijotuns hint | hannes | 2002-10-31 | 1 | -2/+2 |
* | tabify | itojun | 2002-10-30 | 1 | -4/+4 |
* | o for gre version 1, correctly check if kp (key present) is unset. | itojun | 2002-10-30 | 1 | -14/+14 |
* | added print-rsvp.c to the Win32 project | risso | 2002-10-24 | 1 | -0/+4 |
* | labeled(rfc3107) and VPN(draft2547bis) BGP support for v6 | hannes | 2002-10-19 | 1 | -3/+80 |
* | From Pavlin Radoslavov <pavlin@icir.org>: print the PIM "LAN Prune | guy | 2002-10-19 | 2 | -1/+18 |
* | MPLS support for CHDLC | hannes | 2002-10-18 | 1 | -1/+5 |
* | support for RSVP session attribute object | hannes | 2002-10-18 | 1 | -18/+42 |
* | Add support for RFC 2625 IP-over-Fibre Channel. | guy | 2002-10-18 | 8 | -15/+253 |
* | remove buffer move in LBL_ALIGN case, which does more bad things than good th... | itojun | 2002-10-18 | 3 | -61/+3 |
* | correct masking of flags in BGP_CAPCODE_RESTART | hannes | 2002-10-11 | 1 | -2/+2 |
* | don't attempt to hexdump if length == 0 | hannes | 2002-10-11 | 1 | -1/+4 |
* | support for BGP graceful restart draft-ietf-idr-restart-05 | hannes | 2002-10-11 | 1 | -2/+26 |
* | support for HELLO,SESSION,STYLE,SENDER_TEMPLATE object - improved output of u... | hannes | 2002-10-10 | 1 | -20/+176 |
* | hide local hexdumping behind vv flag | hannes | 2002-10-10 | 1 | -3/+3 |
* | support for the Vendor Proprietary TLV #250 plus rfc/draft references | hannes | 2002-10-09 | 1 | -35/+47 |
* | more verbose printing for unknown SLARP options, misc. cleanups | hannes | 2002-10-06 | 1 | -7/+15 |
* | support for Alias ID TLV #24 described in draft-ietf-isis-ext-lsp-frags | hannes | 2002-10-06 | 1 | -5/+14 |