aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Only one buffer.c, please.Guy Harris2014-07-151-162/+0
* Have buffer_free() null out the buffer data pointer.Guy Harris2014-07-151-1/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix up some formatting.Jeff Morriss2013-10-281-11/+22
* Revert "Fix MSVC build errors related to symbol visibility"Balint Reczey2013-02-281-5/+0
* Fix MSVC build errors related to symbol visibilityBalint Reczey2013-02-281-0/+5
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-5/+5
* Fix various instances of "unreachable code".Bill Meier2011-01-301-1/+1
* More P64 stuff.Guy Harris2009-03-071-2/+3
* Some LLP64 work to get rid of warnings for Win64; this is also good forGuy Harris2009-03-071-9/+9
* more buffer functionsTomas Kukosa2007-12-281-0/+14
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* From Joerg Mayer:Guy Harris2002-07-291-10/+6
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* The "data" member of a Buffer structure is a "u_char *"; when assigningGuy Harris2001-04-161-3/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-1/+3
* In "buffer.h", include <winsock.h> if we have it, so that "u_char" isGuy Harris2000-07-311-2/+4
* Use unsigned character pointers and arrays rather than signed characterGuy Harris2000-07-261-4/+6
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez1999-11-101-2/+2
* Changed #include "glib.h" to #include <glib.h>, for stylistic reasons.Gilbert Ramirez1999-08-241-2/+2
* Modified code to allow compilation under IBM's C compiler for AIX.Gilbert Ramirez1999-01-291-15/+3
* More patches from Guy, cleaning up warnings when using gcc -Wall.Gilbert Ramirez1998-11-121-1/+3
* I added the LANalzyer file format to wiretap. I cleaned up some code in theGilbert Ramirez1998-11-121-5/+22
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-0/+130