| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull the code to set the fields in the "cfile.cinfo" structure into a | Guy Harris | 2000-12-03 | 1 | -8/+2 |
* | Tethereal includes no GUI stuff, so it doesn't need to include | Guy Harris | 2000-11-21 | 1 | -2/+1 |
* | Initialize winsock as we do in Ethereal. | Gilbert Ramirez | 2000-11-20 | 1 | -1/+11 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -10/+13 |
* | Move a "putchar('\n')" that caused an extra newline to be printed after | Guy Harris | 2000-11-09 | 1 | -2/+2 |
* | In Tethereal, when printing summary lines, print the fields specified in | Guy Harris | 2000-11-06 | 1 | -32/+182 |
* | Add a fourth choice of time format in the packet list display, which | Guy Harris | 2000-11-01 | 1 | -2/+4 |
* | Instead of failing if we can't find a netmask for the interface on which | Guy Harris | 2000-11-01 | 1 | -4/+9 |
* | Get rid of a statement that should've been deleted when we started using | Guy Harris | 2000-10-31 | 1 | -2/+1 |
* | Give libethereal its own configuration file, and have that configuration | Guy Harris | 2000-10-16 | 1 | -2/+2 |
* | Change addresses from ethereal.zing.org to www.ethereal.com. | Gerald Combs | 2000-10-08 | 1 | -2/+2 |
* | Implement epan_dissect_new() and epan_dissect_free(). These are the | Gilbert Ramirez | 2000-10-06 | 1 | -3/+10 |
* | First step in moving core Ethereal routines to libepan. | Gilbert Ramirez | 2000-09-27 | 1 | -8/+11 |
* | Give Tethereal a "-l" flag, as tcpdump has, to make the standard output | Guy Harris | 2000-09-20 | 1 | -4/+7 |
* | Add a "-p" command-line option, and a checkbox in the "Capture | Guy Harris | 2000-09-15 | 1 | -4/+13 |
* | Compute and display negative relative and delta time stamps correctly, | Guy Harris | 2000-09-10 | 1 | -18/+14 |
* | Remove the -D option. | Laurent Deniel | 2000-08-23 | 1 | -6/+3 |
* | Initialize all the fields of the "frame_data" structure, so that, for | Guy Harris | 2000-08-22 | 1 | -6/+8 |
* | Fix potential buffer overflows. | Laurent Deniel | 2000-08-19 | 1 | -3/+4 |
* | PPP/WAN captures work on Windows 9x, so speak of them not working only | Guy Harris | 2000-08-14 | 1 | -8/+9 |
* | On Win32, if the attempt to open the capture device fails, don't talk | Guy Harris | 2000-08-13 | 1 | -7/+43 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -6/+11 |
* | Add a "Save As" feature to the TCP Follow dialogue, to save the stream | Gilbert Ramirez | 2000-08-03 | 1 | -2/+1 |
* | Correct packet count displayed while capturing with -w option. (there was | Gilbert Ramirez | 2000-07-24 | 1 | -2/+6 |
* | In Tethereal: | Guy Harris | 2000-07-20 | 1 | -37/+9 |
* | Turn the code of "colorize_packet()" into a static routine that is given | Guy Harris | 2000-07-09 | 1 | -1/+6 |
* | Add support for a global "ethereal.conf" preferences file, stored in the | Guy Harris | 2000-07-05 | 1 | -15/+42 |
* | Set the locale for Tethereal to the native environment; Ethereal already | Guy Harris | 2000-07-05 | 1 | -1/+5 |
* | Remove the progress bar from the status line, and, instead, for any | Guy Harris | 2000-07-03 | 1 | -2/+1 |
* | Patch from Ben Fowler to rename the global variable "cf" to "cfile", to | Guy Harris | 2000-06-27 | 1 | -60/+60 |
* | Patch from Joerg Mayer: | Guy Harris | 2000-06-15 | 1 | -5/+5 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -6/+6 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -17/+15 |
* | Have "proto_tree_is_visible" false except when we're in the middle of | Guy Harris | 2000-05-18 | 1 | -1/+7 |
* | Change dfilter_apply() to 4-argument function. 4th argument is not yet used, | Gilbert Ramirez | 2000-04-14 | 1 | -3/+3 |
* | Consolidate flags in struct frame_data, and add "visited" flag. Use | Gilbert Ramirez | 2000-04-13 | 1 | -3/+4 |
* | Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" into | Guy Harris | 2000-04-04 | 1 | -23/+7 |
* | Use the new split between protocol registration and protocol handoff | Guy Harris | 2000-04-04 | 1 | -2/+1 |
* | Move the creation of, and registration of protocols known to UDP in, the | Guy Harris | 2000-04-03 | 1 | -2/+1 |
* | Add getopt.c (from GNU libc) for use on Win32. | Gilbert Ramirez | 2000-03-28 | 1 | -1/+11 |
* | In Tethereal, allow capture filters and read filters either to be | Guy Harris | 2000-02-22 | 1 | -1/+29 |
* | Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read a | Guy Harris | 2000-02-19 | 1 | -3/+10 |
* | Allow for non-"struct timeval" ts's in phdr just like we did | Gilbert Ramirez | 2000-02-16 | 1 | -2/+3 |
* | Say "Tethereal", rather than "Ethereal", in messages from Tethereal. | Guy Harris | 2000-02-11 | 1 | -6/+6 |
* | Initialize per-dissection data structures before doing a capture, as | Guy Harris | 2000-01-26 | 1 | -1/+7 |
* | Make the Tethereal usage message reflect whether libpcap support was | Guy Harris | 2000-01-24 | 1 | -3/+8 |
* | Keep the sample command line in the usage message within 80 characters. | Guy Harris | 2000-01-24 | 1 | -4/+5 |
* | Heikki Vatiainen's patch to add a flag to control whether to interpret | Guy Harris | 2000-01-24 | 1 | -4/+7 |
* | Allow "-w" and/or "-R" to be specified either when doing a live capture | Guy Harris | 2000-01-22 | 1 | -80/+181 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |