aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+2
2009-08-23From Didier gautheron via bug 3929:Kovarththanan Rajaratnam1-7/+8
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-07- Add rfc number comments on not-yet-decoded optionsJörg Mayer1-17/+24
2009-06-25From Nathan Hartwell via bug 2733:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-25/+25
2009-04-07Use some default true_false_string's.Bill Meier1-21/+11
2009-04-02Get rid of an unused variable.Guy Harris1-54/+53
2009-04-02From Garey Hassler:Anders Broman1-11/+201
2009-03-30Fix bug: ptr to an ep str kept for use while capture file open.Bill Meier1-6/+6
2009-03-29More size_t casts.Anders Broman1-4/+4
2009-03-23Fixed some data types to remove some warnings in the solaris build.Stig Bjørlykke1-2/+2
2009-03-19Add an expert item for the seconds-encoded-as-little-endian bug.Gerald Combs1-2/+5
2009-03-06From Alexis La Goutte (bug 3308):Stig Bjørlykke1-1/+2
2009-02-06From Karl Heinz Wolf:Jaap Keuter1-2/+2
2009-01-15strcasecmp()'s behavior is locale-dependent, and thus unpredictable (andGuy Harris1-3/+3
2009-01-14From Alex Lindberg:Jaap Keuter1-25/+85
2009-01-13Add reference for changed option spaceJörg Mayer1-0/+1
2009-01-13Update list of dhcpoptions according toJörg Mayer1-128/+128
2008-12-27Fix for bug 2839:Jaap Keuter1-8/+12
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-10-08From Karl Heinz Wolf:Jaap Keuter1-0/+271
2008-09-11From Karl Heinz Wolf:Anders Broman1-2/+3
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-11From Roy Marples (bug 2781 and bug 2796):Stig Bjørlykke1-9/+7
2008-06-23Renamed index and ipv4_addr to avoid name collisions.Stig Bjørlykke1-14/+14
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