aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
Commit message (Expand)AuthorAgeFilesLines
* From Matthijs Melchior: check whether the ring buffer timeout hasGuy Harris2003-09-251-11/+23
* From Lars Roland: initialize the flags.ref_time field of a frame_dataGuy Harris2003-09-191-1/+2
* Rename various capture file routines to have names starting with "cf_".Guy Harris2003-09-151-3/+3
* When saving packets, we have a "Save only marked packets" option; labelGuy Harris2003-09-101-2/+2
* Have "get_interface_list()" return a list of "if_info_t" structuresGuy Harris2003-09-101-16/+14
* Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris2003-09-071-11/+34
* From Graham Bloice, with changes from me: list the interface index inGuy Harris2003-09-061-3/+58
* And for Cal,Ronnie Sahlberg2003-09-031-1/+4
* 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