aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-18From Hadar Shoham: Bootp option 61Bill Meier1-1/+129
2010-03-14From Hadar Shoham via bug 4578:Stig Bjørlykke1-2/+3
2010-03-11Fixed decoding of CableLab "Agent Information Option" according toStig Bjørlykke1-15/+22
2010-03-11From Hadar Shoham via bug 4567:Stig Bjørlykke1-0/+14
2010-03-10Added support for V-I Vendor Class (RFC3925).Stig Bjørlykke1-1/+42
2010-03-10Print Enterprise-number as "Name (value)".Stig Bjørlykke1-2/+2
2010-03-10From Hadar Shoham via bug 4566:Stig Bjørlykke1-0/+13
2010-02-23Final missing end option is a protocol error too.Jaap Keuter1-1/+1
2010-02-19Add expert items for missing end option in:Jaap Keuter1-52/+50
2010-01-24From Hadar Shoham:Jaap Keuter1-4/+16
2009-12-22From Jon via bug 4344:Stig Bjørlykke1-2/+3
2009-11-21..but make sure we call tvb_get_guint8() at least once ;)Kovarththanan Rajaratnam1-0/+1
2009-11-21Don't call tvb_get_guint8() twiceKovarththanan Rajaratnam1-3/+1
2009-10-25Option 2 (Time Offset) is signed.Gerald Combs1-13/+26
2009-09-25Upon 2nd thought: revert removal of 'if (check_col(...))' around col_add_fstr...Bill Meier1-13/+20
2009-09-24- Remove the comments about the breaks, they were needed.Jörg Mayer1-3/+16
2009-09-24Various: Bill Meier1-803/+834
2009-09-24Add what appear to be missing breaks in two cases of a switch () {...}.Bill Meier1-0/+2
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