aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-05-13From Hadar Shohami:Jaap Keuter1-15/+247
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-1301/+1301
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-02-01- Reorder some functions to avoid as many forward declarationsJörg Mayer1-449/+450
2010-02-01- Make all top level elements filterable.Jörg Mayer1-64/+46
2010-02-01Bugfix: Hilight the correct range of bytes when dissecting embeededJörg Mayer1-6/+17
2010-01-21From Alexandre Forget:Jaap Keuter1-1/+1
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-9/+9
2009-09-09Fix for bug 3987:Jaap Keuter1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-5/+5
2009-04-02Make buildbot happy again... Sake Blok1-6/+4
2009-04-02From Garey Hassler:Anders Broman1-16/+520
2009-03-06From Alexis La Goutte (bug 3308):Stig Bjørlykke1-0/+16
2008-12-18Fix for bug 3134: Dissection would stop at a malformed dhcpv6 client FQDNJörg Mayer1-2/+9
2008-10-14Dump the contents of some elements.Jörg Mayer1-15/+29
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-6/+6