aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/radcom.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-2/+2
1999-11-18Clean up some ANSI C nits pointed out by "gcc -pedantic".Guy Harris1-3/+3
1999-11-10Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez1-3/+3
1999-10-05Better handle errors from zlib:Guy Harris1-24/+17
1999-09-24Fix it so that it builds with "--disable-zlib".Guy Harris1-2/+2
1999-09-23Give it an RCS ID.Guy Harris1-0/+2
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-29/+30
1999-09-01When reading packets from a capture file, don't seek around recordGuy Harris1-50/+49
1999-08-31Olivier Abad's fix to the problem where some capture files appeared toGuy Harris1-0/+1
1999-08-31Convert the seconds value to the right byte order before using it atGuy Harris1-6/+10
1999-08-30Fixes from Olivier Abad to the code to maintain "wth->data_offset".Guy Harris1-7/+20
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris1-4/+16
1999-08-20Fix a comment.Guy Harris1-1/+1
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-1/+1
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-49/+89
1999-08-02Olivier Abad's patch to add dissectors for LAP-B and X.25, and wiretapGuy Harris1-0/+238