aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-27From Francis Dupont:Jaap Keuter1-19/+195
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-2/+2
2007-10-27Fix for bug 1935. Jaap Keuter1-3/+19
2007-10-08From Chris Maynard <christopher.maynard@gtech.com> / Bug 1798: packet-d*.c di...Richard van der Hoff1-1/+1
2007-05-10Make dhcpv6 findable by name.Martin Mathieson1-0/+4
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-1/+1
2006-11-20Fix for bug 1235. Elapsed time is in 10ms units.Jaap Keuter1-2/+2
2006-10-31Provide field names for fields with true/false values so theyGilbert Ramirez1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-14/+13
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...Ronnie Sahlberg1-4/+2
2005-07-20prettify the HW type and address printouts slightly.Ronnie Sahlberg1-7/+15
2005-07-20add proper decoding and presentation of domain strings in dhcpv6Ronnie Sahlberg1-17/+51
2004-12-30From Vincent Jardin: Fix the dissection of relayed messages.Gerald Combs1-84/+58
2004-12-26From Vincent Jardin:Gerald Combs1-1/+47
2004-12-25Again, some warnings removed.Ulf Lamping1-1/+1
2004-12-07Get rid of an unused true_false_string value.Guy Harris1-5/+0
2004-12-03From Tomasz Mrugalski:Guy Harris1-23/+139
2004-12-01From Marc Poulhies: fix the handling of the authentication option whenGuy Harris1-4/+5
2004-10-01initializing unsigned variables to -1 is considered interestingJörg Mayer1-2/+2
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-1/+0
2004-08-17Don't give up on the entire DHCPv6 packet if we find an error inGuy Harris1-9/+19
2004-08-16Whenever we call "dhcpv6_option()", check to make sure it didn't setGuy Harris1-10/+21
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+795