aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris1-2/+5
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris1-2/+2
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris1-2/+2
2003-03-12Change the version messages to put the "compiled with" stuff on aGuy Harris1-8/+12
2003-03-08Put the code to get version numbers of various libraries with whichGuy Harris1-70/+2
2003-01-01Re-word-wrap the "you can't capture on PPP/WAN interfaces on NT"Guy Harris1-3/+3
2002-12-31One more "#ifdef" (well, #ifndef, actually) for _WIN32.Guy Harris1-2/+5
2002-12-31#ifdef out all the pipe-opening stuff on Windows.Guy Harris1-1/+7
2002-12-31Clean up the comments a bit.Guy Harris1-39/+42
2002-12-29From rmkml: support for capturing from a pipe in Tethereal.Guy Harris1-20/+385
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-3/+3
2002-11-10Add tethereal's tap objects to Makefile.nmake's "clean" target.Gerald Combs1-19/+1
2002-11-09Add support for SIGINFO on systems that have it.Guy Harris1-5/+75
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