| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -20/+20 |
* | Add -S option to tethereal. It is the equivalent to Ethereals display | Jörg Mayer | 2002-08-20 | 1 | -7/+16 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -23/+19 |
* | Fix a few more memleaks found by valgrind (all deriving | Jörg Mayer | 2002-08-01 | 1 | -2/+4 |
* | Get rid of some "unused variable" and "unused static function" warnings, | Guy Harris | 2002-07-17 | 1 | -4/+18 |
* | From Graeme Hewson: | Guy Harris | 2002-07-16 | 1 | -74/+131 |
* | From Liviu Daia <Liviu.Daia[AT]imar.ro>: move "col_init()" call after | Guy Harris | 2002-07-07 | 1 | -3/+3 |
* | From Graeme Hewson: | Guy Harris | 2002-06-30 | 1 | -13/+43 |
* | SIGINT is, at least as I read some Microsoft documentation, not | Guy Harris | 2002-06-28 | 1 | -6/+44 |
* | Update tethereal to handle the "<description> : <device ID>" interface | Gerald Combs | 2002-06-27 | 1 | -4/+14 |
* | Count packets that pass the read filter, if we have a read filter, not | Guy Harris | 2002-06-23 | 1 | -15/+25 |
* | Add a routine to "epan/filesystem.c" to test whether a file is a FIFO. | Guy Harris | 2002-06-23 | 1 | -49/+24 |
* | From Graeme Hewson: flush the output after every frame if Tethereal is | Guy Harris | 2002-06-23 | 1 | -27/+86 |
* | Add a Wiretap routine to process packets captured via libpcap, possibly | Guy Harris | 2002-06-07 | 1 | -9/+18 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -6/+3 |
* | Command-line interface cleanups, from Graeme Hewson: | Guy Harris | 2002-05-22 | 1 | -9/+19 |
* | Use "-G fields" rather than "-G" in Makefiles. | Guy Harris | 2002-05-14 | 1 | -1/+6 |
* | Make the "-G" flag take an argument. If no arugment is specified, or if | Guy Harris | 2002-05-14 | 1 | -7/+16 |
* | From Joerg Mayer: get rid of unused arguments, and mark those that can't | Guy Harris | 2002-03-31 | 1 | -7/+6 |
* | Update from Diana Eichert to remove the comments with her login name. | Guy Harris | 2002-03-23 | 1 | -3/+1 |
* | From Diana Eichert: add a "-q" flag to Tethereal to suppress packet | Guy Harris | 2002-03-22 | 1 | -8/+22 |
* | Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp". | Guy Harris | 2002-03-12 | 1 | -5/+3 |
* | Remove code to show the presence, and version number, of the CMU SNMP | Guy Harris | 2002-03-10 | 1 | -14/+3 |
* | Don't say "without SNMP"; that can confuse people into thinking it means | Guy Harris | 2002-03-06 | 1 | -2/+2 |
* | 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 |