| Commit message (Expand) | Author | Age | Files | Lines |
* | In follow.c, initialize data_out_file to NULL, as it used to | Gilbert Ramirez | 2002-02-28 | 1 | -2/+1 |
* | From Joerg Mayer: remove unused variables and declarations of | Guy Harris | 2002-02-27 | 1 | -3/+1 |
* | Put all the capture options into a structure. | Guy Harris | 2002-02-24 | 1 | -46/+66 |
* | Get rid of "init_all_protocols()"; instead, have a routine | Guy Harris | 2002-02-24 | 1 | -24/+5 |
* | Have "get_positive_int()" really check for positive integers, not just | Guy Harris | 2002-02-24 | 1 | -10/+10 |
* | "autostop_filesize" and "autostop_duration" don't need to be in the | Guy Harris | 2002-02-24 | 1 | -18/+33 |
* | From Peter Valchev: fix editcap to assign the result of "getopt()" to an | Guy Harris | 2002-02-24 | 1 | -2/+2 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -4/+3 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -8/+22 |
* | The ring buffer code only supports libpcap format captures; print an | Guy Harris | 2002-01-29 | 1 | -2/+7 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -8/+8 |
* | Tethereal needs to allocate space for col_expr[] and col_expr_val[] too. | Gilbert Ramirez | 2002-01-15 | 1 | -1/+4 |
* | Add a preferences page for the name resolution flags. | Guy Harris | 2002-01-13 | 1 | -5/+8 |
* | Declare "capture()" appropriately. | Guy Harris | 2002-01-11 | 1 | -2/+2 |
* | Fix some problems with building Ethereal/Tethereal without libpcap. | Guy Harris | 2002-01-10 | 1 | -1/+7 |
* | Add a preferences page for capture preferences, so that the user can | Guy Harris | 2002-01-10 | 1 | -17/+23 |
* | Make the "go" member of the "loop_data" structure in Ethereal a | Guy Harris | 2002-01-03 | 1 | -10/+18 |
* | Clean up the comments for the ring buffer checks. | Guy Harris | 2001-12-21 | 1 | -7/+6 |
* | There is no such thing as an optional parameter to a command-line flag | Guy Harris | 2001-12-21 | 1 | -8/+2 |
* | If the user requested a ring buffer but didn't specify a capture file or | Guy Harris | 2001-12-21 | 1 | -16/+18 |
* | Don't let the user specify a maximum capture file size if they're not | Guy Harris | 2001-12-21 | 1 | -2/+9 |
* | It's not possible to check whether the capture file has reached its | Guy Harris | 2001-12-21 | 1 | -3/+5 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 1 | -6/+13 |
* | Add an extra argument to "epan_dissect_new()" that indicates whether the | Guy Harris | 2001-12-16 | 1 | -10/+7 |
* | Don't fill in the columns if we're writing to a capture file. | Guy Harris | 2001-12-10 | 1 | -3/+5 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -12/+5 |
* | Remove proto_tree from capture_file and PacketWinData, since they | Gilbert Ramirez | 2001-12-06 | 1 | -14/+7 |
* | In the NetMon capture file reading code, if we get a short read when | Guy Harris | 2001-12-04 | 1 | -2/+2 |
* | Make the bytes-written information from Wiretap a long, as we allow | Guy Harris | 2001-12-04 | 1 | -8/+84 |
* | Support for stopping capture at specified capture file size or capture | Guy Harris | 2001-12-04 | 1 | -19/+108 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 1 | -3/+2 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+3 |
* | Wrap calls to "pcap_datalink()" in a routine that attempts to compensate | Guy Harris | 2001-11-09 | 1 | -2/+6 |
* | Allow a dissector to register preferences that it no longer supports as | Guy Harris | 2001-11-04 | 1 | -1/+2 |
* | Fix the rest of the signed/unsigned comparison warnings. | Gilbert Ramirez | 2001-10-26 | 1 | -3/+3 |
* | Handle "pcap_open_live()" succeeding but returning a warning; print the | Guy Harris | 2001-10-25 | 1 | -9/+20 |
* | Add a routine to get the directory in which personal configuration files | Guy Harris | 2001-10-22 | 1 | -2/+3 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -8/+8 |
* | Close the file to which we're writing before exiting, so that: | Guy Harris | 2001-09-05 | 1 | -1/+11 |
* | Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified with | Guy Harris | 2001-07-27 | 1 | -12/+10 |
* | MacOS support changes, from Michael Tuexen (with some modifications): | Guy Harris | 2001-07-26 | 1 | -1/+5 |
* | Added a "Suppress Unmarked" option to the print dialog to | Ed Warnicke | 2001-07-17 | 1 | -1/+2 |
* | "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T they | Guy Harris | 2001-07-05 | 1 | -3/+5 |
* | When printing the contents of a raw-data field, don't use the raw data | Guy Harris | 2001-06-08 | 1 | -2/+2 |
* | Move the fragment reassembly code into "reassemble.c" and | Guy Harris | 2001-06-08 | 1 | -1/+14 |
* | Enable "Match Selected" only if there's a field selected *and* we can do | Guy Harris | 2001-06-05 | 1 | -3/+2 |
* | Support for "-N" flag enabling selected forms of name resolution, from | Guy Harris | 2001-05-31 | 1 | -12/+23 |
* | In ANSI C (and in pre-ANSI UNIX implementations), if you return from | Guy Harris | 2001-04-20 | 1 | -3/+2 |
* | Add a "return 0;" at the end of main() to pacify MSVC 5 (and probably | Gilbert Ramirez | 2001-04-20 | 1 | -1/+2 |
* | Check the validity of numbers specified in command-line options. | Guy Harris | 2001-04-18 | 1 | -3/+29 |