aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-11Fix a typo.Guy Harris1-2/+2
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping1-3/+3
2003-12-09-Tpdml and -Tps force -V. Thus, -V is no longer required when using -Tpdml.Gilbert Ramirez1-8/+4
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez1-5/+34
2003-12-02From Didier Gautheron: for each column format type, save the first andGuy Harris1-1/+14
2003-11-27From Michael Lum: fix the usage message to say "-z", not "-Z".Guy Harris1-3/+3
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris1-49/+141
2003-10-30On UNIX, give up set-UID and set-GID privileges before opening captureGuy Harris1-1/+31
2003-10-10Not all versions of libpcap have "pcap_compile_nopcap()"; use it only ifGuy Harris1-4/+6
2003-10-10Part two of different-filter-syntax-hackaround: Warn in case of captureJörg Mayer1-4/+7
2003-10-09In case of a parse error in the capture syntax, check whether it isJörg Mayer1-3/+19
2003-09-25From Matthijs Melchior: check whether the ring buffer timeout hasGuy Harris1-11/+23
2003-09-19From Lars Roland: initialize the flags.ref_time field of a frame_dataGuy Harris1-1/+2
2003-09-15Rename various capture file routines to have names starting with "cf_".Guy Harris1-3/+3
2003-09-10When saving packets, we have a "Save only marked packets" option; labelGuy Harris1-2/+2
2003-09-10Have "get_interface_list()" return a list of "if_info_t" structuresGuy Harris1-16/+14
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris1-11/+34
2003-09-06From Graham Bloice, with changes from me: list the interface index inGuy Harris1-3/+58
2003-09-03And for Cal,Ronnie Sahlberg1-1/+4
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris1-9/+46
2003-07-25Fix signed/unsigned comparison warnings.Gilbert Ramirez1-4/+6
2003-06-30From Lionel Ains:Guy Harris1-69/+138
2003-06-22Ringbuffer rework.Laurent Deniel1-8/+19
2003-06-13Make it compile without libpcap.Guy Harris1-2/+10
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris1-12/+277
2003-05-16Squelch some compiler complaints.Guy Harris1-2/+2
2003-05-15Implement a ring buffer switch duration:Laurent Deniel1-5/+79
2003-05-14A correct programming practice is to save errno and restore its valueLaurent Deniel1-1/+3
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs1-1/+6
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