aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-22Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7391 :Pascal Quantin1-98/+114
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2012-04-30Revert 3 conversions of spaces --> tabs (in text strings) done in SVN #42354.Bill Meier1-3/+3
2012-04-30Whitespace cleanup; reformat hf[] entries.Bill Meier1-976/+2041
2012-04-28Remove unused header fieldspascal1-8/+0
2012-04-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7051 :pascal1-29/+65
2012-04-10Add missing consts.Jakub Zawadzki1-1/+1
2012-04-09From Michael Mann:pascal1-7/+8
2012-03-06Fix benign issue: For FT_BOOLEAN fields with a zero bitmask, use BASE_NONE fo...Bill Meier1-13/+13
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+1
2012-02-01Fix some typos.Chris Maynard1-16/+16
2011-10-23(Trivial) Whitespace cleanup.Bill Meier1-9/+9
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-4/+4
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-17/+17
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-15/+15
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-14/+9
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-119/+119
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.Anders Broman1-135/+135
2011-07-11Make sure consumed is set.Anders Broman1-2/+1
2011-07-11From Michael Mann:Anders Broman1-1462/+1727
2011-06-02Allow filtering on docsis-capability-type field;Bill Meier1-243/+251
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-0/+3
2011-04-11Fix coverity CID 855: remove an unused variableJörg Mayer1-2/+2
2011-02-11From Joe McEachern:Jaap Keuter1-0/+45
2011-02-11Rename arphrdaddr_to_str() to tvb_arphrdaddr_to_str() and make it take a poin...Jeff Morriss1-16/+8
2011-02-11Check for places where tvb_bytes_to_str() or tvb_get_bytes_to_str_punct()Jeff Morriss1-5/+5
2011-01-14From Hadar Shoham:Jaap Keuter1-6/+21
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-28/+25
2011-01-03From Hadar Shoham:Jaap Keuter1-1/+26
2010-12-31Update some URLs, add another spec.Guy Harris1-16/+24
2010-12-29Fix incomplete conversion from an on-the-stack buffer to an ep_allocatedGuy Harris1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-14Minor cleanup:Bill Meier1-511/+511
2010-10-21Add some casts to get the Windows builds going.Jeff Morriss1-22/+22
2010-10-21From Robert Wynn:Jaap Keuter1-169/+477
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-4/+4
2010-08-19Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5114 (infinite loop inJeff Morriss1-34/+35
2010-07-18Added some bootp option strings from IANA.Stig Bjørlykke1-5/+5
2010-06-10From Jason Burns: DHCP Dissector - Support for DHCP Option 150 TFTP Server A...Bill Meier1-1/+2
2010-05-19From Lars Ruoff:Jaap Keuter1-6/+53
2010-05-17From Lars Ruoff:Jaap Keuter1-65/+89
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-7/+7
2010-05-06From Hadar Shoham via bug 4750:Gerald Combs1-17/+20
2010-03-25Update for RFC 4578.Jaap Keuter1-8/+13
2010-03-18(Minor) Fix a gcc -Wshadow warning.Bill Meier1-4/+5
2010-03-18From Hadar Shoham: Bootp option 61Bill Meier1-1/+129
2010-03-14From Hadar Shoham via bug 4578:Stig Bjørlykke1-2/+3