aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-0/+4
mechanism that is built into ethereal. Wiretap is now used to read all file formats. Libpcap is used only for capturing. svn path=/trunk/; revision=342
1999-05-19Made BPF disassembly in wiretap.c a bit easier to read.Gilbert Ramirez1-0/+3
svn path=/trunk/; revision=292
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-1/+7
svn path=/trunk/; revision=198
1999-01-27Added token-ring support to netmon.cGilbert Ramirez1-0/+3
svn path=/trunk/; revision=176
1999-01-21Added news about Guy's netmon addition.Gilbert Ramirez1-0/+6
svn path=/trunk/; revision=174
1999-01-07Logged my change about per-packet encapsulation types.Gilbert Ramirez1-0/+5
svn path=/trunk/; revision=163
1999-01-02Added the iptrace (AIX's packet-capture tool) file format to wiretap.Gilbert Ramirez1-0/+2
This necessitated a change in ethereal because iptrace supports multi-NIC packet capturing, including multi-datalink-type capturing. svn path=/trunk/; revision=145
1998-12-17A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1-0/+3
Tests for GTK versions are done during compilation, not during "./configure". The big problems have been taken care of in this patch (functional change in the packet clist and conversion of menu_factory to item_factory), but plenty of smaller problems with dialogue boxes abound. I have fixed a small problem with file_open*(), but have left 2 comments in just in case I'm not going about this the right way. Can someone verify? svn path=/trunk/; revision=127
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-0/+0
because it is still in its infancy, but it can be compiled in optionally. The library exists in its own subdirectory ethereal/wiretap. This patch also edits all the packet-*.c files to remove the #include <pcap.h> line which is unnecessary in these files. In the ethereal code, file.c is the most heavily modified with #ifdef WITH_WIRETAP lines for the optional library. svn path=/trunk/; revision=82