aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-8/+8
2002-01-15Tethereal needs to allocate space for col_expr[] and col_expr_val[] too.Gilbert Ramirez1-1/+4
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-5/+8
2002-01-11Declare "capture()" appropriately.Guy Harris1-2/+2
2002-01-10Fix some problems with building Ethereal/Tethereal without libpcap.Guy Harris1-1/+7
2002-01-10Add a preferences page for capture preferences, so that the user canGuy Harris1-17/+23
2002-01-03Make the "go" member of the "loop_data" structure in Ethereal aGuy Harris1-10/+18
2001-12-21Clean up the comments for the ring buffer checks.Guy Harris1-7/+6
2001-12-21There is no such thing as an optional parameter to a command-line flagGuy Harris1-8/+2
2001-12-21If the user requested a ring buffer but didn't specify a capture file orGuy Harris1-16/+18
2001-12-21Don't let the user specify a maximum capture file size if they're notGuy Harris1-2/+9
2001-12-21It's not possible to check whether the capture file has reached itsGuy Harris1-3/+5
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-6/+13
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris1-10/+7
2001-12-10Don't fill in the columns if we're writing to a capture file.Guy Harris1-3/+5
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-12/+5
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez1-14/+7
2001-12-04In the NetMon capture file reading code, if we get a short read whenGuy Harris1-2/+2
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-8/+84
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-19/+108
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-3/+2
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+3
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris1-2/+6
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris1-1/+2
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-3/+3
2001-10-25Handle "pcap_open_live()" succeeding but returning a warning; print theGuy Harris1-9/+20
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-2/+3
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-8/+8
2001-09-05Close the file to which we're writing before exiting, so that:Guy Harris1-1/+11
2001-07-27Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris1-12/+10
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris1-1/+5
2001-07-17Added a "Suppress Unmarked" option to the print dialog toEd Warnicke1-1/+2
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris1-3/+5
2001-06-08When printing the contents of a raw-data field, don't use the raw dataGuy Harris1-2/+2
2001-06-08Move the fragment reassembly code into "reassemble.c" andGuy Harris1-1/+14
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris1-3/+2
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris1-12/+23
2001-04-20In ANSI C (and in pre-ANSI UNIX implementations), if you return fromGuy Harris1-3/+2
2001-04-20Add a "return 0;" at the end of main() to pacify MSVC 5 (and probablyGilbert Ramirez1-1/+2
2001-04-18Check the validity of numbers specified in command-line options.Guy Harris1-3/+29
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-2/+2
2001-04-11The Software Porting And Archive Centre for HP-UX now has libpcap 0.6.2Guy Harris1-12/+9
2001-04-07Don't hand "fdata" to "clear_fdata()" if you haven't filled it in.Guy Harris1-2/+3
2001-04-05Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versionGilbert Ramirez1-2/+2
2001-04-03Try to load WinPcap only on Windows.Guy Harris1-1/+3
2001-04-03Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez1-1/+16
2001-04-02Added two new arguments to epan_init() and proto_init() toEd Warnicke1-2/+3
2001-03-27Make "comp_info_str" static in Ethereal - there's no need for it outsideGuy Harris1-21/+32
2001-03-27Give Tethereal a "-D" flag, inspired by WinPcap's "-D" flag, whichGuy Harris1-3/+25
2001-03-24Clear "fdata->data_src" when initializing a "frame_data" structure.Guy Harris1-1/+15