aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipv6-utils.h
AgeCommit message (Collapse)AuthorFilesLines
2013-10-16Fix warnings found by Clang 5.0 (-Wself-assign and -Wparentheses-equality).Gerald Combs1-14/+0
Move code from ipv6-utils.h to packet-ipv6.c since that was the only place it was used. Comment out unused code. svn path=/trunk/; revision=52645
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-09-07From Jakub Zawadzki :Anders Broman1-0/+5
Add support for prefix in IPv6 address filter. + missed file https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5538 svn path=/trunk/; revision=38917
2010-08-29Doxygen changes.Anders Broman1-1/+1
svn path=/trunk/; revision=33990
2010-08-28Doxygen changes.Anders Broman1-3/+3
svn path=/trunk/; revision=33981
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someGuy Harris1-24/+13
platforms in ipv6-utils.h. svn path=/trunk/; revision=15764
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6116
2001-04-01Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.Ed Warnicke1-0/+60
Fixed some typos. svn path=/trunk/; revision=3230