aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
Commit message (Expand)AuthorAgeFilesLines
* PPP/WAN captures work on Windows 9x, so speak of them not working onlyGuy Harris2000-08-141-8/+9
* On Win32, if the attempt to open the capture device fails, don't talkGuy Harris2000-08-131-7/+43
* Miscellaneous code cleaningLaurent Deniel2000-08-111-6/+11
* Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez2000-08-031-2/+1
* Correct packet count displayed while capturing with -w option. (there wasGilbert Ramirez2000-07-241-2/+6
* In Tethereal:Guy Harris2000-07-201-37/+9
* Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris2000-07-091-1/+6
* Add support for a global "ethereal.conf" preferences file, stored in theGuy Harris2000-07-051-15/+42
* Set the locale for Tethereal to the native environment; Ethereal alreadyGuy Harris2000-07-051-1/+5
* Remove the progress bar from the status line, and, instead, for anyGuy Harris2000-07-031-2/+1
* Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris2000-06-271-60/+60
* Patch from Joerg Mayer:Guy Harris2000-06-151-5/+5
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-6/+6
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-17/+15
* Have "proto_tree_is_visible" false except when we're in the middle ofGuy Harris2000-05-181-1/+7
* Change dfilter_apply() to 4-argument function. 4th argument is not yet used,Gilbert Ramirez2000-04-141-3/+3
* Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez2000-04-131-3/+4
* Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoGuy Harris2000-04-041-23/+7
* Use the new split between protocol registration and protocol handoffGuy Harris2000-04-041-2/+1
* Move the creation of, and registration of protocols known to UDP in, theGuy Harris2000-04-031-2/+1
* Add getopt.c (from GNU libc) for use on Win32.Gilbert Ramirez2000-03-281-1/+11
* In Tethereal, allow capture filters and read filters either to beGuy Harris2000-02-221-1/+29
* Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris2000-02-191-3/+10
* Allow for non-"struct timeval" ts's in phdr just like we didGilbert Ramirez2000-02-161-2/+3
* Say "Tethereal", rather than "Ethereal", in messages from Tethereal.Guy Harris2000-02-111-6/+6
* Initialize per-dissection data structures before doing a capture, asGuy Harris2000-01-261-1/+7
* Make the Tethereal usage message reflect whether libpcap support wasGuy Harris2000-01-241-3/+8
* Keep the sample command line in the usage message within 80 characters.Guy Harris2000-01-241-4/+5
* Heikki Vatiainen's patch to add a flag to control whether to interpretGuy Harris2000-01-241-4/+7
* Allow "-w" and/or "-R" to be specified either when doing a live captureGuy Harris2000-01-221-80/+181
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* Add a "-F" flag, to allow the format of a file being written to beGuy Harris2000-01-171-16/+43
* Add a "-x" flag to Tethereal, to make it print a hex and ASCII dump ofGuy Harris2000-01-171-5/+19
* Move the routine to get a list of the network interfaces on the systemGuy Harris2000-01-161-6/+18
* Add a call to init_plugins() in order to read the plugins.status file andOlivier Abad2000-01-151-1/+5
* Pass the number of packets to be captured to "capture()" as an argument,Guy Harris2000-01-151-8/+9
* If no "-i" flag is specified to Tethereal when no file is to be read,,Guy Harris2000-01-151-8/+24
* better command line syntax descriptionNathan Neulinger2000-01-141-4/+5
* Set an initial (blank) filter to get around the peculiarities in RHGerald Combs2000-01-141-2/+2
* Check for existence of cf.iface before calling capture(). ChangeGilbert Ramirez2000-01-141-2/+7
* Add "tethereal", a tty-oriented derivative of Ethereal that works likeGuy Harris2000-01-141-0/+845