aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
Commit message (Expand)AuthorAgeFilesLines
* On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTGuy Harris2004-06-121-7/+14
* Move the ring-buffer tests from "process_packet()" toGuy Harris2004-06-101-58/+48
* Add a routine that indicates where there are any tap listenersGuy Harris2004-05-311-6/+17
* Make "-q" suppress packet printing when you're reading a capture fileGuy Harris2004-05-311-4/+11
* Move the packet counting, dissecting, and filtering out of the "writeGuy Harris2004-05-311-359/+356
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-1/+5
* some code cleanup of the printing systemUlf Lamping2004-04-241-2/+2
* added some options and enhancements to the print output:Ulf Lamping2004-04-221-1/+2
* changed postscript output:Ulf Lamping2004-04-201-2/+2
* Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris2004-04-161-8/+18
* make print dialog "Packet Format" options somewhat similar to theUlf Lamping2004-04-161-3/+3
* Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris2004-03-231-7/+11
* From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot2004-03-181-6/+8
* Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES. This tells automakeGerald Combs2004-02-231-2/+2
* Add routines that can be called from dissectors to report file open andGuy Harris2004-02-211-1/+25
* Add support for a "version.conf" file in the main directory which canGerald Combs2004-02-201-2/+2
* Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris2004-01-311-4/+4
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-25/+56
* Add another check for output errors when printing.Guy Harris2004-01-251-1/+5
* There's no need to keep a "FILE *" for the file being printed to in aGuy Harris2004-01-251-3/+43
* Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris2004-01-241-74/+62
* The current year is 2004Jörg Mayer2004-01-191-1/+3
* move timestamp format options from "View->Options" dialog intoUlf Lamping2004-01-191-6/+6
* Update the Win32 information given when we fail to open a capture deviceGuy Harris2004-01-181-3/+5
* Output the result of -h to stdout, not stderrJörg Mayer2004-01-181-19/+23
* Nice rendering of the CVS version as "(cvs 200401181200003000)".Olivier Biot2004-01-181-4/+12
* In case of CVS sources, add the date of the last change to the versionJörg Mayer2004-01-161-3/+5
* Rename DISSECTOR_HELPER_{SRC,OBJECTS} toGuy Harris2004-01-111-1/+2
* We don't need to keep the progress bar quantum or next step in theGuy Harris2004-01-091-3/+1
* use the same packet range things for "Print" dialog, as already implementedUlf Lamping2004-01-091-2/+5
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* Apply the patches from Tadaaki Nagao for a global version of disabledRichard Sharpe2004-01-031-4/+19
* "pcap_compile_nopcap()" has a different signature in recent NetBSDGuy Harris2003-12-181-7/+15
* Set "print_args" regardless of whether we're printing the packet detailGuy Harris2003-12-171-7/+7
* Fix a typo.Guy Harris2003-12-111-2/+2
* print system enhanced, more print ranges and expanded statesUlf Lamping2003-12-091-3/+3
* -Tpdml and -Tps force -V. Thus, -V is no longer required when using -Tpdml.Gilbert Ramirez2003-12-091-8/+4
* Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez2003-12-061-5/+34
* From Didier Gautheron: for each column format type, save the first andGuy Harris2003-12-021-1/+14
* From Michael Lum: fix the usage message to say "-z", not "-Z".Guy Harris2003-11-271-3/+3
* Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris2003-11-011-49/+141
* On UNIX, give up set-UID and set-GID privileges before opening captureGuy Harris2003-10-301-1/+31
* Not all versions of libpcap have "pcap_compile_nopcap()"; use it only ifGuy Harris2003-10-101-4/+6
* Part two of different-filter-syntax-hackaround: Warn in case of captureJörg Mayer2003-10-101-4/+7
* In case of a parse error in the capture syntax, check whether it isJörg Mayer2003-10-091-3/+19
* From Matthijs Melchior: check whether the ring buffer timeout hasGuy Harris2003-09-251-11/+23
* From Lars Roland: initialize the flags.ref_time field of a frame_dataGuy Harris2003-09-191-1/+2
* Rename various capture file routines to have names starting with "cf_".Guy Harris2003-09-151-3/+3
* When saving packets, we have a "Save only marked packets" option; labelGuy Harris2003-09-101-2/+2
* Have "get_interface_list()" return a list of "if_info_t" structuresGuy Harris2003-09-101-16/+14