aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend-int.h
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-1/+2
* Hoist a bunch of common code between ascend_read() andGuy Harris2013-05-161-10/+8
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-4/+0
* Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey2013-02-281-0/+5
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix wiretap headers to allow error-free ABI dumping.Balint Reczey2011-06-041-0/+6
* Have parse_ascend() return:Guy Harris2010-02-251-1/+6
* set compiler option "treat warnings as errors" - to prevent new warnings for ...Ulf Lamping2007-03-211-1/+1
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Fix some warnings (and one of my previous 'fixes')Jörg Mayer2005-07-221-1/+1
* From Josh Bailey:Gerald Combs2005-02-051-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-1/+5
* Packet data is an array of "guint8"s, not an array of "char"s; declareGuy Harris2004-01-061-4/+3
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* From Motonori Shindo: get rid of "send output to /dev/null" hack inGuy Harris2001-12-061-2/+2
* In "wdd" captures:Guy Harris2000-11-111-1/+2
* In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris2000-05-191-3/+3
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-2/+3
* Don't define "pseudo_header" in "ascend-scanner.l", as that may causeGuy Harris1999-11-241-1/+6
* The #defines to turn "yy{lex,error}" into names specific to theGuy Harris1999-10-101-11/+2
* Move some definitions of stuff not used outside the Lucent/AscendGuy Harris1999-10-081-1/+12
* Add an "ascend-int.h" file, to declare routines used by more than one ofGuy Harris1999-10-081-0/+42