aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-4/+4
2011-03-26From Hadar Shoham:Jaap Keuter1-1/+14
2011-02-11Rename arphrdaddr_to_str() to tvb_arphrdaddr_to_str() and make it take a poin...Jeff Morriss1-7/+5
2011-02-11Check for places where tvb_bytes_to_str() or tvb_get_bytes_to_str_punct()Jeff Morriss1-3/+2
2011-01-28I believe 0 was meant instead of sizeof(0)....Bill Meier1-2/+1
2011-01-28Fix bug #5627: DHCPv6 dissector formats DUID_LLT time incorrectly Stephen Fisher1-2/+2
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure theJeff Morriss1-21/+21
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-4/+4
2010-08-16Fix display of Client's FQDN and clear up the confusion with the S, O and N b...Stephen Fisher1-12/+10
2010-05-26From Hadar Shoham:Jaap Keuter1-11/+42