aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte ordergerald1-1/+1
2007-11-06Fix bug 1956 - make the bitwise-AND routine treat its arguments as beingguy1-18/+8
2007-01-18Add separate union entries to fvalue.value for signed and unsignedmartinm1-4/+6
2006-12-23make ipv4 ftype use cheap ep_ memory isntead of slightly less cheap g_ memorysahlberg1-7/+2
2006-12-22hmmsahlberg1-0/+1
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.sahlberg1-1/+0
2006-05-21name changesahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.gram1-0/+1
2005-10-30"XXX.XXX.XXX.XXX" is 15 characters, not 14 characters.guy1-2/+2
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-11/+13
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-02-27First attempt at "bitwise AND" display filter operator.obiot1-1/+23
2003-12-06From Olivier Biotgram1-1/+2
2003-11-25fvalue_free() is one of the most called functions.sahlberg1-2/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).gram1-3/+4
2003-07-31Give FT_IPv4 val_repr_len and val_to_repr methods, and use them forguy1-3/+18
2003-07-25Add to the fundamental types passed between the scanner and the parser.gram1-4/+6
2003-02-08Provide a way for ftype modules to provide a string representationgram1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aguy1-7/+10
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-07-13From Joerg Mayer:guy1-1/+4
2001-06-23"index()" is non-standard, and MSVC++ 6.0 complained about it; the ANSIguy1-4/+3
2001-06-22Support CIDR notation in IPv4 address filtering.gram1-5/+66
2001-03-02Get rid of unused method from ftypes structure.gram1-11/+1
2001-02-01Grumble, grumble. I forgot to add the license comment at the topgram1-0/+22
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-0/+114