aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-27Move the code to open the printer/print file from "print_packets()" toGuy Harris1-48/+21
2004-07-25Make some generic print routines that take, as an argument, a pointer toGuy Harris1-30/+78
2004-07-24Move the color-filter related stuff out of "color.h" intoGuy Harris1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-08If we're producing PostScript, don't put the column headers out if we'reGuy Harris1-13/+15
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris1-3/+146
2004-07-08A read can return WTAP_ERR_UNSUPPORTED_ENCAP if the encapsulation typeGuy Harris1-3/+10
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris1-1/+6
2004-06-29define of O_BINARY not needed, if fcntl.h is includedUlf Lamping1-5/+1
2004-05-27added a small commentUlf Lamping1-1/+2
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-1/+5
2004-05-02bugfix: reset the tap listeners, when the capture file is closedUlf Lamping1-1/+3
2004-05-01The display filter engine can return an error message that is not safeOlivier Biot1-4/+9
2004-05-01add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),Ulf Lamping1-2/+2
2004-04-25put all required data into the print_args,Ulf Lamping1-3/+8
2004-04-24some code cleanup of the printing systemUlf Lamping1-10/+1
2004-04-22added some options and enhancements to the print output:Ulf Lamping1-6/+22
2004-04-20changed postscript output:Ulf Lamping1-4/+4
2004-04-16If we're printing summaries and packet detail or hex dump information,Guy Harris1-18/+44
2004-04-16make print dialog "Packet Format" options somewhat similar to theUlf Lamping1-21/+27
2004-04-15Rename a bunch of variables and routines that pertain to string searchGuy Harris1-2/+2
2004-04-14two memory leaks removedUlf Lamping1-1/+3
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen1-2/+5
2004-03-08Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - andGuy Harris1-1/+3
2004-03-08This makes ethereal compile again when configured --without-pcapJörg Mayer1-3/+1
2004-02-28tweaked the simple_dialog texts, to reflect the current search behaviourUlf Lamping1-7/+9
2004-02-23Add a "force" argument to "filter_packets()" andGuy Harris1-9/+8
2004-02-22Make the message a bit more detailed (modeled after the one from theGuy Harris1-3/+5
2004-02-22From Greg Morris: if a search reaches the end or beginning of the list,Guy Harris1-4/+16
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping1-11/+5
2004-02-21Add routines that can be called from dissectors to report file open andGuy Harris1-5/+3
2004-02-17fixed dialog box text and some commentsUlf Lamping1-7/+11
2004-02-11Replace the "cf_XXX_error_message()" routines withGuy Harris1-88/+100
2004-02-11Add "write_failure_alert_box()" to put up an alert box for a failedGuy Harris1-6/+3
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aGuy Harris1-7/+4
2004-02-11Add a routine to be used to put up alert boxes for invalid displayGuy Harris1-6/+6
2004-02-03enhanced some dialog messages,Ulf Lamping1-3/+18
2004-02-03Use "%ld", not "%u", to print "long" values.Guy Harris1-4/+4
2004-02-03added some more info to the statusbar (filesize, packet count, ..),Ulf Lamping1-15/+42
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris1-9/+9
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-21/+22
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-19/+19
2004-01-26filter_packets: don't refilter all the packets,Ulf Lamping1-1/+10
2004-01-25Don't use "cf_read_error_message()" when reporting errors not fromGuy Harris1-2/+3
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-31/+81
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aGuy Harris1-28/+47
2004-01-24As with "file_write_error_message()", so withGuy Harris1-28/+24
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris1-22/+12
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris1-80/+68