aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
Commit message (Expand)AuthorAgeFilesLines
* When printing the contents of a raw-data field, don't use the raw dataGuy Harris2001-06-081-2/+2
* Move the fragment reassembly code into "reassemble.c" andGuy Harris2001-06-081-1/+14
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-051-3/+2
* Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris2001-05-311-12/+23
* In ANSI C (and in pre-ANSI UNIX implementations), if you return fromGuy Harris2001-04-201-3/+2
* Add a "return 0;" at the end of main() to pacify MSVC 5 (and probablyGilbert Ramirez2001-04-201-1/+2
* Check the validity of numbers specified in command-line options.Guy Harris2001-04-181-3/+29
* There's no "enable name resolution in captures" preference in Ethereal,Guy Harris2001-04-151-2/+2
* The Software Porting And Archive Centre for HP-UX now has libpcap 0.6.2Guy Harris2001-04-111-12/+9
* Don't hand "fdata" to "clear_fdata()" if you haven't filled it in.Guy Harris2001-04-071-2/+3
* Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versionGilbert Ramirez2001-04-051-2/+2
* Try to load WinPcap only on Windows.Guy Harris2001-04-031-1/+3
* Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez2001-04-031-1/+16
* Added two new arguments to epan_init() and proto_init() toEd Warnicke2001-04-021-2/+3
* Make "comp_info_str" static in Ethereal - there's no need for it outsideGuy Harris2001-03-271-21/+32
* Give Tethereal a "-D" flag, inspired by WinPcap's "-D" flag, whichGuy Harris2001-03-271-3/+25
* Clear "fdata->data_src" when initializing a "frame_data" structure.Guy Harris2001-03-241-1/+15
* Added named data sources printing support, written by Guy HarrisJeff Foster2001-03-231-3/+2
* In the MSVC++ 6.0 C library, "line-buffered" doesn't mean what one mightGuy Harris2001-02-181-3/+38
* Report failures of "pcap_stats()", as tcpdump does.Guy Harris2001-02-111-8/+21
* In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris2001-02-111-3/+12
* Check for errors when writing a capture file.Guy Harris2001-02-101-12/+81
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-5/+5
* There's no need for a member of a "capture_file" structure holding aGuy Harris2001-01-291-1/+3
* There's no need for a member of a "capture_file" structure holding aGuy Harris2001-01-281-3/+6
* Don't define "promisc_mode" if we weren't built with libpcap support.Guy Harris2001-01-041-1/+3
* 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