summaryrefslogtreecommitdiff
path: root/print-bootp.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Eliminate some unused parameters.fenner2001-09-171-18/+17
| | | | | | | | | | | Use const more. Use EXTRACT_* macros more. Use TCHECK* more. Use tok2str() to replace some home-grown workalikes. smb: - Get rid of private types, use tcpdump-defined types - Rename fdata and fdata1 to smb_fdata and smb_fdata1 to avoid conflict with IRIX library function.
* Add "$" format, meaning to escape to a special printer (from LBL)fenner2001-07-041-7/+107
| | | | | | Add "$" printers for NetBIOS Node Type (WNT), DHCP Option Overload (OO), Client Identifier (CID), Client FQDN (FQDN) Change Vendor Class (VC) from decimal string to ASCII string
* Don't bother using a variable to store a constant format stringfenner2001-04-271-3/+2
| | | | in cmu_print()
* constify/printf audit changes from netbsd.itojun2001-02-211-4/+7
|
* Use EXTRACT_* instead of memcpy() to extract numeric values to handlefenner2000-12-041-7/+11
| | | | byte orders properly.
* Undo spamming of rev 1.50fenner2000-12-031-2/+2
|
* Update for new RFC's and IANA assignments. Many special-format optionsfenner2000-12-031-4/+67
| | | | | are printed as binary strings. Any of these that are in common use can get their own printers.
* Patch sent to Debian by Roderick Schertler <roderick@argon.org> to printguy2000-10-271-2/+5
| | | | | the time zone offset as a signed 32-bit integer (as RFC 1533 says it is) rather than as an unsigned 32-bit integer.
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
|
* Add definitions of Ethernet types fromguy2000-09-231-2/+2
| | | | | | | | | | | | | | | | "linux-includes/netinet/if_ether.h" to "ethertype.h". Move other stuff used by dissectors from <netinet/if_ether.h> to "ether.h", along the lines of "fddi.h" and "token.h". Move ARP declarations from BSD include files to "print-arp.c". Remove from dissectors includes of <netinet/if_ether.h>, and add includes of "ethertype.h" and/or "ether.h" as necessary. Get rid of configuration options that test declarations now made in "ether.h" or "print-arp.c", as those declarations are now under our control, not the OS's control.
* print client-identifier in hex, from "Gisle Vanem" <gvanem@eunet.no>assar2000-07-011-4/+5
|
* remove non-STDC codeassar2000-07-011-6/+1
|
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
|
* now prints DHCP optionsdhcpmcr1999-10-171-1/+127
|
* Initial revisionmcr1999-10-071-0/+353