Rename "ipv4" to "ipv4_list", as it's used for lists of IPv4 addresses,
[obnox/wireshark/wip.git] / epan / dissectors / packet-bootp.c
2004-10-25 guyRename "ipv4" to "ipv4_list", as it's used for lists...
2004-10-25 guyPass to the the routines that dissect suboption lists...
2004-10-24 guyRestructure the DHCP option parsing a bit, to make...
2004-10-24 guyDon't display the FQDN in the FQDN option if the length...
2004-10-24 guyFix the length used for the name in the FQDN option.
2004-10-18 geraldFrom Thomas Anders:
2004-10-17 guyFrom Thomas Anders: DHCP option 6 enhancements:
2004-10-16 guyClena up a few things.
2004-10-16 jmayerAdd support for draft-ietf-dhc-fqdn-option-07.txt
2004-10-16 jmayerChange Client Identifier display a bit to better handle...
2004-10-14 guyUse "tvb_format_stringzpad()" rather than "tvb_format_t...
2004-10-05 guyUse "tvb_format_text()" for string items, so non-printa...
2004-10-05 guyFix a bunch of compiler warnings (and some code that...
2004-10-05 geraldDecode cable modem and MTA device capabilities. Make...
2004-10-01 jmayerinitializing unsigned variables to -1 is considered...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-08-21 jmayerMissed the second case in last change
2004-08-21 jmayerThe chaddr element is always 16 bytes in size, although...
2004-07-18 gramMove dissectors to epan/dissectors directory.