| Commit message (Expand) | Author | Age | Files | Lines |
* | From Michael Lum: add the ability to have a preferences file containing | Guy Harris | 2003-08-07 | 1 | -9/+46 |
* | Fix signed/unsigned comparison warnings. | Gilbert Ramirez | 2003-07-25 | 1 | -4/+6 |
* | From Lionel Ains: | Guy Harris | 2003-06-30 | 1 | -69/+138 |
* | Ringbuffer rework. | Laurent Deniel | 2003-06-22 | 1 | -8/+19 |
* | Make it compile without libpcap. | Guy Harris | 2003-06-13 | 1 | -2/+10 |
* | From Lionel Ains: "-d" flag for decode-as support in Tethereal. | Guy Harris | 2003-06-05 | 1 | -12/+277 |
* | Squelch some compiler complaints. | Guy Harris | 2003-05-16 | 1 | -2/+2 |
* | Implement a ring buffer switch duration: | Laurent Deniel | 2003-05-15 | 1 | -5/+79 |
* | A correct programming practice is to save errno and restore its value | Laurent Deniel | 2003-05-14 | 1 | -1/+3 |
* | Add support for asynchronous DNS updates using the GNU ADNS library. | Gerald Combs | 2003-05-04 | 1 | -1/+6 |
* | Allow taps to have menu item registration routines; the menu item | Guy Harris | 2003-04-23 | 1 | -2/+5 |
* | Pull the stuff done in "dissect_packet()" to initialize a column_info | Guy Harris | 2003-04-16 | 1 | -2/+2 |
* | Add the notion of a "fence" to columns. A dissector can set the fence | Guy Harris | 2003-04-16 | 1 | -2/+2 |
* | Change the version messages to put the "compiled with" stuff on a | Guy Harris | 2003-03-12 | 1 | -8/+12 |
* | Put the code to get version numbers of various libraries with which | Guy Harris | 2003-03-08 | 1 | -70/+2 |
* | Re-word-wrap the "you can't capture on PPP/WAN interfaces on NT" | Guy Harris | 2003-01-01 | 1 | -3/+3 |
* | One more "#ifdef" (well, #ifndef, actually) for _WIN32. | Guy Harris | 2002-12-31 | 1 | -2/+5 |
* | #ifdef out all the pipe-opening stuff on Windows. | Guy Harris | 2002-12-31 | 1 | -1/+7 |
* | Clean up the comments a bit. | Guy Harris | 2002-12-31 | 1 | -39/+42 |
* | From rmkml: support for capturing from a pipe in Tethereal. | Guy Harris | 2002-12-29 | 1 | -20/+385 |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -3/+3 |
* | Add tethereal's tap objects to Makefile.nmake's "clean" target. | Gerald Combs | 2002-11-10 | 1 | -19/+1 |
* | Add support for SIGINFO on systems that have it. | Guy Harris | 2002-11-09 | 1 | -5/+75 |
* | Fix for small bug that crashed tethereal if a tap filter was applied and teth... | Ronnie Sahlberg | 2002-11-01 | 1 | -2/+3 |
* | From Ronnie Sahlberg: have a registration interface for tap listeners, | Guy Harris | 2002-10-31 | 1 | -61/+35 |
* | Don't reset the packet count if we longjmp out of the capture loop, as | Guy Harris | 2002-10-31 | 1 | -4/+4 |
* | The versions of UCD SNMP that we now support all install | Guy Harris | 2002-10-25 | 1 | -13/+7 |
* | Don't include the header file to get the SNMP version unless we're | Guy Harris | 2002-10-24 | 1 | -1/+11 |
* | From Wes Hardaker: | Guy Harris | 2002-10-23 | 1 | -7/+17 |
* | From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces. | Guy Harris | 2002-10-23 | 1 | -2/+37 |
* | From Ronnie Sahlberg: don't have the tap code do a dissection, leave | Guy Harris | 2002-10-17 | 1 | -3/+3 |
* | Link to libsnmp under Win32. | Gerald Combs | 2002-10-09 | 1 | -3/+21 |
* | Update tethereal to put the filter string in the statistics table for RPC_STAT. | Ronnie Sahlberg | 2002-09-27 | 1 | -3/+3 |
* | Updated RPCSTAT for tethereal. The command now takes a filter string as an ... | Ronnie Sahlberg | 2002-09-26 | 1 | -4/+9 |
* | From Vassilii Khachaturov, cleanup of redundant code. | Ronnie Sahlberg | 2002-09-06 | 1 | -20/+2 |
* | New type of onc-rpc statistics. | Ronnie Sahlberg | 2002-09-05 | 1 | -3/+9 |
* | Added a mutex to protect a critical region in Gtk2 where the list can be | Ronnie Sahlberg | 2002-09-05 | 1 | -6/+6 |
* | Tap api. tap is a simple api that can be used for arbitrary extensions. | Ronnie Sahlberg | 2002-09-04 | 1 | -2/+29 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -20/+20 |
* | Add -S option to tethereal. It is the equivalent to Ethereals display | Jörg Mayer | 2002-08-20 | 1 | -7/+16 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -23/+19 |
* | Fix a few more memleaks found by valgrind (all deriving | Jörg Mayer | 2002-08-01 | 1 | -2/+4 |
* | Get rid of some "unused variable" and "unused static function" warnings, | Guy Harris | 2002-07-17 | 1 | -4/+18 |
* | From Graeme Hewson: | Guy Harris | 2002-07-16 | 1 | -74/+131 |
* | From Liviu Daia <Liviu.Daia[AT]imar.ro>: move "col_init()" call after | Guy Harris | 2002-07-07 | 1 | -3/+3 |
* | From Graeme Hewson: | Guy Harris | 2002-06-30 | 1 | -13/+43 |
* | SIGINT is, at least as I read some Microsoft documentation, not | Guy Harris | 2002-06-28 | 1 | -6/+44 |
* | Update tethereal to handle the "<description> : <device ID>" interface | Gerald Combs | 2002-06-27 | 1 | -4/+14 |
* | Count packets that pass the read filter, if we have a read filter, not | Guy Harris | 2002-06-23 | 1 | -15/+25 |
* | Add a routine to "epan/filesystem.c" to test whether a file is a FIFO. | Guy Harris | 2002-06-23 | 1 | -49/+24 |