summaryrefslogtreecommitdiff
path: root/print-fr.c
Commit message (Expand)AuthorAgeFilesLines
* Process VLAN frames and Alteon jumbo frames in the Ethernet printer.Guy Harris2010-02-211-4/+3
* code cosmetics: bracketize the on-liners after if statements, proper length d...hannes2006-06-231-36/+54
* rework the ARP printer & add support for Frame-Relay ARPhannes2006-02-111-8/+19
* add support for FRF.16 Multilink Frame-Relay (DLT_MFR)hannes2005-12-131-1/+19
* Clear out the flags field when parsing the Frame Relay header, ratherguy2005-11-131-1/+3
* add support for PPP over Frame-Relayhannes2005-11-041-1/+5
* Fix a test (as per a compiler warning).guy2005-08-231-2/+2
* hexdump MFR middle or last fragmentshannes2005-08-091-7/+15
* -share some code between the FRF.15 and FRF.16 printerhannes2005-07-271-20/+23
* Pointers into packet data should usually be pointers to unsigned 1-byteguy2005-07-271-2/+2
* don't print the null-termination byte in FRF.16 link/bundle msgshannes2005-07-261-3/+7
* fix 'Bundle ID' typohannes2005-07-211-2/+2
* link codeset 1 (lmi messages) to codeset 5, add IE = 0 sanity check, print co...hannes2005-07-211-30/+40
* add support for MFR FRF.16 IE Message printing, add boundary checkshannes2005-07-211-15/+88
* add basic support for FRF.16 Frame-Relay dissector, fix garbled output from t...hannes2005-07-201-8/+100
* Add a flag to suppress the "default_print()" call made in variousguy2005-07-071-2/+2
* split up the frame-relay printer intohannes2005-05-271-22/+32
* Make "snap_print()" handle fetching and printing the OUI.guy2005-04-261-16/+2
* Dereference the *right* function pointer.guy2005-04-251-2/+2
* Base all interpretion of IE contents on the code set.guy2005-04-251-48/+84
* refactored ip_print() so that chained header parser (ESP/AH) canmcr2005-04-061-2/+2
* move the SNAP OUI values out of the llc printer intohannes2005-04-061-8/+13
* -add basic support for codeset shifting for IE printing in the frame-relay pr...hannes2005-03-211-5/+28
* -export the q933 printer and call it from the OSI printerhannes2005-01-271-5/+3
* bugfix: OSI printers require data to start with the NLPIDhannes2005-01-251-2/+2
* clean up some confusion between Q.933 and LMI:hannes2004-10-181-15/+15
* add baseline FRF.15 (=fragmentation) support for frame-relayhannes2004-10-121-3/+56
* -add frame-relay header documentationhannes2004-10-091-151/+221
* print frame-relay flags & DLCI # for cisco style encapshannes2004-10-071-2/+5
* add support for cisco-style ethertype encaps within frame-relayhannes2004-10-071-3/+22
* -move the nlpid definitions and tokens to a dedicated file(s)hannes2004-10-071-57/+8
* Make the "addr_len" variable a "u_int", as we pass a pointer to it to aguy2004-04-021-2/+2
* Make the "dlci" variable a u_int, as all the code that refers to itguy2003-12-151-2/+3
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Fix a typo.guy2003-11-081-2/+2
* From Krzysztof Halasa: ignore single octet IEs.guy2003-10-181-13/+1
* From Krzysztof Halasa <khc@pm.waw.pl>:guy2003-10-161-176/+244
* use strlcpy/catitojun2003-08-131-6/+6
* use snprintfitojun2003-08-131-2/+2
* don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresseshannes2003-05-221-2/+2
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-27/+5
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-2/+11
* 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-3/+3
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-7/+7
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-4/+4
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-6/+7
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* ETHERTYPE_IP will never show up as an NLPID in a Frame Relay packet, asguy2002-07-161-2/+1