aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-29The common merge code merely needs to offer the abstraction of routinesguy1-32/+109
2004-10-28Make "merge_files()" and "merge_append_files()" return a tri-stateguy1-10/+73
2004-10-28Remove all the verbose-mode code from merge.c, and put most of it inguy1-3/+2
2004-10-27Get rid of merge_n_files() - it's only called in one place now, andguy1-24/+36
2004-10-27Change some of the merge.c APIs to return more information on failure,guy1-0/+35
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesguy1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-1/+1
2004-09-04The packet range stuff knows about capture_file structures, so it'sguy1-1/+1
2004-09-04Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";guy1-1/+1
2004-09-02Move the guts of gtk/file_dlg.c:goto_framenum_cb() togerald1-0/+21
2004-08-25Move the file-reloading code from gtk/file_dlg.c to file.c.gerald1-0/+49
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasgerald1-6/+10
2004-08-18If you mark all frames, then unmark all frames "marked_count" overflows.gerald1-2/+4
2004-08-15From Greg Morris: Add a configuration option to control search wrapping.gerald1-10/+33
2004-07-27Move the code to open the printer/print file from "print_packets()" toguy1-48/+21
2004-07-25Make some generic print routines that take, as an argument, a pointer toguy1-30/+78
2004-07-24Move the color-filter related stuff out of "color.h" intoguy1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-08If we're producing PostScript, don't put the column headers out if we'reguy1-13/+15
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromguy1-3/+146
2004-07-08A read can return WTAP_ERR_UNSUPPORTED_ENCAP if the encapsulation typeguy1-3/+10
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