aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-05-11Interpret DHCPv6 option 18 as a byte array. RFC 3315, section 22.18 strongly...Michael Mann1-18/+3
2014-02-24Remove executable bit from a few filesPascal Quantin1-0/+0
2014-02-20Fix "off by 1" bug in dissection of OPTION_AFTR_NAME introduced in 0548a7d5.Bill Meier1-1/+1
2014-02-20Fix minor bug; Use a consistent whitespace & formatting style; add extended v...Bill Meier1-429/+429
2014-02-19Create/Use some extended value strings.Bill Meier1-12/+18
2014-02-19Simplify/improve handling of FQDN field in various options; Fix some minor bugs.Bill Meier1-173/+131
2014-02-19Remove code which dissects CableLabs options 17.2170.3 thru 17.2170.9Bill Meier1-204/+16
2014-02-06Fix Bug #9690: DHCPv6 Packet dissector incorrectly handling FQDN in option 17...Bill Meier1-10/+6
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-6/+6
2013-12-12DHCPv6: update list of message types and options (from IANA)Jakub Zawadzki1-0/+72
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+9
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-20Don't use g_strv_length on a single string, just use strlen. Also do theEvan Huus1-1/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-10/+10
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-64/+64
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-06-20Fix errors found by fix-encoding-args scriptAlexis La Goutte1-2/+2
2013-06-20Fix packet-dhcpv6.c: In function 'dhcpv6_option': packet-dhcpv6.c:1826:36: er...Alexis La Goutte1-1/+1
2013-06-20From Brian Otte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8592Evan Huus1-72/+258
2013-06-13Fix typo errorPascal Quantin1-1/+1
2013-06-13Add basic dissection of Prefix Exclude optionPascal Quantin1-0/+17
2013-06-06Simplify the "bad length" expert info into a single filterable item with form...Michael Mann1-3/+1
2013-05-25Batch of filterable expert_infos.Michael Mann1-1/+1
2013-05-25Add filterable expert info.Michael Mann1-71/+110
2013-05-21DHCPv6 option 56, RFC 5908Michael Mann1-2/+62
2013-04-22Fix encoding args (via fix-encodings-args tools) Add Modelines infoAlexis La Goutte1-19/+31
2013-03-17[-Wmissing-prototypes]Anders Broman1-2/+2
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+3
2013-01-25Add new query types, options and message types for DHCPv6 Bulk Leasequery pro...Michael Mann1-15/+54
2013-01-11Add RFC 5460 - DHCPv6 Bulk LeasequeryMichael Mann1-1/+100
2012-12-05From François-Xavier Le Bail via https://www.wireshark.org/lists/wireshark-d...Alexis La Goutte1-0/+3
2012-11-10From Jérôme LAFORGE:Jaap Keuter1-0/+6
2012-10-18Fix Coverity CID 739070: Unused pointer value.Chris Maynard1-1/+1
2012-10-14convert proto_tree_add_text to proto_tree_add_item and expert_add_info_format...Michael Mann1-561/+655
2012-10-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-11/+11
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-26Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier1-94/+94
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-08-11from Joe McEachern:Anders Broman1-0/+12
2011-05-27When parsing OPTION_REMOTE_ID, don't modify optlen or we'll return the wrongChris Maynard1-4/+3