aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-1/+1
2013-07-12Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() Jakub Zawadzki1-15/+2
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-3/+3
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-3/+3
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-3/+3
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-2/+1
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs1-1/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-08Coverity CID 103 pointed me to this section of code. The bufferGilbert Ramirez1-23/+15
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-01signed/unsigend warning fixesJörg Mayer1-2/+2
2003-08-19Void functions don't return values, even though GCC likes to pretendGuy Harris1-2/+2
2003-07-31Give FT_IPv4 val_repr_len and val_to_repr methods, and use them forGuy Harris1-6/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-12/+4
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2000-09-28Simple code movement.Gilbert Ramirez1-0/+188