aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
Commit message (Expand)AuthorAgeFilesLines
* Pull the code to set the fields in the "cfile.cinfo" structure into aGuy Harris2000-12-031-8/+2
* Tethereal includes no GUI stuff, so it doesn't need to includeGuy Harris2000-11-211-2/+1
* Initialize winsock as we do in Ethereal.Gilbert Ramirez2000-11-201-1/+11
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-10/+13
* Move a "putchar('\n')" that caused an extra newline to be printed afterGuy Harris2000-11-091-2/+2
* In Tethereal, when printing summary lines, print the fields specified inGuy Harris2000-11-061-32/+182
* Add a fourth choice of time format in the packet list display, whichGuy Harris2000-11-011-2/+4
* Instead of failing if we can't find a netmask for the interface on whichGuy Harris2000-11-011-4/+9
* Get rid of a statement that should've been deleted when we started usingGuy Harris2000-10-311-2/+1
* Give libethereal its own configuration file, and have that configurationGuy Harris2000-10-161-2/+2
* Change addresses from ethereal.zing.org to www.ethereal.com.Gerald Combs2000-10-081-2/+2
* Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez2000-10-061-3/+10
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-8/+11
* Give Tethereal a "-l" flag, as tcpdump has, to make the standard outputGuy Harris2000-09-201-4/+7
* Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris2000-09-151-4/+13
* Compute and display negative relative and delta time stamps correctly,Guy Harris2000-09-101-18/+14
* Remove the -D option.Laurent Deniel2000-08-231-6/+3
* Initialize all the fields of the "frame_data" structure, so that, forGuy Harris2000-08-221-6/+8
* Fix potential buffer overflows.Laurent Deniel2000-08-191-3/+4
* 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