aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-01Fix for small bug that crashed tethereal if a tap filter was applied and teth...Ronnie Sahlberg1-2/+3
2002-10-31From Ronnie Sahlberg: have a registration interface for tap listeners,Guy Harris1-61/+35
2002-10-31Don't reset the packet count if we longjmp out of the capture loop, asGuy Harris1-4/+4
2002-10-25The versions of UCD SNMP that we now support all installGuy Harris1-13/+7
2002-10-24Don't include the header file to get the SNMP version unless we'reGuy Harris1-1/+11
2002-10-23From Wes Hardaker:Guy Harris1-7/+17
2002-10-23From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.Guy Harris1-2/+37
2002-10-17From Ronnie Sahlberg: don't have the tap code do a dissection, leaveGuy Harris1-3/+3
2002-10-09Link to libsnmp under Win32.Gerald Combs1-3/+21
2002-09-27Update tethereal to put the filter string in the statistics table for RPC_STAT.Ronnie Sahlberg1-3/+3
2002-09-26Updated RPCSTAT for tethereal. The command now takes a filter string as an ...Ronnie Sahlberg1-4/+9
2002-09-06From Vassilii Khachaturov, cleanup of redundant code.Ronnie Sahlberg1-20/+2
2002-09-05New type of onc-rpc statistics.Ronnie Sahlberg1-3/+9
2002-09-05Added a mutex to protect a critical region in Gtk2 where the list can beRonnie Sahlberg1-6/+6
2002-09-04Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg1-2/+29
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-20/+20
2002-08-20Add -S option to tethereal. It is the equivalent to Ethereals displayJörg Mayer1-7/+16
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-23/+19
2002-08-01Fix a few more memleaks found by valgrind (all derivingJörg Mayer1-2/+4
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