aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+5
2008-03-30Fix bug 2395: 2395Jörg Mayer1-22/+22
2008-03-13Remove leftover debug code.Gerald Combs1-1/+0
2008-03-13sscanf() apparently handles negative input values, even when yourGerald Combs1-3/+4
2008-03-12Fixed uint -> guint.Stig Bjørlykke1-2/+2
2008-03-12+ DHCP overload option parsing changes (triggered by bug 2194):Jörg Mayer1-128/+140
2008-02-21From Karl Heinz Wolf:Jaap Keuter1-2/+102
2008-02-11Windows (confirmed with Vista, XP, and 98) sends the "secs" value as aGerald Combs1-3/+14
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2007-12-14From Zbigniew Kopek:Jaap Keuter1-4/+26
2007-10-27From Stefan Puiu:Anders Broman1-13/+49
2007-10-17Logic errorJaap Keuter1-1/+1
2007-10-09Add support for RFC 4243. Tested using a malformed packet, but it should beGerald Combs1-1/+24
2007-09-13From Thomas Sillaber:Jaap Keuter1-8/+60
2007-08-21From Francois-Xavier Le Bail <fx.lebail@yahoo.com> / bug 1724:Richard van der Hoff1-2/+3
2007-07-24From Francois-Xavier Le Bail:Jaap Keuter1-1/+51
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2007-05-26Fix bug #1416: crash (stack smashing) on single DHCP packetStephen Fisher1-1/+1
2007-05-24Fix a crash bug found through fuzz testing. The bug was introducedGerald Combs1-17/+18
2007-05-02From Stefan Puiu:Jaap Keuter1-13/+17
2007-05-01Make these protocols findable by name.Martin Mathieson1-0/+3
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