aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifguy1-1/+6
2004-06-29define of O_BINARY not needed, if fcntl.h is includedulfl1-5/+1
2004-05-27added a small commentulfl1-1/+2
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-1/+5
2004-05-02bugfix: reset the tap listeners, when the capture file is closedulfl1-1/+3
2004-05-01The display filter engine can return an error message that is not safeobiot1-4/+9
2004-05-01add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),ulfl1-2/+2
2004-04-25put all required data into the print_args,ulfl1-3/+8
2004-04-24some code cleanup of the printing systemulfl1-10/+1
2004-04-22added some options and enhancements to the print output:ulfl1-6/+22
2004-04-20changed postscript output:ulfl1-4/+4
2004-04-16If we're printing summaries and packet detail or hex dump information,guy1-18/+44
2004-04-16make print dialog "Packet Format" options somewhat similar to theulfl1-21/+27
2004-04-15Rename a bunch of variables and routines that pertain to string searchguy1-2/+2
2004-04-14two memory leaks removedulfl1-1/+3
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowtuexen1-2/+5
2004-03-08Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - andguy1-1/+3
2004-03-08This makes ethereal compile again when configured --without-pcapjmayer1-3/+1
2004-02-28tweaked the simple_dialog texts, to reflect the current search behaviourulfl1-7/+9
2004-02-23Add a "force" argument to "filter_packets()" andguy1-9/+8
2004-02-22Make the message a bit more detailed (modeled after the one from theguy1-3/+5
2004-02-22From Greg Morris: if a search reaches the end or beginning of the list,guy1-4/+16
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingulfl1-11/+5
2004-02-21Add routines that can be called from dissectors to report file open andguy1-5/+3
2004-02-17fixed dialog box text and some commentsulfl1-7/+11
2004-02-11Replace the "cf_XXX_error_message()" routines withguy1-88/+100
2004-02-11Add "write_failure_alert_box()" to put up an alert box for a failedguy1-6/+3
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aguy1-7/+4
2004-02-11Add a routine to be used to put up alert boxes for invalid displayguy1-6/+6
2004-02-03enhanced some dialog messages,ulfl1-3/+18
2004-02-03Use "%ld", not "%u", to print "long" values.guy1-4/+4
2004-02-03added some more info to the statusbar (filesize, packet count, ..),ulfl1-15/+42
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromguy1-9/+9
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-21/+22
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toulfl1-19/+19
2004-01-26filter_packets: don't refilter all the packets,ulfl1-1/+10
2004-01-25Don't use "cf_read_error_message()" when reporting errors not fromguy1-2/+3
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-31/+81
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aguy1-28/+47
2004-01-24As with "file_write_error_message()", so withguy1-28/+24
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withguy1-22/+12
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toguy1-80/+68
2004-01-21The progressbar had a parameter to specify the text of the Cancel/Stop button.ulfl1-10/+9
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...ulfl1-1/+56
2004-01-16Reset the tap listeners in "retap_packets()" before rerunning the taps.guy1-1/+4
2004-01-13Add a routine "retap_packet()" that runs through all packets, dissectingguy1-1/+49
2004-01-10close the Save (As) dialog, when the capture file is closedulfl1-3/+3
2004-01-09Have a common "process_specified_packets()" routine for processingguy1-268/+301
2004-01-09We don't need to keep the progress bar quantum or next step in theguy1-23/+31
2004-01-09use the same packet range things for "Print" dialog, as already implementedulfl1-20/+25