aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-17Get rid of some "unused variable" and "unused static function" warnings,Guy Harris1-4/+18
2002-07-16From Graeme Hewson:Guy Harris1-74/+131
2002-07-07From Liviu Daia <Liviu.Daia[AT]imar.ro>: move "col_init()" call afterGuy Harris1-3/+3
2002-06-30From Graeme Hewson:Guy Harris1-13/+43
2002-06-28SIGINT is, at least as I read some Microsoft documentation, notGuy Harris1-6/+44
2002-06-27Update tethereal to handle the "<description> : <device ID>" interfaceGerald Combs1-4/+14
2002-06-23Count packets that pass the read filter, if we have a read filter, notGuy Harris1-15/+25
2002-06-23Add a routine to "epan/filesystem.c" to test whether a file is a FIFO.Guy Harris1-49/+24
2002-06-23From Graeme Hewson: flush the output after every frame if Tethereal isGuy Harris1-27/+86
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris1-9/+18
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-6/+3
2002-05-22Command-line interface cleanups, from Graeme Hewson:Guy Harris1-9/+19
2002-05-14Use "-G fields" rather than "-G" in Makefiles.Guy Harris1-1/+6
2002-05-14Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris1-7/+16
2002-03-31From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris1-7/+6
2002-03-23Update from Diana Eichert to remove the comments with her login name.Guy Harris1-3/+1
2002-03-22From Diana Eichert: add a "-q" flag to Tethereal to suppress packetGuy Harris1-8/+22
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris1-5/+3
2002-03-10Remove code to show the presence, and version number, of the CMU SNMPGuy Harris1-14/+3
2002-03-06Don't say "without SNMP"; that can confuse people into thinking it meansGuy Harris1-2/+2
2002-02-28In follow.c, initialize data_out_file to NULL, as it used toGilbert Ramirez1-2/+1
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-3/+1
2002-02-24Put all the capture options into a structure.Guy Harris1-46/+66
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineGuy Harris1-24/+5
2002-02-24Have "get_positive_int()" really check for positive integers, not justGuy Harris1-10/+10
2002-02-24"autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris1-18/+33
2002-02-24From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-4/+3
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-8/+22
2002-01-29The ring buffer code only supports libpcap format captures; print anGuy Harris1-2/+7
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