| Commit message (Expand) | Author | Age | Files | Lines |
* | Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2 | Guy Harris | 1999-08-10 | 1 | -1/+2 |
* | Fix up some comments. | Guy Harris | 1999-08-10 | 1 | -7/+7 |
* | Add the ability to specify a filter to be used when reading the file to | Guy Harris | 1999-08-10 | 1 | -40/+53 |
* | Building a GList by adding elements to the end with "g_list_append()" is | Guy Harris | 1999-08-10 | 1 | -1/+2 |
* | Jochen Friedrich's patch to add a "-R" flag, which takes a | Guy Harris | 1999-08-08 | 1 | -2/+6 |
* | Use "strrchr()", rather than "strchr()", to find the '/' in "argv[0]" | Guy Harris | 1999-08-05 | 1 | -2/+2 |
* | Added a progress bar to the display filter computation. Unfortunately, | Gilbert Ramirez | 1999-08-05 | 1 | -2/+3 |
* | Have Ethereal, when invoked as "ethereal-dump-fields", dump out a | Guy Harris | 1999-08-05 | 1 | -7/+20 |
* | Fixed match_selected to work with new display filter code. It uses | Gilbert Ramirez | 1999-08-04 | 1 | -31/+29 |
* | Update Olivier Abad's e-mail address. | Guy Harris | 1999-08-02 | 1 | -2/+2 |
* | When applying filters constructed by "Follow TCP Stream" or "Match | Guy Harris | 1999-07-31 | 1 | -18/+6 |
* | Fix TCP follow stream feature: | Laurent Deniel | 1999-07-31 | 1 | -2/+2 |
* | - remove close_cap_file in follow_stream_cb since load_cap_file | Laurent Deniel | 1999-07-31 | 1 | -2/+7 |
* | Remove srcip and destip from packet_info since it is not safe to affect | Laurent Deniel | 1999-07-31 | 1 | -3/+3 |
* | Patches from Thierry Andry to support Classical IP captures from systems | Guy Harris | 1999-07-28 | 1 | -1/+2 |
* | Have: | Guy Harris | 1999-07-28 | 1 | -8/+15 |
* | Added a patch from Olivier Abad to handle X.25 iptrace captures. | Gerald Combs | 1999-07-28 | 1 | -1/+2 |
* | Actually, I think File/Reload is still used if you do a capture with | Guy Harris | 1999-07-27 | 1 | -1/+20 |
* | File/Reload isn't necessary any more - to run a display filter, just | Guy Harris | 1999-07-27 | 1 | -20/+1 |
* | Turn "protocol_tree" and "fd" from global variables into members of a | Guy Harris | 1999-07-24 | 1 | -35/+4 |
* | Have "close_cap_file()" disable all menu items that make sense only if | Guy Harris | 1999-07-24 | 1 | -16/+7 |
* | Printing multiple frames in PostScript is a bit tricky, I think - I | Guy Harris | 1999-07-23 | 1 | -5/+15 |
* | Add a "File/Print" menu item, which prints *all* the packets in the | Guy Harris | 1999-07-23 | 1 | -7/+322 |
* | Revert to static sizing of columns. | Guy Harris | 1999-07-22 | 1 | -9/+7 |
* | Modified the proto_register_field_array usage again. Thanks to Guy's | Gilbert Ramirez | 1999-07-15 | 1 | -3/+6 |
* | Use HAVE_LIBPCAP, not HAVE_PCAP - we define the former, not the latter. | Guy Harris | 1999-07-13 | 1 | -3/+3 |
* | When printing a packet, do it from the protocol tree, not from the GTK+ | Guy Harris | 1999-07-13 | 1 | -2/+7 |
* | Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree and | Gilbert Ramirez | 1999-07-13 | 1 | -59/+4 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -4/+43 |
* | When you hit <Return> in the text entry box for the display filter, | Guy Harris | 1999-07-11 | 1 | -2/+14 |
* | Added the ability to create a read-only ethereal, i.e., one that | Gilbert Ramirez | 1999-07-09 | 1 | -6/+17 |
* | Added Johan's RADIUS dissector, finally. I modified it to fit in with the | Gilbert Ramirez | 1999-07-08 | 1 | -1/+2 |
* | "const"ifty some function arguments and structure members, and "#if 0" | Guy Harris | 1999-07-07 | 1 | -1/+3 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -43/+31 |
* | Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) inside | Guy Harris | 1999-07-07 | 1 | -1/+2 |
* | If WITH_WIRETAP is defined, don't define variables used only if | Guy Harris | 1999-06-25 | 1 | -1/+5 |
* | Added Ashok's Match Selected functionality, and changes to move ethereal | Gilbert Ramirez | 1999-06-24 | 1 | -7/+98 |
* | Added Aaron Hillegass' summary dialogue. We're ignoring the problem with | Gilbert Ramirez | 1999-06-22 | 1 | -1/+9 |
* | Use "gtk_toggle_button_set_state()" rather than | Guy Harris | 1999-06-19 | 1 | -7/+9 |
* | Added "Capture" and "Display" menus; "Capture" has a "Start" item, which | Guy Harris | 1999-06-19 | 1 | -3/+3 |
* | Put "..." after menu items that will cause a dialog box to be popped up | Guy Harris | 1999-06-15 | 1 | -11/+11 |
* | Don't load the capture file in "main_realize_cb()", load it after the | Guy Harris | 1999-06-15 | 1 | -20/+36 |
* | Add our own "strerror()", which we use on platforms that don't have it | Guy Harris | 1999-06-14 | 1 | -1/+5 |
* | Improve the alert boxes put up for file open/read/write errors. (Some | Guy Harris | 1999-06-12 | 1 | -7/+35 |
* | Don't pop up the "Can't open preferences file" dialog until *after* | Guy Harris | 1999-06-12 | 1 | -2/+20 |
* | Added RSVP protocol dissector. | Gilbert Ramirez | 1999-06-11 | 1 | -1/+2 |
* | Added PPPoE, PPTP, GRE, and ISAKMP dissectors. | Gilbert Ramirez | 1999-06-11 | 1 | -1/+3 |
* | Credited John McDermott <jjm@jkintl.com> for his pseudo-real-time | Gilbert Ramirez | 1999-05-12 | 1 | -1/+2 |
* | Live data capture and display enhancement that allows network capture and | Laurent Deniel | 1999-05-11 | 1 | -15/+52 |
* | Default the capture size to the maximum capture size, rather than the | Guy Harris | 1999-05-06 | 1 | -2/+2 |