aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2005-11-10Include <unistd.h> if available, to get "close()" declared.guy1-14/+20
2005-11-07The problem wasn't that <sys/stat.h> wasn't being included, the problemguy1-4/+0
2005-11-07add file_util.h so distcheck might workulfl1-0/+1
2005-11-07You need <sys/stat.h>, if present, to use fstat().guy1-0/+4
2005-11-07The standard <dirent.h> routines to rewind and close a directory areguy1-13/+13
2005-11-07If we're using libz, make file_open() construct the open() flagguy3-11/+40
2005-11-07as mkstemp makes trouble and is only used once in util.c, move definition fro...ulfl1-3/+0
2005-11-06Get rid of CRs and set svn:eol-style to native, so that Windows machinesguy1-127/+127
2005-11-06Obviously, <glib/gstdio.h> is available since GLib version 2.6 only ...ulfl1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl8-38/+163
2005-10-26From Mark C Brown, etxrab1-1/+1
2005-10-24forgot this from the last commitlego1-0/+1
2005-10-24- packet records with AAL5 Pdus or AAL2 Sdus contain VP/VC and CID info in th...lego1-109/+201
2005-10-22Update URL for Sniffer manual, and expand a comment a bit.guy1-3/+4
2005-10-22Add #defines for the DOS Sniffer network types and for various frameguy2-23/+127
2005-10-18"aalt5_len" in the ATM pseudo-header is not guaranteed to be set to aguy1-4/+4
2005-10-13make sure tham when more than one stack file is used each channel uses the ri...lego1-22/+184
2005-10-11From Ignacio Goyretetxrab1-2/+2
2005-10-06From Rene Pilz,etxrab1-0/+15
2005-10-04A heuristic that only treats packets that appear to be LANE-encapsulatedguy1-21/+7
2005-10-04From Rene Piltz:etxrab1-1/+21
2005-09-20From Hannes Gredler:etxrab3-1/+26
2005-09-14added compression support for capture file output. The Save/As dialog now has...ulfl5-105/+232
2005-09-09From Bill Meier:guy2-24/+54
2005-09-08Fix more problems found by Steve Grubb, along with other changes:gerald1-0/+1
2005-08-30Add support for slightly modified libpcap file format with nanosecond resolut...ulfl5-39/+92
2005-08-29Get rid of the old file header definition.guy1-31/+17
2005-08-28From Bill Meier:guy2-34/+92
2005-08-28Ethereal requires 64-bit integrer support; do the time stampguy1-12/+10
2005-08-28Get rid of a no-longer-true comment.guy1-4/+0
2005-08-26Fix indentation, and fix a comment.guy1-2/+2
2005-08-26Ethereal now requires 64-bit integer support, so get rid of the tests ofguy4-47/+13
2005-08-25timestamp display precision:ulfl28-5/+44
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl31-117/+145
2005-08-22Two fixes to tektronix k12 import:lego1-2/+7
2005-08-20"ascend-grammar.h" is generated by Bison with a copy of the definitionguy1-2/+0
2005-08-20- Include the .h files in their .c files.jmayer2-0/+4
2005-08-20Add -Wmissing-declarations -Wwrite-strings to extra-gcc-flagsjmayer1-1/+1
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSguy4-6/+58
2005-08-18Try yet another scheme for handling time stamps; realtick isn't alwaysguy1-44/+146
2005-08-12From Hannes Gredleretxrab3-2/+7
2005-08-03Don't assume ints are 32 bits. Fixes a recent Buildbot error.gerald2-15/+16
2005-08-02Include the .h files into the .c files. That way wejmayer3-0/+3
2005-07-22Fix some warnings (and one of my previous 'fixes')jmayer3-6/+6
2005-07-22From Hannes Gredler:etxrab3-3/+7
2005-07-22More 'char*' -> 'const char*' warning fixesjmayer2-7/+7
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"jmayer1-1/+6
2005-07-08Make nettl file header items containing strings "gchar", to squelchguy1-5/+5
2005-07-05Replace Chris Lydick by Robert Long as Author of the Sniffer 2.003 support patchjmayer1-1/+1
2005-07-02Chris Lydick: Support for Sniffer 2.003 files.jmayer2-1/+10