aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-24If the progress fraction when reading in a file becomes > 1, assume thatGuy Harris1-11/+28
2002-04-22Make sure that when we save a file, we don't overwrite our capture fileRichard Sharpe1-2/+12
2002-04-20Don't prime the display filter unless we're re-applying it; otherwise,Guy Harris1-2/+2
2002-03-31From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris1-2/+2
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-3/+3
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-7/+20
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-2/+2
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineGuy Harris1-25/+6
2002-02-19Update a comment.Guy Harris1-3/+3
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-12/+5
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-1/+7
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-7/+7
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",Guy Harris1-3/+7
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez1-1/+9
2002-01-03In "change_time_formats()" we can now check at the beginning whetherGuy Harris1-17/+21
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-15/+28
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris1-18/+12
2001-12-10Add some additional comments.Guy Harris1-2/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-26/+17
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez1-36/+13
2001-12-06Make the "Save only marked frames" button in the "Save As..." dialog boxGuy Harris1-1/+22
2001-12-04In the NetMon capture file reading code, if we get a short read whenGuy Harris1-2/+2
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-4/+4
2001-11-20Have a routine to add all the hex dump tabs to the hex dump notebook,Guy Harris1-12/+6
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-3/+3
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-6/+6
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-1/+2
2001-07-17Added a "Suppress Unmarked" option to the print dialog toEd Warnicke1-3/+5
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris1-3/+1
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris1-4/+4
2001-06-08When printing the contents of a raw-data field, don't use the raw dataGuy Harris1-2/+2
2001-06-08Move the fragment reassembly code into "reassemble.c" andGuy Harris1-1/+14
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris1-47/+27
2001-05-27Plug a memory leak (we weren't freeing the "epan_dissect_t" pointed toGuy Harris1-3/+10
2001-05-01"prefs.capture_real_time", not "prefs.capture_auto_scroll", shouldGuy Harris1-5/+3
2001-03-24The declaration of "destroy_packet_wins()" belongs inGuy Harris1-1/+2
2001-03-24Give the code that computes protocol statistics a progress dialog box,Guy Harris1-1/+2
2001-03-23Changes required to support multiple named data sources.Jeff Foster1-10/+40
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris1-5/+13
2001-02-10Check for errors when writing a capture file.Guy Harris1-2/+2
2001-02-03Use "dfilter_apply_edt()" rather than "dfilter_apply()".Guy Harris1-10/+7
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-15/+14
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsGuy Harris1-10/+2
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris1-9/+12
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-4/+6
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez1-1/+2
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-7/+17
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-3/+5
2000-09-17The correct way to check for an error (rather than an EOF) from a failedGuy Harris1-4/+4
2000-09-12It's "GSList", not "GSlist".Guy Harris1-2/+2