aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-12Also free the GSLists for per-frame data on frames we haven'tGuy Harris1-8/+6
2000-09-11Fix the problem with resetting per-frame state info problems that thereRichard Sharpe1-8/+7
2000-09-11We have to free up the per-frame data when we rescan, because we haveRichard Sharpe1-1/+10
2000-09-10Compute and display negative relative and delta time stamps correctly,Guy Harris1-19/+14
2000-09-09"redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris1-3/+2
2000-09-08Redraw:Guy Harris1-3/+2
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris1-2/+3
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-4/+4
2000-08-24If we've thrown away saved state before a rescan of the frames in aGuy Harris1-2/+21
2000-08-24Actually, we do have to clear all the dissector information if we'reGuy Harris1-8/+34
2000-08-24Instead of keeping in the information about an RPC call a count of theGuy Harris1-14/+1
2000-08-21Add prefs.gui_marked_[fb]g color preferences for theLaurent Deniel1-4/+3
2000-08-21Frames in the packet list can now be marked by the user usingLaurent Deniel1-9/+22
2000-08-19Fix potential buffer overflows.Laurent Deniel1-3/+4
2000-08-15Oups. Forgot some set_menus_for_selected_tree_row calls.Laurent Deniel1-1/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-8/+9
2000-08-09Make copy_binary_file() static since follow_dlg.c no longer uses it.Gilbert Ramirez1-2/+3
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez1-54/+76
2000-08-03Replace calls to sprintf() with snprintf() in file_*_error_message routines,Gilbert Ramirez1-6/+11
2000-07-26When rescanning a file, all state information for the frames hasGilbert Ramirez1-1/+5
2000-07-20In Tethereal:Guy Harris1-2/+2
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-13/+17