aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/buffer.c
AgeCommit message (Expand)AuthorFilesLines
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