| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a "-F" flag, to allow the format of a file being written to be | Guy Harris | 2000-01-17 | 1 | -16/+43 |
* | Add a "-x" flag to Tethereal, to make it print a hex and ASCII dump of | Guy Harris | 2000-01-17 | 1 | -5/+19 |
* | Move the routine to get a list of the network interfaces on the system | Guy Harris | 2000-01-16 | 1 | -6/+18 |
* | Add a call to init_plugins() in order to read the plugins.status file and | Olivier Abad | 2000-01-15 | 1 | -1/+5 |
* | Pass the number of packets to be captured to "capture()" as an argument, | Guy Harris | 2000-01-15 | 1 | -8/+9 |
* | If no "-i" flag is specified to Tethereal when no file is to be read,, | Guy Harris | 2000-01-15 | 1 | -8/+24 |
* | better command line syntax description | Nathan Neulinger | 2000-01-14 | 1 | -4/+5 |
* | Set an initial (blank) filter to get around the peculiarities in RH | Gerald Combs | 2000-01-14 | 1 | -2/+2 |
* | Check for existence of cf.iface before calling capture(). Change | Gilbert Ramirez | 2000-01-14 | 1 | -2/+7 |
* | Add "tethereal", a tty-oriented derivative of Ethereal that works like | Guy Harris | 2000-01-14 | 1 | -0/+845 |