From Graeme Lunt
[obnox/wireshark/wip.git] / epan / dissectors / packet-dhcpv6.c
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-28 sahlbergsome more memification of tvb_get_string() no obviou...
2005-07-20 sahlbergprettify the HW type and address printouts slightly.
2005-07-20 sahlbergadd proper decoding and presentation of domain strings...
2004-12-30 geraldFrom Vincent Jardin: Fix the dissection of relayed...
2004-12-26 geraldFrom Vincent Jardin:
2004-12-25 ulflAgain, some warnings removed.
2004-12-07 guyGet rid of an unused true_false_string value.
2004-12-03 guyFrom Tomasz Mrugalski:
2004-12-01 guyFrom Marc Poulhies: fix the handling of the authenticat...
2004-10-01 jmayerinitializing unsigned variables to -1 is considered...
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-08-17 guyDon't give up on the entire DHCPv6 packet if we find...
2004-08-16 guyWhenever we call "dhcpv6_option()", check to make sure...
2004-07-18 gramMove dissectors to epan/dissectors directory.