aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some of the Errors/warnings detected by checkapi.Bill Meier2008-05-141-3/+5
* Fix bug 2395: 2395Jörg Mayer2008-03-301-22/+22
* Remove leftover debug code.Gerald Combs2008-03-131-1/+0
* sscanf() apparently handles negative input values, even when yourGerald Combs2008-03-131-3/+4
* Fixed uint -> guint.Stig Bjørlykke2008-03-121-2/+2
* + DHCP overload option parsing changes (triggered by bug 2194):Jörg Mayer2008-03-121-128/+140
* From Karl Heinz Wolf:Jaap Keuter2008-02-211-2/+102
* Windows (confirmed with Vista, XP, and 98) sends the "secs" value as aGerald Combs2008-02-111-3/+14
* Removed even more "statement not reached" warnings.Stig Bjørlykke2008-02-071-1/+0
* From Zbigniew Kopek:Jaap Keuter2007-12-141-4/+26
* From Stefan Puiu:Anders Broman2007-10-271-13/+49
* Logic errorJaap Keuter2007-10-171-1/+1
* Add support for RFC 4243. Tested using a malformed packet, but it should beGerald Combs2007-10-091-1/+24
* From Thomas Sillaber:Jaap Keuter2007-09-131-8/+60
* From Francois-Xavier Le Bail <fx.lebail@yahoo.com> / bug 1724:Richard van der Hoff2007-08-211-2/+3
* From Francois-Xavier Le Bail:Jaap Keuter2007-07-241-1/+51
* Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris2007-05-291-1/+1
* Fix bug #1416: crash (stack smashing) on single DHCP packetStephen Fisher2007-05-261-1/+1
* Fix a crash bug found through fuzz testing. The bug was introducedGerald Combs2007-05-241-17/+18
* From Stefan Puiu:Jaap Keuter2007-05-021-13/+17
* Make these protocols findable by name.Martin Mathieson2007-05-011-0/+3
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-13/+14
* From Sebastien Tandel Ronnie Sahlberg2007-03-261-20/+31
* Remove unused variableStephen Fisher2007-02-111-1/+0
* From Joe McEachern:Stephen Fisher2007-02-111-2/+142
* Clean up some compiler warnings.Guy Harris2006-10-251-7/+6
* Do the suboption processing in dissect_netware_ip_suboption() a bit moreGuy Harris2006-10-141-13/+4
* Add some space after commas.Guy Harris2006-09-211-2/+2
* Fix the handling of IPv4-address and Boolean suboptions of the NovellGuy Harris2006-09-211-4/+4
* Always print length as well as type in Option line.Jörg Mayer2006-08-161-9/+4
* Complete: Make dhcp options filterableJörg Mayer2006-08-151-116/+46
* Start making dhcp options filterable (special cases still missing)Jörg Mayer2006-08-151-8/+35
* Change a label a bit to be able to differentiate it from the defaultJörg Mayer2006-08-101-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* From Thomas Anders:Jaap Keuter2006-04-171-67/+90
* Display more info for some PXE DHCP options:Tim Potter2006-03-091-6/+76
* Use the new "proto_tree_add_*_format_value" routines.Guy Harris2006-02-161-15/+15
* Add support for PacketCable option 60/suboption 5.23. Sponsored by Gerald Combs2006-02-081-18/+102
* done:Jörg Mayer2006-01-161-3/+0
* From Thomas SillaberJaap Keuter2006-01-111-0/+35
* add Jaap K's extensionsRonnie Sahlberg2005-12-231-349/+412
* As reported by Mark Millet <mmillet@cisco.com>Jörg Mayer2005-12-221-26/+25
* From Stephen Donovan:Anders Broman2005-10-201-1/+1
* improve get_dns_name now that we have cheap emem allocated buffersRonnie Sahlberg2005-10-081-4/+3
* Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toGuy Harris2005-09-131-7/+8
* Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris2005-09-111-1/+1
* Get rid of a no-longer-used #define.Guy Harris2005-09-011-2/+0
* Use "proto_tree_append_text()" rather than appending to an ep_allocedGuy Harris2005-09-011-142/+114
* change g_string_sprintf[a]() to g_snprintf() and emem allocated memory.Ronnie Sahlberg2005-08-311-58/+62
* remove some g_string_printf[a]() and replace it with g_snprintf() to ememifie...Ronnie Sahlberg2005-08-301-15/+17