aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-22Fix the pcap-encapsulation-to-wiretap-encapsulation mapping table.Guy Harris1-1/+2
1999-08-22Add a "wtap_strerror()" routine, which takes as an argument an errorGuy Harris1-1/+36
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-4/+10
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1-7/+19
1999-08-02Add to "wtap_close()" code to free up data structures allocated forGuy Harris1-1/+9
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-2/+37
1999-07-28Fix the -S option :Laurent Deniel1-2/+3
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-2/+4
1999-07-07Removed old #include's.Gilbert Ramirez1-3/+1
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-29/+3
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-6/+36
1999-02-12Change to wtap.c switch() statement to allow compilation under IBM's C compiler.Gilbert Ramirez1-3/+3
1999-01-08Use g_free instead of free so that I don't have to include <stdlib.h>Gilbert Ramirez1-4/+4
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1-7/+22
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1-41/+11
1998-11-12I added the LANalzyer file format to wiretap. I cleaned up some code in theGilbert Ramirez1-6/+31
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-0/+69