aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-5/+5
2011-01-30Fix various instances of "unreachable code".Bill Meier1-1/+1
2009-03-07More P64 stuff.Guy Harris1-2/+3
2009-03-07Some LLP64 work to get rid of warnings for Win64; this is also good forGuy Harris1-9/+9
2007-12-28more buffer functionsTomas Kukosa1-0/+14
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-07-29From Joerg Mayer:Guy Harris1-10/+6
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-04-16The "data" member of a Buffer structure is a "u_char *"; when assigningGuy Harris1-3/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+3
2000-07-31In "buffer.h", include <winsock.h> if we have it, so that "u_char" isGuy Harris1-2/+4
2000-07-26Use unsigned character pointers and arrays rather than signed characterGuy Harris1-4/+6
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
1999-11-10Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez1-2/+2
1999-08-24Changed #include "glib.h" to #include <glib.h>, for stylistic reasons.Gilbert Ramirez1-2/+2
1999-01-29Modified code to allow compilation under IBM's C compiler for AIX.Gilbert Ramirez1-15/+3
1998-11-12More patches from Guy, cleaning up warnings when using gcc -Wall.Gilbert Ramirez1-1/+3
1998-11-12I added the LANalzyer file format to wiretap. I cleaned up some code in theGilbert Ramirez1-5/+22
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-0/+130