aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal.c
AgeCommit message (Collapse)AuthorFilesLines
1999-04-05FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1-2/+3
svn path=/trunk/; revision=237
1999-04-04Make the AUTHORS list and the contributors list in the "Help/AboutGuy Harris1-10/+13
Ethereal" dialog match. svn path=/trunk/; revision=236
1999-03-23Fixes to the TCP reassembly code to correctly handle too shortLaurent Deniel1-2/+8
caplen or incomplete data (avoid crashes or erroneous display). svn path=/trunk/; revision=227
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-2/+3
reference the protocol tree with struct proto_tree and struct proto_item objects. That way, the packet decoding source code file can be used with non-gtk packet decoders, like a curses-based ethereal, e.g. I also re-arranged some of the information in packet.h to more appropriate places (like other packet-*.[ch] files). svn path=/trunk/; revision=223
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-9/+10
svn path=/trunk/; revision=198
1999-02-19Added Richard Sharpe's TFTP support. (I missed this in my initialGuy Harris1-1/+16
checkin of that stuff.) svn path=/trunk/; revision=191
1999-02-11Make the minimum and maximum packet sizes #defines.Guy Harris1-5/+5
Crank the maximum packet size up to 65535 bytes. svn path=/trunk/; revision=185
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
1999-01-04Include "snprintf.h", as we use "snprintf()", so that we don't getGuy Harris1-1/+10
warnings from "gcc -Wall". svn path=/trunk/; revision=151
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-15/+23
* Added Joerg to the AUTHORS file * Added Guy's bitfield decode patch * Fixed time output svn path=/trunk/; revision=142
1998-12-27* Add library version information to about box, -v and -h outputGerald Combs1-5/+24
svn path=/trunk/; revision=140
1998-12-22Stopped the "TCP Follow" screen from producing an error when usingGilbert Ramirez1-4/+8
wiretap and gtk+-1.1.x. I also added an #include to util.c to keep it from complaining about a lack of a definition of vsnprintf when compiling with gtk+-1.1.x. svn path=/trunk/; revision=136
1998-12-22Fixed the version of gtk1.1.x required forGilbert Ramirez1-2/+2
gtk_scrolledwindow_add_with_viewport. Now it compiles correctly on gtk+-1.1.[0-4]. svn path=/trunk/; revision=135
1998-12-17A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1-4/+45
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-18* Disable filter-related widgets if we're using wiretap.Gerald Combs1-1/+9
svn path=/trunk/; revision=105
1998-11-18* Added patches from Laurent and GuyGerald Combs1-3/+3
svn path=/trunk/; revision=103
1998-11-17* Added column formatting functionality.Gerald Combs1-24/+38
* Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. svn path=/trunk/; revision=97
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-3/+11
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-29* Fixes for problems with the preference initialization code (Guy)Gerald Combs1-3/+3
svn path=/trunk/; revision=77
1998-10-28* Added preference file saves and reads.Gerald Combs1-11/+4
svn path=/trunk/; revision=75
1998-10-16Add Simon Wilkinson to the list of contributors in the "About" box.Guy Harris1-2/+3
svn path=/trunk/; revision=63
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-2/+20
* 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-14Tag NetBIOS Name Service-over-UDP packets as "NBNS (UDP)".Guy Harris1-2/+2
Give a detailed display of the innards of NBNS-over-UDP packets. Export some stuff from the DNS decoder for the use of the NBNS decoder (NBNS is DNS-like). Give a more detailed display of the innards of DNS packets as well. Fix a couple of minor NBNS bugs. svn path=/trunk/; revision=55
1998-10-12- Added match_strval function to packet.cGerald Combs1-29/+65
- 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-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-13/+36
generalizes the column printing code, adds a "frame" tree item to the tree view, and fixes a bunch of miscellaneous coding bugs. svn path=/trunk/; revision=31
1998-09-17* Added Mike Hall's TCP reconstruction code.Gerald Combs1-1/+105
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/+440
svn path=/trunk/; revision=2