aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
Commit message (Expand)AuthorAgeFilesLines
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris2005-09-111-14/+13
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-2/+2
* some more memification of tvb_get_string() no obvious memleaks fixed this ...Ronnie Sahlberg2005-07-281-4/+2
* prettify the HW type and address printouts slightly.Ronnie Sahlberg2005-07-201-7/+15
* add proper decoding and presentation of domain strings in dhcpv6Ronnie Sahlberg2005-07-201-17/+51
* From Vincent Jardin: Fix the dissection of relayed messages.Gerald Combs2004-12-301-84/+58
* From Vincent Jardin:Gerald Combs2004-12-261-1/+47
* Again, some warnings removed.Ulf Lamping2004-12-251-1/+1
* Get rid of an unused true_false_string value.Guy Harris2004-12-071-5/+0
* From Tomasz Mrugalski:Guy Harris2004-12-031-23/+139
* From Marc Poulhies: fix the handling of the authentication option whenGuy Harris2004-12-011-4/+5
* initializing unsigned variables to -1 is considered interestingJörg Mayer2004-10-011-2/+2
* Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris2004-08-221-1/+0
* Don't give up on the entire DHCPv6 packet if we find an error inGuy Harris2004-08-171-9/+19
* Whenever we call "dhcpv6_option()", check to make sure it didn't setGuy Harris2004-08-161-10/+21
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+795