aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
Commit message (Expand)AuthorAgeFilesLines
* In follow.c, initialize data_out_file to NULL, as it used toGilbert Ramirez2002-02-281-2/+1
* From Joerg Mayer: remove unused variables and declarations ofGuy Harris2002-02-271-3/+1
* Put all the capture options into a structure.Guy Harris2002-02-241-46/+66
* Get rid of "init_all_protocols()"; instead, have a routineGuy Harris2002-02-241-24/+5
* Have "get_positive_int()" really check for positive integers, not justGuy Harris2002-02-241-10/+10
* "autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris2002-02-241-18/+33
* From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris2002-02-241-2/+2
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-4/+3
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-8/+22
* The ring buffer code only supports libpcap format captures; print anGuy Harris2002-01-291-2/+7
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-8/+8
* Tethereal needs to allocate space for col_expr[] and col_expr_val[] too.Gilbert Ramirez2002-01-151-1/+4
* Add a preferences page for the name resolution flags.Guy Harris2002-01-131-5/+8
* Declare "capture()" appropriately.Guy Harris2002-01-111-2/+2
* Fix some problems with building Ethereal/Tethereal without libpcap.Guy Harris2002-01-101-1/+7
* Add a preferences page for capture preferences, so that the user canGuy Harris2002-01-101-17/+23
* Make the "go" member of the "loop_data" structure in Ethereal aGuy Harris2002-01-031-10/+18
* Clean up the comments for the ring buffer checks.Guy Harris2001-12-211-7/+6
* There is no such thing as an optional parameter to a command-line flagGuy Harris2001-12-211-8/+2
* If the user requested a ring buffer but didn't specify a capture file orGuy Harris2001-12-211-16/+18
* Don't let the user specify a maximum capture file size if they're notGuy Harris2001-12-211-2/+9
* It's not possible to check whether the capture file has reached itsGuy Harris2001-12-211-3/+5
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-6/+13
* Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris2001-12-161-10/+7
* Don't fill in the columns if we're writing to a capture file.Guy Harris2001-12-101-3/+5
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-12/+5
* Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez2001-12-061-14/+7
* In the NetMon capture file reading code, if we get a short read whenGuy Harris2001-12-041-2/+2
* Make the bytes-written information from Wiretap a long, as we allowGuy Harris2001-12-041-8/+84
* Support for stopping capture at specified capture file size or captureGuy Harris2001-12-041-19/+108
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-3/+2
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+3
* Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris2001-11-091-2/+6
* Allow a dissector to register preferences that it no longer supports asGuy Harris2001-11-041-1/+2
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-3/+3
* Handle "pcap_open_live()" succeeding but returning a warning; print theGuy Harris2001-10-251-9/+20
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-221-2/+3
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-8/+8
* Close the file to which we're writing before exiting, so that:Guy Harris2001-09-051-1/+11
* Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris2001-07-271-12/+10
* MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris2001-07-261-1/+5
* Added a "Suppress Unmarked" option to the print dialog toEd Warnicke2001-07-171-1/+2
* "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris2001-07-051-3/+5
* 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