aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-13/+14
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-20/+31
2007-02-11Remove unused variableStephen Fisher1-1/+0
2007-02-11From Joe McEachern:Stephen Fisher1-2/+142
2006-10-25Clean up some compiler warnings.Guy Harris1-7/+6
2006-10-14Do the suboption processing in dissect_netware_ip_suboption() a bit moreGuy Harris1-13/+4
2006-09-21Add some space after commas.Guy Harris1-2/+2
2006-09-21Fix the handling of IPv4-address and Boolean suboptions of the NovellGuy Harris1-4/+4
2006-08-16Always print length as well as type in Option line.Jörg Mayer1-9/+4
2006-08-15Complete: Make dhcp options filterableJörg Mayer1-116/+46
2006-08-15Start making dhcp options filterable (special cases still missing)Jörg Mayer1-8/+35
2006-08-10Change a label a bit to be able to differentiate it from the defaultJörg Mayer1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-17From Thomas Anders:Jaap Keuter1-67/+90
2006-03-09Display more info for some PXE DHCP options:Tim Potter1-6/+76
2006-02-16Use the new "proto_tree_add_*_format_value" routines.Guy Harris1-15/+15
2006-02-08Add support for PacketCable option 60/suboption 5.23. Sponsored by Gerald Combs1-18/+102
2006-01-16done:Jörg Mayer1-3/+0
2006-01-11From Thomas SillaberJaap Keuter1-0/+35
2005-12-23add Jaap K's extensionsRonnie Sahlberg1-349/+412
2005-12-22As reported by Mark Millet <mmillet@cisco.com>Jörg Mayer1-26/+25
2005-10-20From Stephen Donovan:Anders Broman1-1/+1
2005-10-08improve get_dns_name now that we have cheap emem allocated buffersRonnie Sahlberg1-4/+3
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toGuy Harris1-7/+8
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-1/+1
2005-09-01Get rid of a no-longer-used #define.Guy Harris1-2/+0
2005-09-01Use "proto_tree_append_text()" rather than appending to an ep_allocedGuy Harris1-142/+114
2005-08-31change g_string_sprintf[a]() to g_snprintf() and emem allocated memory.Ronnie Sahlberg1-58/+62
2005-08-30remove some g_string_printf[a]() and replace it with g_snprintf() to ememifie...Ronnie Sahlberg1-15/+17
2005-08-28another value_string that was not terminatedRonnie Sahlberg1-1/+1
2005-08-28add missing value_string terminationRonnie Sahlberg1-0/+1
2005-07-26From Maynard, Chris :Anders Broman1-1/+1
2005-07-21One forgotten warning fixJörg Mayer1-1/+1
2005-07-21small warning fixesJörg Mayer1-3/+4
2005-05-30From Steve Grubb: Fix off by one errors. Fixes part of bug 217.Gerald Combs1-3/+3
2005-05-24Add extra TLV length checks and signedness fixes. Fixes the infinite loop inGerald Combs1-10/+10
2005-05-06A fix for the previous fix for the infinite loop in bootp, bug #160.Gilbert Ramirez1-3/+3
2005-05-06Check the offset delta while we loop through the options.Gilbert Ramirez1-2/+11
2005-05-05Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> pJörg Mayer1-1/+1
2005-04-19Fix a pile of format string bugs.Gerald Combs1-20/+20
2005-04-18 some updates from T AndersRonnie Sahlberg1-4/+6
2005-04-05use proto_item_appent_text() instead of proto_item_append_string() since the ...Ronnie Sahlberg1-1/+1
2005-03-23The correlation ID is a 32-bit integer, not a string.Guy Harris1-1/+13
2005-03-23The DNS name data starts at the beginning of the suboption data, not theGuy Harris1-2/+2
2005-03-23When checking whether suboption data fits within the option, checkGuy Harris1-4/+4
2005-01-13Use symbolic names for ARP types.Guy Harris1-5/+7
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris1-1/+1
2004-12-26From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to-Guy Harris1-8/+28
2004-12-20Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andGuy Harris1-2/+0
2004-10-26Rename the "boolean" enum to "val_boolean" lest the Microsoft compiler letGerald Combs1-14/+14