aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
AgeCommit message (Expand)AuthorFilesLines
2004-09-02Move the guts of gtk/file_dlg.c:goto_framenum_cb() togerald1-0/+1
2004-08-25Move the file-reloading code from gtk/file_dlg.c to file.c.gerald1-0/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromguy1-1/+4
2004-03-08Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - andguy1-3/+1
2004-03-08This makes ethereal compile again when configured --without-pcapjmayer1-1/+3
2004-02-23Add a "force" argument to "filter_packets()" andguy1-2/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-3/+3
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aguy1-2/+7
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withguy1-2/+1
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toguy1-2/+1
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...ulfl1-1/+4
2004-01-13Add a routine "retap_packet()" that runs through all packets, dissectingguy1-1/+2
2003-12-29From Dick Gooris (and me :-)ulfl1-2/+3
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanguy1-2/+2
2003-09-15Rename various capture file routines to have names starting with "cf_".guy1-10/+10
2003-09-15Add a routine to return the display name for a "capture_file" structure,guy1-1/+2
2003-09-12Added TimeReference frames.sahlberg1-1/+2
2003-08-29Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,guy1-2/+8
2003-08-11Applied the "Updated find capabilities...." from Greg Morris.sharpe1-2/+2
2003-08-05From Greg Morris: add support for case-insensitive full-text searches.guy1-2/+2
2003-07-25Get rid of carriage returns - some compilers don't like them.guy1-2/+2
2003-07-22From Greg Morris: code to support searches for text or raw binary dataguy1-2/+4
2003-03-02Have "goto_frame()" put up error dialog boxes itself, rather than havingguy1-7/+2
2002-09-06From Vassilii Khachaturov, cleanup of redundant code.sahlberg1-53/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-07-16From Graeme Hewson:guy1-2/+2
2002-05-27Clean up the data structures for the color filter code a bit. The oldguy1-2/+1
2002-05-23Make "save_cap_file()" return a Boolean (TRUE on success, FALSE onguy1-2/+2
2002-02-24Put all the capture options into a structure.guy1-5/+1
2002-02-24"autostop_filesize" and "autostop_duration" don't need to be in theguy1-3/+1
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-2/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theygram1-2/+1
2001-12-06Make the "Save only marked frames" button in the "Save As..." dialog boxguy1-2/+13
2001-12-04Make the bytes-written information from Wiretap a long, as we allowguy1-2/+4
2001-12-04Support for stopping capture at specified capture file size or captureguy1-1/+5
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyguy1-14/+1
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doguy1-4/+5
2001-04-18Check the validity of numbers specified in command-line options.guy1-3/+3
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenguy1-1/+2
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-8/+5
2001-01-28There's no need for a member of a "capture_file" structure holding aguy1-8/+1
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headergram1-3/+2
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are thegram1-1/+4
2000-08-21Frames in the packet list can now be marked by the user usingdeniel1-2/+2
2000-08-11Miscellaneous code cleaningdeniel1-13/+1
2000-08-09Make copy_binary_file() static since follow_dlg.c no longer uses it.gram1-3/+1
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamgram1-1/+3