aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dhcpv6.c
AgeCommit message (Collapse)AuthorFilesLines
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
"epan/..." pathnames, so as to avoid collisions with header files in any of the directories in which we look (e.g., "proto.h", as some other package has its own "proto.h" file which it installs in the top-level include directory). Don't add "-I" flags to search "epan", as that's no longer necessary (and we want includes of "epan" headers to fail if the "epan/" is left out, so that we don't re-introduce includes lacking "epan/"). svn path=/trunk/; revision=4586
2002-01-11"void" values cannot be returned, even by a "void" function.Guy Harris1-4/+5
The "downstream" flag is a Boolean; treat it as such. svn path=/trunk/; revision=4528
2002-01-09DHCPv6 dissector, based on draft-ietf-dhc-dhcpv6-22.txt.Jun-ichiro itojun Hagino1-0/+268
note that protocol constants are subject to change. (packet format is also subject to change. but 22 draft should go to wg last call very soon, and I really hope it to be the final one...) svn path=/trunk/; revision=4504