aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-18In the MSVC++ 6.0 C library, "line-buffered" doesn't mean what one mightGuy Harris1-3/+38
2001-02-11Report failures of "pcap_stats()", as tcpdump does.Guy Harris1-8/+21
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris1-3/+12
2001-02-10Check for errors when writing a capture file.Guy Harris1-12/+81
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-5/+5
2001-01-29There's no need for a member of a "capture_file" structure holding aGuy Harris1-1/+3
2001-01-28There's no need for a member of a "capture_file" structure holding aGuy Harris1-3/+6
2001-01-04Don't define "promisc_mode" if we weren't built with libpcap support.Guy Harris1-1/+3
2000-12-03Pull the code to set the fields in the "cfile.cinfo" structure into aGuy Harris1-8/+2
2000-11-21Tethereal includes no GUI stuff, so it doesn't need to includeGuy Harris1-2/+1
2000-11-20Initialize winsock as we do in Ethereal.Gilbert Ramirez1-1/+11
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-10/+13
2000-11-09Move a "putchar('\n')" that caused an extra newline to be printed afterGuy Harris1-2/+2
2000-11-06In Tethereal, when printing summary lines, print the fields specified inGuy Harris1-32/+182
2000-11-01Add a fourth choice of time format in the packet list display, whichGuy Harris1-2/+4
2000-11-01Instead of failing if we can't find a netmask for the interface on whichGuy Harris1-4/+9
2000-10-31Get rid of a statement that should've been deleted when we started usingGuy Harris1-2/+1
2000-10-16Give libethereal its own configuration file, and have that configurationGuy Harris1-2/+2
2000-10-08Change addresses from ethereal.zing.org to www.ethereal.com.Gerald Combs1-2/+2
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-3/+10
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-8/+11
2000-09-20Give Tethereal a "-l" flag, as tcpdump has, to make the standard outputGuy Harris1-4/+7
2000-09-15Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris1-4/+13
2000-09-10Compute and display negative relative and delta time stamps correctly,Guy Harris1-18/+14
2000-08-23Remove the -D option.Laurent Deniel1-6/+3
2000-08-22Initialize all the fields of the "frame_data" structure, so that, forGuy Harris1-6/+8
2000-08-19Fix potential buffer overflows.Laurent Deniel1-3/+4
2000-08-14PPP/WAN captures work on Windows 9x, so speak of them not working onlyGuy Harris1-8/+9
2000-08-13On Win32, if the attempt to open the capture device fails, don't talkGuy Harris1-7/+43
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+11
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez1-2/+1
2000-07-24Correct packet count displayed while capturing with -w option. (there wasGilbert Ramirez1-2/+6
2000-07-20In Tethereal:Guy Harris1-37/+9
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris1-1/+6
2000-07-05Add support for a global "ethereal.conf" preferences file, stored in theGuy Harris1-15/+42
2000-07-05Set the locale for Tethereal to the native environment; Ethereal alreadyGuy Harris1-1/+5
2000-07-03Remove the progress bar from the status line, and, instead, for anyGuy Harris1-2/+1
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-60/+60
2000-06-15Patch from Joerg Mayer:Guy Harris1-5/+5
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-6/+6
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-17/+15
2000-05-18Have "proto_tree_is_visible" false except when we're in the middle ofGuy Harris1-1/+7
2000-04-14Change dfilter_apply() to 4-argument function. 4th argument is not yet used,Gilbert Ramirez1-3/+3
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez1-3/+4
2000-04-04Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoGuy Harris1-23/+7
2000-04-04Use the new split between protocol registration and protocol handoffGuy Harris1-2/+1
2000-04-03Move the creation of, and registration of protocols known to UDP in, theGuy Harris1-2/+1
2000-03-28Add getopt.c (from GNU libc) for use on Win32.Gilbert Ramirez1-1/+11
2000-02-22In Tethereal, allow capture filters and read filters either to beGuy Harris1-1/+29
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-3/+10