aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-12/+12
2004-12-01Move the #ifdef/#endif a bit so that the entire chunk ofGuy Harris1-2/+2
2004-12-01minor fix to tethereal to allow it to compile with --without-pcapRonnie Sahlberg1-0/+2
2004-11-11As per Sebastian Felis, don't assume that doubling the size of the lineGuy Harris1-34/+34
2004-10-19If we're not printing packet information, don't print the preamble orGuy Harris1-7/+11
2004-10-01Get rid of warnings about shadowed variables (code was ok)Jörg Mayer1-53/+53
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesGuy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-10Hoist the code for handling "-G" into a common module.Guy Harris1-20/+2
2004-09-10Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez1-2/+6
2004-08-13When opening an output file, use "file_snaplen" as the snapshot length,Guy Harris1-2/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-08-06Mention psml as a valid option to -T in the usage statements.Gilbert Ramirez1-2/+2
2004-08-03Disallow "-f" when not doing a live capture, rather than just ignoringGuy Harris1-0/+13
2004-07-25Make some generic print routines that take, as an argument, a pointer toGuy Harris1-57/+155
2004-07-25"-T ps" should not imply "-V"; one should be able to get a list ofGuy Harris1-1/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONGerald Combs1-5/+5
2004-07-09Don't complain about "-T pdml" or "-T psml" being combined with "-x"Guy Harris1-4/+6
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris1-214/+296
2004-07-08Fix the error for a WTAP_ERR_UNSUPPORTED_ENCAP read error to moreGuy Harris1-2/+2
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTGuy Harris1-7/+14
2004-06-10Move the ring-buffer tests from "process_packet()" toGuy Harris1-58/+48
2004-05-31Add a routine that indicates where there are any tap listenersGuy Harris1-6/+17
2004-05-31Make "-q" suppress packet printing when you're reading a capture fileGuy Harris1-4/+11
2004-05-31Move the packet counting, dissecting, and filtering out of the "writeGuy Harris1-359/+356
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-1/+5
2004-04-24some code cleanup of the printing systemUlf Lamping1-2/+2
2004-04-22added some options and enhancements to the print output:Ulf Lamping1-1/+2
2004-04-20changed postscript output:Ulf Lamping1-2/+2
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris1-8/+18
2004-04-16make print dialog "Packet Format" options somewhat similar to theUlf Lamping1-3/+3
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris1-7/+11
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot1-6/+8
2004-02-23Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES. This tells automakeGerald Combs1-2/+2
2004-02-21Add routines that can be called from dissectors to report file open andGuy Harris1-1/+25
2004-02-20Add support for a "version.conf" file in the main directory which canGerald Combs1-2/+2
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris1-4/+4
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-25/+56
2004-01-25Add another check for output errors when printing.Guy Harris1-1/+5
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aGuy Harris1-3/+43
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris1-74/+62
2004-01-19The current year is 2004Jörg Mayer1-1/+3
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping1-6/+6
2004-01-18Update the Win32 information given when we fail to open a capture deviceGuy Harris1-3/+5
2004-01-18Output the result of -h to stdout, not stderrJörg Mayer1-19/+23
2004-01-18Nice rendering of the CVS version as "(cvs 200401181200003000)".Olivier Biot1-4/+12
2004-01-16In case of CVS sources, add the date of the last change to the versionJörg Mayer1-3/+5
2004-01-11Rename DISSECTOR_HELPER_{SRC,OBJECTS} toGuy Harris1-1/+2