aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend-int.h
AgeCommit message (Expand)AuthorFilesLines
2015-12-06Get rid of a bunch of unused variables.Guy Harris1-2/+0
2015-02-28Remove some unneeded includes of <sys/time.h>.Guy Harris1-4/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-1/+2
2013-05-16Hoist a bunch of common code between ascend_read() andGuy Harris1-10/+8
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-4/+0
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-06-04Fix wiretap headers to allow error-free ABI dumping.Balint Reczey1-0/+6
2010-02-25Have parse_ascend() return:Guy Harris1-1/+6
2007-03-21set compiler option "treat warnings as errors" - to prevent new warnings for ...Ulf Lamping1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-07-22Fix some warnings (and one of my previous 'fixes')Jörg Mayer1-1/+1
2005-02-05From Josh Bailey:Gerald Combs1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-1/+5
2004-01-06Packet data is an array of "guint8"s, not an array of "char"s; declareGuy Harris1-4/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2001-12-06From Motonori Shindo: get rid of "send output to /dev/null" hack inGuy Harris1-2/+2
2000-11-11In "wdd" captures:Guy Harris1-1/+2
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris1-3/+3
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-2/+3
1999-11-24Don't define "pseudo_header" in "ascend-scanner.l", as that may causeGuy Harris1-1/+6
1999-10-10The #defines to turn "yy{lex,error}" into names specific to theGuy Harris1-11/+2
1999-10-08Move some definitions of stuff not used outside the Lucent/AscendGuy Harris1-1/+12
1999-10-08Add an "ascend-int.h" file, to declare routines used by more than one ofGuy Harris1-0/+42