aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal.c
Commit message (Expand)AuthorAgeFilesLines
* Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1999-08-101-1/+2
* Fix up some comments.Guy Harris1999-08-101-7/+7
* Add the ability to specify a filter to be used when reading the file toGuy Harris1999-08-101-40/+53
* Building a GList by adding elements to the end with "g_list_append()" isGuy Harris1999-08-101-1/+2
* Jochen Friedrich's patch to add a "-R" flag, which takes aGuy Harris1999-08-081-2/+6
* Use "strrchr()", rather than "strchr()", to find the '/' in "argv[0]"Guy Harris1999-08-051-2/+2
* Added a progress bar to the display filter computation. Unfortunately,Gilbert Ramirez1999-08-051-2/+3
* Have Ethereal, when invoked as "ethereal-dump-fields", dump out aGuy Harris1999-08-051-7/+20
* Fixed match_selected to work with new display filter code. It usesGilbert Ramirez1999-08-041-31/+29
* Update Olivier Abad's e-mail address.Guy Harris1999-08-021-2/+2
* When applying filters constructed by "Follow TCP Stream" or "MatchGuy Harris1999-07-311-18/+6
* Fix TCP follow stream feature:Laurent Deniel1999-07-311-2/+2
* - remove close_cap_file in follow_stream_cb since load_cap_fileLaurent Deniel1999-07-311-2/+7
* Remove srcip and destip from packet_info since it is not safe to affectLaurent Deniel1999-07-311-3/+3
* Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris1999-07-281-1/+2
* Have:Guy Harris1999-07-281-8/+15
* Added a patch from Olivier Abad to handle X.25 iptrace captures.Gerald Combs1999-07-281-1/+2
* Actually, I think File/Reload is still used if you do a capture withGuy Harris1999-07-271-1/+20
* File/Reload isn't necessary any more - to run a display filter, justGuy Harris1999-07-271-20/+1
* Turn "protocol_tree" and "fd" from global variables into members of aGuy Harris1999-07-241-35/+4
* Have "close_cap_file()" disable all menu items that make sense only ifGuy Harris1999-07-241-16/+7
* Printing multiple frames in PostScript is a bit tricky, I think - IGuy Harris1999-07-231-5/+15
* Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1999-07-231-7/+322
* Revert to static sizing of columns.Guy Harris1999-07-221-9/+7
* Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1999-07-151-3/+6
* Use HAVE_LIBPCAP, not HAVE_PCAP - we define the former, not the latter.Guy Harris1999-07-131-3/+3
* When printing a packet, do it from the protocol tree, not from the GTK+Guy Harris1999-07-131-2/+7
* Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1999-07-131-59/+4
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-4/+43
* When you hit <Return> in the text entry box for the display filter,Guy Harris1999-07-111-2/+14
* Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1999-07-091-6/+17
* Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1999-07-081-1/+2
* "const"ifty some function arguments and structure members, and "#if 0"Guy Harris1999-07-071-1/+3
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-43/+31
* Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideGuy Harris1999-07-071-1/+2
* If WITH_WIRETAP is defined, don't define variables used only ifGuy Harris1999-06-251-1/+5
* Added Ashok's Match Selected functionality, and changes to move etherealGilbert Ramirez1999-06-241-7/+98
* Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1999-06-221-1/+9
* Use "gtk_toggle_button_set_state()" rather thanGuy Harris1999-06-191-7/+9
* Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris1999-06-191-3/+3
* Put "..." after menu items that will cause a dialog box to be popped upGuy Harris1999-06-151-11/+11
* Don't load the capture file in "main_realize_cb()", load it after theGuy Harris1999-06-151-20/+36
* Add our own "strerror()", which we use on platforms that don't have itGuy Harris1999-06-141-1/+5
* Improve the alert boxes put up for file open/read/write errors. (SomeGuy Harris1999-06-121-7/+35
* Don't pop up the "Can't open preferences file" dialog until *after*Guy Harris1999-06-121-2/+20
* Added RSVP protocol dissector.Gilbert Ramirez1999-06-111-1/+2
* Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1999-06-111-1/+3
* Credited John McDermott <jjm@jkintl.com> for his pseudo-real-timeGilbert Ramirez1999-05-121-1/+2
* Live data capture and display enhancement that allows network capture andLaurent Deniel1999-05-111-15/+52
* Default the capture size to the maximum capture size, rather than theGuy Harris1999-05-061-2/+2