aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-23(Trivial) Whitespace cleanup.wmeier1-9/+9
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-4/+4
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-17/+17
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-15/+15
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-14/+9
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.wmeier1-119/+119
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.etxrab1-135/+135
2011-07-11Make sure consumed is set.etxrab1-2/+1
2011-07-11From Michael Mann:etxrab1-1462/+1727
2011-06-02Allow filtering on docsis-capability-type field;wmeier1-243/+251
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-0/+3
2011-04-11Fix coverity CID 855: remove an unused variablejmayer1-2/+2
2011-02-11From Joe McEachern:jake1-0/+45
2011-02-11Rename arphrdaddr_to_str() to tvb_arphrdaddr_to_str() and make it take a poin...morriss1-16/+8
2011-02-11Check for places where tvb_bytes_to_str() or tvb_get_bytes_to_str_punct()morriss1-5/+5
2011-01-14From Hadar Shoham:jake1-6/+21
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-28/+25
2011-01-03From Hadar Shoham:jake1-1/+26
2010-12-31Update some URLs, add another spec.guy1-16/+24
2010-12-29Fix incomplete conversion from an on-the-stack buffer to an ep_allocatedguy1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-12-14Minor cleanup:wmeier1-511/+511
2010-10-21Add some casts to get the Windows builds going.morriss1-22/+22
2010-10-21From Robert Wynn:jake1-169/+477
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-4/+4
2010-08-19Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5114 (infinite loop inmorriss1-34/+35
2010-07-18Added some bootp option strings from IANA.stig1-5/+5
2010-06-10From Jason Burns: DHCP Dissector - Support for DHCP Option 150 TFTP Server A...wmeier1-1/+2
2010-05-19From Lars Ruoff:jake1-6/+53
2010-05-17From Lars Ruoff:jake1-65/+89
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-7/+7
2010-05-06From Hadar Shoham via bug 4750:gerald1-17/+20
2010-03-25Update for RFC 4578.jake1-8/+13
2010-03-18(Minor) Fix a gcc -Wshadow warning.wmeier1-4/+5
2010-03-18From Hadar Shoham: Bootp option 61wmeier1-1/+129
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...morriss1-17/+39
2010-03-11Squelch some compiler warnings.guy1-3/+57
2010-02-23Final missing end option is a protocol error too.jake1-1/+1
2010-02-19Add expert items for missing end option in:jake1-52/+50
2010-01-24From Hadar Shoham:jake1-4/+16
2009-12-22From Jon via bug 4344:stig1-2/+3
2009-11-21..but make sure we call tvb_get_guint8() at least once ;)krj1-0/+1
2009-11-21Don't call tvb_get_guint8() twicekrj1-3/+1
2009-10-25Option 2 (Time Offset) is signed.gerald1-13/+26
2009-09-25Upon 2nd thought: revert removal of 'if (check_col(...))' around col_add_fstr...wmeier1-13/+20
2009-09-24- Remove the comments about the breaks, they were needed.jmayer1-3/+16
2009-09-24Various: wmeier1-803/+834