aboutsummaryrefslogtreecommitdiffstats
path: root/menu.c
AgeCommit message (Collapse)AuthorFilesLines
1999-04-06Capturing packets from ethereal now saves the capture in an "anonymous" ↵Gilbert Ramirez1-7/+5
buffer. That is, it's a random name chosen by tempnam(), unknown to the user. If the user decides to save that trace, he then uses File | Save to save it to a file. File | Save As lets him make a copy of his named trace file as well. I also updated my e-mail address in the various credit locations. svn path=/trunk/; revision=242
1999-04-05Get rid of include of <strings.h> from "util.c", as it's not needed, andGuy Harris1-2/+2
change include of <strings.h> in "menu.c" to include <string.h>, the latter being the ANSI standard include file for string functions; that eliminates all use of <strings.h< so get rid of test for its existence in "configure.in" as well. svn path=/trunk/; revision=239
1999-03-01Disables "Follow TCP Stream" if compiled with wiretap.Gilbert Ramirez1-1/+7
svn path=/trunk/; revision=199
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-2/+4
svn path=/trunk/; revision=198
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-2/+2
update the packet counts and percentages in the dialog box popped up during a capture, even for non-Ethernet captures. svn path=/trunk/; revision=184
1998-12-27* Minor changes for GTK+ 1.1/1.2 supportGerald Combs1-2/+2
svn path=/trunk/; revision=139
1998-12-17A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1-18/+105
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-2/+2
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
1998-10-28* Added preference file saves and reads.Gerald Combs1-2/+2
svn path=/trunk/; revision=75
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-3/+2
* Hacks to the filter interface (Gerald) * About box (Laurent) * AppleTalk support (Simon) * Mods to the match_strval routine (Gerald) svn path=/trunk/; revision=61
1998-10-12- Added match_strval function to packet.cGerald Combs1-4/+13
- Separated display and capture filters; rearranged some of the look and feel - Lots of other miscellaneous fixes and updates svn path=/trunk/; revision=38
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-3/+1
* FDDI support (Laurent, Guy) svn path=/trunk/; revision=36
1998-09-26Initial prefs support.Gerald Combs1-4/+1
svn path=/trunk/; revision=27
1998-09-25* Ethernet manufacturer support (Laurent)Gerald Combs1-1/+5
* PPP fixes (Gerald) * Null/loopback interface support (Gerald) svn path=/trunk/; revision=25
1998-09-17* Added Mike Hall's TCP reconstruction code.Gerald Combs1-1/+3
svn path=/trunk/; revision=10
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
svn path=/trunk/; revision=7
1998-09-16Initial revisionGerald Combs1-0/+215
svn path=/trunk/; revision=2