aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyguy1-3/+5
2001-06-08When printing the contents of a raw-data field, don't use the raw dataguy1-2/+2
2001-06-08Move the fragment reassembly code into "reassemble.c" andguy1-1/+14
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doguy1-3/+2
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromguy1-12/+23
2001-04-20In ANSI C (and in pre-ANSI UNIX implementations), if you return fromguy1-3/+2
2001-04-20Add a "return 0;" at the end of main() to pacify MSVC 5 (and probablygram1-1/+2
2001-04-18Check the validity of numbers specified in command-line options.guy1-3/+29
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,guy1-2/+2
2001-04-11The Software Porting And Archive Centre for HP-UX now has libpcap 0.6.2guy1-12/+9
2001-04-07Don't hand "fdata" to "clear_fdata()" if you haven't filled it in.guy1-2/+3
2001-04-05Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versiongram1-2/+2
2001-04-03Try to load WinPcap only on Windows.guy1-1/+3
2001-04-03Now that WinPcap is a DLL, I can load it at run-time rather than load-time.gram1-1/+16
2001-04-02Added two new arguments to epan_init() and proto_init() tohagbard1-2/+3
2001-03-27Make "comp_info_str" static in Ethereal - there's no need for it outsideguy1-21/+32
2001-03-27Give Tethereal a "-D" flag, inspired by WinPcap's "-D" flag, whichguy1-3/+25
2001-03-24Clear "fdata->data_src" when initializing a "frame_data" structure.guy1-1/+15
2001-03-23Added named data sources printing support, written by Guy Harrisjfoster1-3/+2
2001-02-18In the MSVC++ 6.0 C library, "line-buffered" doesn't mean what one mightguy1-3/+38
2001-02-11Report failures of "pcap_stats()", as tcpdump does.guy1-8/+21
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenguy1-3/+12
2001-02-10Check for errors when writing a capture file.guy1-12/+81
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-5/+5
2001-01-29There's no need for a member of a "capture_file" structure holding aguy1-1/+3
2001-01-28There's no need for a member of a "capture_file" structure holding aguy1-3/+6
2001-01-04Don't define "promisc_mode" if we weren't built with libpcap support.guy1-1/+3
2000-12-03Pull the code to set the fields in the "cfile.cinfo" structure into aguy1-8/+2
2000-11-21Tethereal includes no GUI stuff, so it doesn't need to includeguy1-2/+1
2000-11-20Initialize winsock as we do in Ethereal.gram1-1/+11
2000-11-19For each column, have both a buffer into which strings for that columnguy1-10/+13
2000-11-09Move a "putchar('\n')" that caused an extra newline to be printed afterguy1-2/+2
2000-11-06In Tethereal, when printing summary lines, print the fields specified inguy1-32/+182
2000-11-01Add a fourth choice of time format in the packet list display, whichguy1-2/+4
2000-11-01Instead of failing if we can't find a netmask for the interface on whichguy1-4/+9
2000-10-31Get rid of a statement that should've been deleted when we started usingguy1-2/+1
2000-10-16Give libethereal its own configuration file, and have that configurationguy1-2/+2
2000-10-08Change addresses from ethereal.zing.org to www.ethereal.com.gerald1-2/+2
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are thegram1-3/+10
2000-09-27First step in moving core Ethereal routines to libepan.gram1-8/+11
2000-09-20Give Tethereal a "-l" flag, as tcpdump has, to make the standard outputguy1-4/+7
2000-09-15Add a "-p" command-line option, and a checkbox in the "Captureguy1-4/+13
2000-09-10Compute and display negative relative and delta time stamps correctly,guy1-18/+14
2000-08-23Remove the -D option.deniel1-6/+3
2000-08-22Initialize all the fields of the "frame_data" structure, so that, forguy1-6/+8
2000-08-19Fix potential buffer overflows.deniel1-3/+4
2000-08-14PPP/WAN captures work on Windows 9x, so speak of them not working onlyguy1-8/+9
2000-08-13On Win32, if the attempt to open the capture device fails, don't talkguy1-7/+43
2000-08-11Miscellaneous code cleaningdeniel1-6/+11
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamgram1-2/+1