aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-1/+1
* The packet range stuff knows about capture_file structures, so it'sGuy Harris2004-09-041-1/+1
* Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";Guy Harris2004-09-041-1/+1
* Move the guts of gtk/file_dlg.c:goto_framenum_cb() toGerald Combs2004-09-021-0/+21
* Move the file-reloading code from gtk/file_dlg.c to file.c.Gerald Combs2004-08-251-0/+49
* As suggested by Guy: Have mark_frame() do nothing if the frame hasGerald Combs2004-08-191-6/+10
* If you mark all frames, then unmark all frames "marked_count" overflows.Gerald Combs2004-08-181-2/+4
* From Greg Morris: Add a configuration option to control search wrapping.Gerald Combs2004-08-151-10/+33
* Move the code to open the printer/print file from "print_packets()" toGuy Harris2004-07-271-48/+21
* Make some generic print routines that take, as an argument, a pointer toGuy Harris2004-07-251-30/+78
* Move the color-filter related stuff out of "color.h" intoGuy Harris2004-07-241-0/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* If we're producing PostScript, don't put the column headers out if we'reGuy Harris2004-07-081-13/+15
* Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris2004-07-081-3/+146
* A read can return WTAP_ERR_UNSUPPORTED_ENCAP if the encapsulation typeGuy Harris2004-07-081-3/+10
* On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris2004-06-301-1/+6
* define of O_BINARY not needed, if fcntl.h is includedUlf Lamping2004-06-291-5/+1
* added a small commentUlf Lamping2004-05-271-1/+2
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-1/+5
* bugfix: reset the tap listeners, when the capture file is closedUlf Lamping2004-05-021-1/+3
* The display filter engine can return an error message that is not safeOlivier Biot2004-05-011-4/+9
* add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),Ulf Lamping2004-05-011-2/+2
* put all required data into the print_args,Ulf Lamping2004-04-251-3/+8
* some code cleanup of the printing systemUlf Lamping2004-04-241-10/+1
* added some options and enhancements to the print output:Ulf Lamping2004-04-221-6/+22
* changed postscript output:Ulf Lamping2004-04-201-4/+4
* If we're printing summaries and packet detail or hex dump information,Guy Harris2004-04-161-18/+44
* make print dialog "Packet Format" options somewhat similar to theUlf Lamping2004-04-161-21/+27
* Rename a bunch of variables and routines that pertain to string searchGuy Harris2004-04-151-2/+2
* two memory leaks removedUlf Lamping2004-04-141-1/+3
* From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen2004-04-131-2/+5
* Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - andGuy Harris2004-03-081-1/+3
* This makes ethereal compile again when configured --without-pcapJörg Mayer2004-03-081-3/+1
* tweaked the simple_dialog texts, to reflect the current search behaviourUlf Lamping2004-02-281-7/+9
* Add a "force" argument to "filter_packets()" andGuy Harris2004-02-231-9/+8
* Make the message a bit more detailed (modeled after the one from theGuy Harris2004-02-221-3/+5
* From Greg Morris: if a search reaches the end or beginning of the list,Guy Harris2004-02-221-4/+16
* rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping2004-02-211-11/+5
* Add routines that can be called from dissectors to report file open andGuy Harris2004-02-211-5/+3
* fixed dialog box text and some commentsUlf Lamping2004-02-171-7/+11
* Replace the "cf_XXX_error_message()" routines withGuy Harris2004-02-111-88/+100
* Add "write_failure_alert_box()" to put up an alert box for a failedGuy Harris2004-02-111-6/+3
* Add an "open_failure_alert_box()" routine to pop up an alert box for aGuy Harris2004-02-111-7/+4
* Add a routine to be used to put up alert boxes for invalid displayGuy Harris2004-02-111-6/+6
* enhanced some dialog messages,Ulf Lamping2004-02-031-3/+18
* Use "%ld", not "%u", to print "long" values.Guy Harris2004-02-031-4/+4
* added some more info to the statusbar (filesize, packet count, ..),Ulf Lamping2004-02-031-15/+42
* Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris2004-01-311-9/+9
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-21/+22