aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromguy1-4/+4
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-25/+56
2004-01-25Add another check for output errors when printing.guy1-1/+5
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aguy1-3/+43
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toguy1-74/+62
2004-01-19The current year is 2004jmayer1-1/+3
2004-01-19move timestamp format options from "View->Options" dialog intoulfl1-6/+6
2004-01-18Update the Win32 information given when we fail to open a capture deviceguy1-3/+5
2004-01-18Output the result of -h to stdout, not stderrjmayer1-19/+23
2004-01-18Nice rendering of the CVS version as "(cvs 200401181200003000)".obiot1-4/+12
2004-01-16In case of CVS sources, add the date of the last change to the versionjmayer1-3/+5
2004-01-11Rename DISSECTOR_HELPER_{SRC,OBJECTS} toguy1-1/+2
2004-01-09We don't need to keep the progress bar quantum or next step in theguy1-3/+1
2004-01-09use the same packet range things for "Print" dialog, as already implementedulfl1-2/+5
2004-01-05removed some MSVC warnings (level 3)ulfl1-2/+2
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledsharpe1-4/+19
2003-12-18"pcap_compile_nopcap()" has a different signature in recent NetBSDguy1-7/+15
2003-12-17Set "print_args" regardless of whether we're printing the packet detailguy1-7/+7
2003-12-11Fix a typo.guy1-2/+2
2003-12-09print system enhanced, more print ranges and expanded statesulfl1-3/+3
2003-12-09-Tpdml and -Tps force -V. Thus, -V is no longer required when using -Tpdml.gram1-8/+4
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)gram1-5/+34
2003-12-02From Didier Gautheron: for each column format type, save the first andguy1-1/+14
2003-11-27From Michael Lum: fix the usage message to say "-z", not "-Z".guy1-3/+3
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingguy1-49/+141
2003-10-30On UNIX, give up set-UID and set-GID privileges before opening captureguy1-1/+31
2003-10-10Not all versions of libpcap have "pcap_compile_nopcap()"; use it only ifguy1-4/+6
2003-10-10Part two of different-filter-syntax-hackaround: Warn in case of capturejmayer1-4/+7
2003-10-09In case of a parse error in the capture syntax, check whether it isjmayer1-3/+19
2003-09-25From Matthijs Melchior: check whether the ring buffer timeout hasguy1-11/+23
2003-09-19From Lars Roland: initialize the flags.ref_time field of a frame_dataguy1-1/+2
2003-09-15Rename various capture file routines to have names starting with "cf_".guy1-3/+3
2003-09-10When saving packets, we have a "Save only marked packets" option; labelguy1-2/+2
2003-09-10Have "get_interface_list()" return a list of "if_info_t" structuresguy1-16/+14
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.guy1-11/+34
2003-09-06From Graham Bloice, with changes from me: list the interface index inguy1-3/+58
2003-09-03And for Cal,sahlberg1-1/+4
2003-08-07From Michael Lum: add the ability to have a preferences file containingguy1-9/+46
2003-07-25Fix signed/unsigned comparison warnings.gram1-4/+6
2003-06-30From Lionel Ains:guy1-69/+138
2003-06-22Ringbuffer rework.deniel1-8/+19
2003-06-13Make it compile without libpcap.guy1-2/+10
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.guy1-12/+277
2003-05-16Squelch some compiler complaints.guy1-2/+2
2003-05-15Implement a ring buffer switch duration:deniel1-5/+79
2003-05-14A correct programming practice is to save errno and restore its valuedeniel1-1/+3
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.gerald1-1/+6
2003-04-23Allow taps to have menu item registration routines; the menu itemguy1-2/+5
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoguy1-2/+2
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceguy1-2/+2