aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Various: wmeier1-803/+834
2009-09-24Add what appear to be missing breaks in two cases of a switch () {...}.wmeier1-0/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+2
2009-08-23From Didier gautheron via bug 3929:krj1-7/+8
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-08-07- Add rfc number comments on not-yet-decoded optionsjmayer1-17/+24
2009-06-25From Nathan Hartwell via bug 2733:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-25/+25
2009-04-07Use some default true_false_string's.wmeier1-21/+11
2009-04-02Get rid of an unused variable.guy1-54/+53
2009-04-02From Garey Hassler:etxrab1-11/+201
2009-03-30Fix bug: ptr to an ep str kept for use while capture file open.wmeier1-6/+6
2009-03-29More size_t casts.etxrab1-4/+4
2009-03-23Fixed some data types to remove some warnings in the solaris build.stig1-2/+2
2009-03-19Add an expert item for the seconds-encoded-as-little-endian bug.gerald1-2/+5
2009-03-06From Alexis La Goutte (bug 3308):stig1-1/+2
2009-02-06From Karl Heinz Wolf:jake1-2/+2
2009-01-15strcasecmp()'s behavior is locale-dependent, and thus unpredictable (andguy1-3/+3
2009-01-14From Alex Lindberg:jake1-25/+85
2009-01-13Add reference for changed option spacejmayer1-0/+1
2009-01-13Update list of dhcpoptions according tojmayer1-128/+128
2008-12-27Fix for bug 2839:jake1-8/+12
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-10-08From Karl Heinz Wolf:jake1-0/+271
2008-09-11From Karl Heinz Wolf:etxrab1-2/+3
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-11From Roy Marples (bug 2781 and bug 2796):stig1-9/+7
2008-06-23Renamed index and ipv4_addr to avoid name collisions.stig1-14/+14
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-3/+5
2008-03-30Fix bug 2395: 2395jmayer1-22/+22
2008-03-13Remove leftover debug code.gerald1-1/+0
2008-03-13sscanf() apparently handles negative input values, even when yourgerald1-3/+4
2008-03-12Fixed uint -> guint.stig1-2/+2
2008-03-12+ DHCP overload option parsing changes (triggered by bug 2194):jmayer1-128/+140
2008-02-21From Karl Heinz Wolf:jake1-2/+102
2008-02-11Windows (confirmed with Vista, XP, and 98) sends the "secs" value as agerald1-3/+14
2008-02-07Removed even more "statement not reached" warnings.stig1-1/+0
2007-12-14From Zbigniew Kopek:jake1-4/+26
2007-10-27From Stefan Puiu:etxrab1-13/+49
2007-10-17Logic errorjake1-1/+1
2007-10-09Add support for RFC 4243. Tested using a malformed packet, but it should begerald1-1/+24
2007-09-13From Thomas Sillaber:jake1-8/+60
2007-08-21From Francois-Xavier Le Bail <fx.lebail@yahoo.com> / bug 1724:richardv1-2/+3
2007-07-24From Francois-Xavier Le Bail:jake1-1/+51
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
2007-05-26Fix bug #1416: crash (stack smashing) on single DHCP packetsfisher1-1/+1
2007-05-24Fix a crash bug found through fuzz testing. The bug was introducedgerald1-17/+18
2007-05-02From Stefan Puiu:jake1-13/+17
2007-05-01Make these protocols findable by name.martinm1-0/+3
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-13/+14