aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() Jakub Zawadzki2013-07-121-15/+2
* When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki2012-11-061-5/+5
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-3/+3
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-3/+3
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-3/+3
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-2/+1
* Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs2007-01-291-1/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* Coverity CID 103 pointed me to this section of code. The bufferGilbert Ramirez2006-03-081-23/+15
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* signed/unsigend warning fixesJörg Mayer2004-02-011-2/+2
* Void functions don't return values, even though GCC likes to pretendGuy Harris2003-08-191-2/+2
* Give FT_IPv4 val_repr_len and val_to_repr methods, and use them forGuy Harris2003-07-311-6/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-12/+4
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Simple code movement.Gilbert Ramirez2000-09-281-0/+188