aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
Commit message (Expand)AuthorAgeFilesLines
* From Michael Lum: add the ability to have a preferences file containingGuy Harris2003-08-071-9/+46
* Fix signed/unsigned comparison warnings.Gilbert Ramirez2003-07-251-4/+6
* From Lionel Ains:Guy Harris2003-06-301-69/+138
* Ringbuffer rework.Laurent Deniel2003-06-221-8/+19
* Make it compile without libpcap.Guy Harris2003-06-131-2/+10
* From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris2003-06-051-12/+277
* Squelch some compiler complaints.Guy Harris2003-05-161-2/+2
* Implement a ring buffer switch duration:Laurent Deniel2003-05-151-5/+79
* A correct programming practice is to save errno and restore its valueLaurent Deniel2003-05-141-1/+3
* Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs2003-05-041-1/+6
* Allow taps to have menu item registration routines; the menu itemGuy Harris2003-04-231-2/+5
* Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris2003-04-161-2/+2
* Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris2003-04-161-2/+2
* Change the version messages to put the "compiled with" stuff on aGuy Harris2003-03-121-8/+12
* Put the code to get version numbers of various libraries with whichGuy Harris2003-03-081-70/+2
* Re-word-wrap the "you can't capture on PPP/WAN interfaces on NT"Guy Harris2003-01-011-3/+3
* One more "#ifdef" (well, #ifndef, actually) for _WIN32.Guy Harris2002-12-311-2/+5
* #ifdef out all the pipe-opening stuff on Windows.Guy Harris2002-12-311-1/+7
* Clean up the comments a bit.Guy Harris2002-12-311-39/+42
* From rmkml: support for capturing from a pipe in Tethereal.Guy Harris2002-12-291-20/+385
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-3/+3
* Add tethereal's tap objects to Makefile.nmake's "clean" target.Gerald Combs2002-11-101-19/+1
* Add support for SIGINFO on systems that have it.Guy Harris2002-11-091-5/+75
* Fix for small bug that crashed tethereal if a tap filter was applied and teth...Ronnie Sahlberg2002-11-011-2/+3
* From Ronnie Sahlberg: have a registration interface for tap listeners,Guy Harris2002-10-311-61/+35
* Don't reset the packet count if we longjmp out of the capture loop, asGuy Harris2002-10-311-4/+4
* The versions of UCD SNMP that we now support all installGuy Harris2002-10-251-13/+7
* Don't include the header file to get the SNMP version unless we'reGuy Harris2002-10-241-1/+11
* From Wes Hardaker:Guy Harris2002-10-231-7/+17
* From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.Guy Harris2002-10-231-2/+37
* From Ronnie Sahlberg: don't have the tap code do a dissection, leaveGuy Harris2002-10-171-3/+3
* Link to libsnmp under Win32.Gerald Combs2002-10-091-3/+21
* Update tethereal to put the filter string in the statistics table for RPC_STAT.Ronnie Sahlberg2002-09-271-3/+3
* Updated RPCSTAT for tethereal. The command now takes a filter string as an ...Ronnie Sahlberg2002-09-261-4/+9
* From Vassilii Khachaturov, cleanup of redundant code.Ronnie Sahlberg2002-09-061-20/+2
* New type of onc-rpc statistics.Ronnie Sahlberg2002-09-051-3/+9
* Added a mutex to protect a critical region in Gtk2 where the list can beRonnie Sahlberg2002-09-051-6/+6
* Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg2002-09-041-2/+29
* 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