aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-20/+20
* Add -S option to tethereal. It is the equivalent to Ethereals displayJörg Mayer2002-08-201-7/+16
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-23/+19
* Fix a few more memleaks found by valgrind (all derivingJörg Mayer2002-08-011-2/+4
* Get rid of some "unused variable" and "unused static function" warnings,Guy Harris2002-07-171-4/+18
* From Graeme Hewson:Guy Harris2002-07-161-74/+131
* From Liviu Daia <Liviu.Daia[AT]imar.ro>: move "col_init()" call afterGuy Harris2002-07-071-3/+3
* From Graeme Hewson:Guy Harris2002-06-301-13/+43
* SIGINT is, at least as I read some Microsoft documentation, notGuy Harris2002-06-281-6/+44
* Update tethereal to handle the "<description> : <device ID>" interfaceGerald Combs2002-06-271-4/+14
* Count packets that pass the read filter, if we have a read filter, notGuy Harris2002-06-231-15/+25
* Add a routine to "epan/filesystem.c" to test whether a file is a FIFO.Guy Harris2002-06-231-49/+24
* From Graeme Hewson: flush the output after every frame if Tethereal isGuy Harris2002-06-231-27/+86
* Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris2002-06-071-9/+18
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-6/+3
* Command-line interface cleanups, from Graeme Hewson:Guy Harris2002-05-221-9/+19
* Use "-G fields" rather than "-G" in Makefiles.Guy Harris2002-05-141-1/+6
* Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris2002-05-141-7/+16
* From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris2002-03-311-7/+6
* Update from Diana Eichert to remove the comments with her login name.Guy Harris2002-03-231-3/+1
* From Diana Eichert: add a "-q" flag to Tethereal to suppress packetGuy Harris2002-03-221-8/+22
* Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris2002-03-121-5/+3
* Remove code to show the presence, and version number, of the CMU SNMPGuy Harris2002-03-101-14/+3
* Don't say "without SNMP"; that can confuse people into thinking it meansGuy Harris2002-03-061-2/+2
* 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