aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-30Fix various instances of "unreachable code".wmeier1-1/+1
2009-03-07More P64 stuff.guy1-2/+3
2009-03-07Some LLP64 work to get rid of warnings for Win64; this is also good forguy1-9/+9
2007-12-28more buffer functionskukosa1-0/+14
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-07-29From Joerg Mayer:guy1-10/+6
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-04-16The "data" member of a Buffer structure is a "u_char *"; when assigningguy1-3/+3
2000-08-11Miscellaneous code cleaningdeniel1-1/+3
2000-07-31In "buffer.h", include <winsock.h> if we have it, so that "u_char" isguy1-2/+4
2000-07-26Use unsigned character pointers and arrays rather than signed characterguy1-4/+6
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
1999-11-10Fixed small memory leak in wiretap (frame_buffer wasn't being freed),gram1-2/+2
1999-08-24Changed #include "glib.h" to #include <glib.h>, for stylistic reasons.gram1-2/+2
1999-01-29Modified code to allow compilation under IBM's C compiler for AIX.gram1-15/+3
1998-11-12More patches from Guy, cleaning up warnings when using gcc -Wall.gram1-1/+3
1998-11-12I added the LANalzyer file format to wiretap. I cleaned up some code in thegram1-5/+22
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-0/+130