| Commit message (Expand) | Author | Age | Files | Lines |
* | Display counts of NetBEUI/NBF frames as "NetBIOS". | Guy Harris | 1999-08-10 | 1 | -3/+3 |
* | Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2 | Guy Harris | 1999-08-10 | 1 | -13/+22 |
* | Change the test of pcap_dispatch returned value | Laurent Deniel | 1999-08-10 | 1 | -3/+3 |
* | Fix the -S option timeout handling: | Laurent Deniel | 1999-08-10 | 1 | -23/+15 |
* | Add the ability to specify a filter to be used when reading the file to | Guy Harris | 1999-08-10 | 1 | -6/+3 |
* | Use execlp instead of execl to scan the PATH for the | Laurent Deniel | 1999-08-05 | 1 | -11/+11 |
* | Update version numbers to 0.7.0, and update win32 Makefiles. I made some | Gilbert Ramirez | 1999-08-03 | 1 | -1/+15 |
* | Changed the chmod() call to a pair of umask() calls that straddle the | Gilbert Ramirez | 1999-08-02 | 1 | -2/+9 |
* | chmod() the temporary capture file to 0600 so that only the user can | Gilbert Ramirez | 1999-07-31 | 1 | -2/+6 |
* | Fix the -S option : | Laurent Deniel | 1999-07-28 | 1 | -4/+12 |
* | Added a bug fix from Erik Daughtrey that sets cf_filter to NULL after being | Gerald Combs | 1999-07-28 | 1 | -1/+2 |
* | Have "close_cap_file()" disable all menu items that make sense only if | Guy Harris | 1999-07-24 | 1 | -6/+16 |
* | Add a "File/Print" menu item, which prints *all* the packets in the | Guy Harris | 1999-07-23 | 1 | -2/+3 |
* | If doing a catpure with "-S", as soon as we've created the capture file | Guy Harris | 1999-07-20 | 1 | -11/+10 |
* | Fix a comment. | Guy Harris | 1999-07-20 | 1 | -2/+2 |
* | Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree and | Gilbert Ramirez | 1999-07-13 | 1 | -7/+1 |
* | Added the ability to create a read-only ethereal, i.e., one that | Gilbert Ramirez | 1999-07-09 | 1 | -3/+5 |
* | Added Aaron Hillegass' summary dialogue. We're ignoring the problem with | Gilbert Ramirez | 1999-06-22 | 1 | -1/+3 |
* | Found some erroneous usages of gtk_signal_connect_object. I always wondered | Gilbert Ramirez | 1999-06-21 | 1 | -19/+14 |
* | Added "Capture" and "Display" menus; "Capture" has a "Start" item, which | Guy Harris | 1999-06-19 | 1 | -51/+14 |
* | Improve the alert boxes put up for file open/read/write errors. (Some | Guy Harris | 1999-06-12 | 1 | -8/+21 |
* | Added PPPoE, PPTP, GRE, and ISAKMP dissectors. | Gilbert Ramirez | 1999-06-11 | 1 | -2/+11 |
* | Don't "g_strdup()" what "gtk_entry_get_text()" returns as the contents | Guy Harris | 1999-06-05 | 1 | -3/+2 |
* | When constructing the list for the "Count" combo box in the "Capture" | Guy Harris | 1999-06-01 | 1 | -2/+2 |
* | Live data capture and display enhancement that allows network capture and | Laurent Deniel | 1999-05-11 | 1 | -3/+96 |
* | Capturing packets from ethereal now saves the capture in an "anonymous" buffe... | Gilbert Ramirez | 1999-04-06 | 1 | -54/+39 |
* | Have MIN_PACKET_SIZE, rather than 1, be the minimum value in the spin | Guy Harris | 1999-02-11 | 1 | -3/+3 |
* | Make the minimum and maximum packet sizes #defines. | Guy Harris | 1999-02-11 | 1 | -6/+6 |
* | When doing a capture, decode enough of the incoming packets to correctly | Guy Harris | 1999-02-09 | 1 | -50/+40 |
* | No need to disable filter-related widgets for packet capture if we're | Guy Harris | 1999-02-02 | 1 | -8/+1 |
* | * Added Joerg Mayer's Vines patch | Gerald Combs | 1998-12-29 | 1 | -1/+2 |
* | Fixed more bugs with dialogues and gtk+-1.1.x. | Gilbert Ramirez | 1998-12-22 | 1 | -2/+8 |
* | Stopped the "TCP Follow" screen from producing an error when using | Gilbert Ramirez | 1998-12-22 | 1 | -2/+2 |
* | A patch spread across many files to let Ethereal compile under GTK+-1.1.x. | Gilbert Ramirez | 1998-12-17 | 1 | -1/+2 |
* | * Disable filter-related widgets if we're using wiretap. | Gerald Combs | 1998-11-18 | 1 | -1/+8 |
* | Add a "acinclude.m4" file that defines a "AC_ETHEREAL_STRUCT_SA_LEN" | Guy Harris | 1998-11-17 | 1 | -2/+2 |
* | Back out some changes accidentally commited by the previous checkin - I | Guy Harris | 1998-11-15 | 1 | -2/+2 |
* | Add support to wiretap for reading Sun "snoop" capture files. | Guy Harris | 1998-11-15 | 1 | -2/+2 |
* | * Added preference file saves and reads. | Gerald Combs | 1998-10-28 | 1 | -2/+2 |
* | Squelch a number of "-Wall" errors by: | Guy Harris | 1998-10-13 | 1 | -1/+7 |
* | - Added match_strval function to packet.c | Gerald Combs | 1998-10-12 | 1 | -75/+113 |
* | * OSPF alignment fixes (Gerald) | Gerald Combs | 1998-10-10 | 1 | -2/+10 |
* | Changes to capture.c and capture.h to support more detail in the capture | hannes | 1998-09-29 | 1 | -17/+44 |
* | Merged in a _huge_ patch from Guy Harris. It adds a time stap column, | Gerald Combs | 1998-09-27 | 1 | -1/+2 |
* | Added ID tags to the beginning of each source file. | Gerald Combs | 1998-09-16 | 1 | -0/+2 |
* | Initial revisionstartethereal-0.3.15ethereal-0-3-15backups/ethereal@18706ethereal | Gerald Combs | 1998-09-16 | 1 | -0/+501 |