Created a new protocol tree implementation and a new display filter
[obnox/wireshark/wip.git] / ethereal.c
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-07-07 guyAdd support for RTSP (RFC 2326) over TCP, and SDP ...
1999-06-25 guyIf WITH_WIRETAP is defined, don't define variables...
1999-06-24 gramAdded Ashok's Match Selected functionality, and changes...
1999-06-22 gramAdded Aaron Hillegass' summary dialogue. We're ignoring...
1999-06-19 guyUse "gtk_toggle_button_set_state()" rather than
1999-06-19 guyAdded "Capture" and "Display" menus; "Capture" has...
1999-06-15 guyPut "..." after menu items that will cause a dialog...
1999-06-15 guyDon't load the capture file in "main_realize_cb()"...
1999-06-14 guyAdd our own "strerror()", which we use on platforms...
1999-06-12 guyImprove the alert boxes put up for file open/read/write...
1999-06-12 guyDon't pop up the "Can't open preferences file" dialog...
1999-06-11 gramAdded RSVP protocol dissector.
1999-06-11 gramAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.
1999-05-12 gramCredited John McDermott <jjm@jkintl.com> for his pseudo...
1999-05-11 denielLive data capture and display enhancement that allows...
1999-05-06 guyDefault the capture size to the maximum capture size...
1999-04-09 gramRemoved 2 blocks of code that if #ifdef'ed out. They...
1999-04-06 gramTouch-up fixes to my previous fix of making the packet...
1999-04-06 gramCapturing packets from ethereal now saves the capture...
1999-04-05 guyFTP, POP, and Telnet support from Richard Sharpe.
1999-04-04 guyMake the AUTHORS list and the contributors list in...
1999-03-23 denielFixes to the TCP reassembly code to correctly handle...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-03-01 gramAdded display filters to wiretap.
1999-02-19 guyAdded Richard Sharpe's TFTP support. (I missed this...
1999-02-11 guyMake the minimum and maximum packet sizes #defines.
1999-02-09 guyWhen doing a capture, decode enough of the incoming...
1999-01-04 guyInclude "snprintf.h", as we use "snprintf()", so that...
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-12-27 gerald* Add library version information to about box, -v...
1998-12-22 gramStopped the "TCP Follow" screen from producing an error...
1998-12-22 gramFixed the version of gtk1.1.x required for
1998-12-17 gramA patch spread across many files to let Ethereal compil...
1998-11-18 gerald* Disable filter-related widgets if we're using wiretap.
1998-11-18 gerald* Added patches from Laurent and Guy
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-29 gerald* Fixes for problems with the preference initialization...
1998-10-28 gerald* Added preference file saves and reads.
1998-10-16 guyAdd Simon Wilkinson to the list of contributors in...
1998-10-16 gerald* Copied in the correct GNU license (I'm such a goober)
1998-10-14 guyTag NetBIOS Name Service-over-UDP packets as "NBNS...
1998-10-12 gerald- Added match_strval function to packet.c
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-17 gerald* Added Mike Hall's TCP reconstruction code.
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision