From Olivier Biot: have a separate subtree ett_ value for concatenated
[obnox/wireshark/wip.git] / file.c
2003-10-26 sahlbergUpdate to cf_get_display_name()
2003-09-25 guyCorrectly handle the case where the selected frame...
2003-09-25 guyIf the currently selected frame doesn't pass the displa...
2003-09-24 guyPass a pointer to a "capture_file" structure to
2003-09-24 guyMake "finfo_selected" a member of a "capture_file"...
2003-09-19 guyFrom Lars Roland: initialize the flags.ref_time field...
2003-09-15 guyWe no longer pop up tap windows until we have a capture...
2003-09-15 guyRename various capture file routines to have names...
2003-09-15 guyAdd a routine to return the display name for a "capture...
2003-09-15 guyKeep a "display name" as part of a capture_file structu...
2003-09-12 sahlbergAdded TimeReference frames.
2003-09-10 guyWhen saving packets, we have a "Save only marked packet...
2003-09-08 sahlbergUpdate to the culmulative byte column.
2003-09-03 guyIf you get a read error while doing a search, go back...
2003-09-03 guyCheck for "wtap_seek_read()" failing.
2003-09-03 sahlbergAnd for Cal,
2003-08-29 guyGet rid of the EBCDIC stuff in the find dialog - it...
2003-08-14 sharpeApply Greg Morris' buffer overflow prevention patch...
2003-08-11 sharpeApplied the "Updated find capabilities...." from Greg...
2003-08-05 guyFrom Greg Morris: add support for case-insensitive...
2003-07-22 guyFrom Greg Morris: code to support searches for text...
2003-06-24 guyFrom Tomas Kukosa: doubling the size of the line buffer...
2003-03-02 guyThe frame number passed to "goto_frame()" wasn't necess...
2003-03-02 guyHave "goto_frame()" put up error dialog boxes itself...
2002-12-01 guyThe previous change caused the delta time to be the...
2002-11-29 sahlbergcalculate delta and rel time earlier and unconditionall...
2002-11-23 guyFrom Tomas Kukosa: adjust the pointer into the line...
2002-10-17 guyFrom Ronnie Sahlberg: don't have the tap code do a...
2002-10-14 oabadAnother problem found by valgrind :
2002-09-23 oabadChange to color filters :
2002-09-21 oabadRemoved all gtk calls in file.c :
2002-09-04 sahlbergEnable the tap feature for ethereal as well. (will...
2002-08-31 oabadGTK+ v2 port.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-28 guyFrom Ulf Lamping: extend the progress dialog box to...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-30 guyFrom Graeme Hewson:
2002-07-21 sharpeFix the problems WRT overwriting a capture file. From...
2002-07-16 guyFrom Graeme Hewson:
2002-07-15 sharpeThis seems to fix the problem of trying to save over...
2002-06-29 guyHave "print_line()" take an indentation argument, and...
2002-06-22 guyGet rid of trailing newline in lines passed to "print_l...
2002-06-22 guyGet rid of separate "print_hex_data_text()" and "print_...
2002-06-07 guyAdd a new error for attempts to open a pipe or FIFO...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-05-23 guyClean up the file saving code a bit.
2002-05-23 guyMake "save_cap_file()" return a Boolean (TRUE on succes...
2002-05-23 guyThe "fname" argument to "save_cap_file()", and "cf...
2002-05-03 guyFrom Didieer Gautheron:
2002-05-03 guyClean up the handling of filter strings:
2002-04-24 guyIf the progress fraction when reading in a file becomes...
2002-04-22 sharpeMake sure that when we save a file, we don't overwrite...
2002-04-20 guyDon't prime the display filter unless we're re-applying...
2002-03-31 guyFrom Joerg Mayer: get rid of unused arguments, and...
2002-03-05 guyMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 guyHave "wtap_seek_read()" return 0 on success and -1...
2002-02-27 guyFrom Joerg Mayer: remove unused variables and declarati...
2002-02-24 guyGet rid of "init_all_protocols()"; instead, have a...
2002-02-19 guyUpdate a comment.
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-10 guySeparate the promiscuous mode, "Update list of packets...
2002-01-05 gramLong NCP traces can easily have many packets whose...
2002-01-03 guyIn "change_time_formats()" we can now check at the...
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-16 guyAdd an extra argument to "epan_dissect_new()" that...
2001-12-10 guyAdd some additional comments.
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-06 gramRemove proto_tree from capture_file and PacketWinData...
2001-12-06 guyMake the "Save only marked frames" button in the "Save...
2001-12-04 guyIn the NetMon capture file reading code, if we get...
2001-11-21 gramRemove the global packet_info called "pi". Dissectors...
2001-11-20 guyHave a routine to add all the hex dump tabs to the...
2001-10-26 gramFix the rest of the signed/unsigned comparison warnings.
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-08-21 guyOn Windows, use the directory in which the binary resid...
2001-07-17 hagbardAdded a "Suppress Unmarked" option to the print dialog to
2001-07-05 guy"open_cap_file()" in Ethereal and Tethereal don't use...
2001-06-19 guyMore signed vs. unsigned cleanups, and initialization...
2001-06-08 guyWhen printing the contents of a raw-data field, don...
2001-06-08 guyMove the fragment reassembly code into "reassemble...
2001-06-05 guyEnable "Match Selected" only if there's a field selecte...
2001-05-27 guyPlug a memory leak (we weren't freeing the "epan_dissec...
2001-05-01 guy"prefs.capture_real_time", not "prefs.capture_auto_scro...
2001-03-24 guyThe declaration of "destroy_packet_wins()" belongs in
2001-03-24 guyGive the code that computes protocol statistics a progr...
2001-03-23 jfosterChanges required to support multiple named data sources.
2001-02-11 guyIn Ethereal, attempt to get the packet statistics from...
2001-02-10 guyCheck for errors when writing a capture file.
2001-02-03 guyUse "dfilter_apply_edt()" rather than "dfilter_apply()".
2001-02-01 gramCreate a more modular type system for the FT_* types...
2001-01-28 guyGet rid of support for old-style plugins (support for...
2000-11-21 guyAdd a "color.h" file that declares a nominally-toolkit...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-10-20 gramRemove #include "gtk/colors.h" from file.h, which keep...
2000-10-06 gramImplement epan_dissect_new() and epan_dissect_free...
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.
2000-09-17 guyThe correct way to check for an error (rather than...
2000-09-12 guyIt's "GSList", not "GSlist".
next