aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_and_mask.h
AgeCommit message (Collapse)AuthorFilesLines
2007-01-18Putguy1-0/+8
#ifdef __cplusplus extern "C" { #endif /* __cplusplus */ ... #ifdef __cplusplus } #endif /* __cplusplus */ wrappers into some header files, for the benefit of C++ plugins. Also, add multiple-include protections. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20485 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-06Add routines to process IPv{4,6}-address-and-prefix-length pairs,guy1-0/+45
masking out the appropriate bits in the address. Use them in the BGP and EIGRP dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10327 f5534014-38df-0310-8fa8-9805f1628bb7