aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal.c
AgeCommit message (Expand)AuthorFilesLines
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1-1/+2
1999-07-07"const"ifty some function arguments and structure members, and "#if 0"Guy Harris1-1/+3
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-43/+31
1999-07-07Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideGuy Harris1-1/+2
1999-06-25If WITH_WIRETAP is defined, don't define variables used only ifGuy Harris1-1/+5
1999-06-24Added Ashok's Match Selected functionality, and changes to move etherealGilbert Ramirez1-7/+98
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1-1/+9
1999-06-19Use "gtk_toggle_button_set_state()" rather thanGuy Harris1-7/+9
1999-06-19Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris1-3/+3
1999-06-15Put "..." after menu items that will cause a dialog box to be popped upGuy Harris1-11/+11
1999-06-15Don't load the capture file in "main_realize_cb()", load it after theGuy Harris1-20/+36
1999-06-14Add our own "strerror()", which we use on platforms that don't have itGuy Harris1-1/+5
1999-06-12Improve the alert boxes put up for file open/read/write errors. (SomeGuy Harris1-7/+35
1999-06-12Don't pop up the "Can't open preferences file" dialog until *after*Guy Harris1-2/+20
1999-06-11Added RSVP protocol dissector.Gilbert Ramirez1-1/+2
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-1/+3
1999-05-12Credited John McDermott <jjm@jkintl.com> for his pseudo-real-timeGilbert Ramirez1-1/+2
1999-05-11Live data capture and display enhancement that allows network capture andLaurent Deniel1-15/+52
1999-05-06Default the capture size to the maximum capture size, rather than theGuy Harris1-2/+2
1999-04-09Removed 2 blocks of code that if #ifdef'ed out. They're just not needed.Gilbert Ramirez1-13/+1
1999-04-06Touch-up fixes to my previous fix of making the packet-capture facility saveGilbert Ramirez1-1/+4
1999-04-06Capturing packets from ethereal now saves the capture in an "anonymous" buffe...Gilbert Ramirez1-24/+131
1999-04-05FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1-2/+3
1999-04-04Make the AUTHORS list and the contributors list in the "Help/AboutGuy Harris1-10/+13
1999-03-23Fixes to the TCP reassembly code to correctly handle too shortLaurent Deniel1-2/+8
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-2/+3
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-9/+10
1999-02-19Added Richard Sharpe's TFTP support. (I missed this in my initialGuy Harris1-1/+16
1999-02-11Make the minimum and maximum packet sizes #defines.Guy Harris1-5/+5
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-2/+2
1999-01-04Include "snprintf.h", as we use "snprintf()", so that we don't getGuy Harris1-1/+10
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-15/+23
1998-12-27* Add library version information to about box, -v and -h outputGerald Combs1-5/+24
1998-12-22Stopped the "TCP Follow" screen from producing an error when usingGilbert Ramirez1-4/+8
1998-12-22Fixed the version of gtk1.1.x required forGilbert Ramirez1-2/+2
1998-12-17A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1-4/+45
1998-11-18* Disable filter-related widgets if we're using wiretap.Gerald Combs1-1/+9
1998-11-18* Added patches from Laurent and GuyGerald Combs1-3/+3
1998-11-17* Added column formatting functionality.Gerald Combs1-24/+38
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-3/+11
1998-10-29* Fixes for problems with the preference initialization code (Guy)Gerald Combs1-3/+3
1998-10-28* Added preference file saves and reads.Gerald Combs1-11/+4
1998-10-16Add Simon Wilkinson to the list of contributors in the "About" box.Guy Harris1-2/+3
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-2/+20
1998-10-14Tag NetBIOS Name Service-over-UDP packets as "NBNS (UDP)".Guy Harris1-2/+2
1998-10-12- Added match_strval function to packet.cGerald Combs1-29/+65
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-13/+36
1998-09-17* Added Mike Hall's TCP reconstruction code.Gerald Combs1-1/+105
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+440