aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-06Mention psml as a valid option to -T in the usage statements.gram1-2/+2
2004-08-03Disallow "-f" when not doing a live capture, rather than just ignoringguy1-0/+13
2004-07-25Make some generic print routines that take, as an argument, a pointer toguy1-57/+155
2004-07-25"-T ps" should not imply "-V"; one should be able to get a list ofguy1-1/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONgerald1-5/+5
2004-07-09Don't complain about "-T pdml" or "-T psml" being combined with "-x"guy1-4/+6
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromguy1-214/+296
2004-07-08Fix the error for a WTAP_ERR_UNSUPPORTED_ENCAP read error to moreguy1-2/+2
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTguy1-7/+14
2004-06-10Move the ring-buffer tests from "process_packet()" toguy1-58/+48
2004-05-31Add a routine that indicates where there are any tap listenersguy1-6/+17
2004-05-31Make "-q" suppress packet printing when you're reading a capture fileguy1-4/+11
2004-05-31Move the packet counting, dissecting, and filtering out of the "writeguy1-359/+356
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-1/+5
2004-04-24some code cleanup of the printing systemulfl1-2/+2
2004-04-22added some options and enhancements to the print output:ulfl1-1/+2
2004-04-20changed postscript output:ulfl1-2/+2
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryguy1-8/+18
2004-04-16make print dialog "Packet Format" options somewhat similar to theulfl1-3/+3
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesguy1-7/+11
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorobiot1-6/+8
2004-02-23Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES. This tells automakegerald1-2/+2
2004-02-21Add routines that can be called from dissectors to report file open andguy1-1/+25
2004-02-20Add support for a "version.conf" file in the main directory which cangerald1-2/+2
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