Don't try to reassemble short frames - but do still pass them through at
[obnox/wireshark/wip.git] / file.c
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".
2000-09-12 guyAlso free the GSLists for per-frame data on frames...
2000-09-11 sharpeFix the problem with resetting per-frame state info...
2000-09-11 sharpeWe have to free up the per-frame data when we rescan...
2000-09-10 guyCompute and display negative relative and delta time...
2000-09-09 guy"redraw_hex_dump()" can't use "cfile.pd" or "cfile...
2000-09-08 guyRedraw:
2000-09-08 guyGraham Bloice's patch to support inverse video rather...
2000-09-07 gramChange wtap_read() API so that the data offset is set...
2000-08-24 guyIf we've thrown away saved state before a rescan of...
2000-08-24 guyActually, we do have to clear all the dissector informa...
2000-08-24 guyInstead of keeping in the information about an RPC...
2000-08-21 denielAdd prefs.gui_marked_[fb]g color preferences for the
2000-08-21 denielFrames in the packet list can now be marked by the...
2000-08-19 denielFix potential buffer overflows.
2000-08-15 denielOups. Forgot some set_menus_for_selected_tree_row calls.
2000-08-11 denielMiscellaneous code cleaning
2000-08-09 gramMake copy_binary_file() static since follow_dlg.c no...
2000-08-03 gramAdd a "Save As" feature to the TCP Follow dialogue...
2000-08-03 gramReplace calls to sprintf() with snprintf() in file_...
2000-07-26 gramWhen rescanning a file, all state information for the...
2000-07-20 guyIn Tethereal:
2000-07-20 guyUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-09 guyPut up a progress dialog when changing the time display...
2000-07-09 guyTurn the code of "colorize_packet()" into a static...
2000-07-07 guyIf the progress dialog gets a "delete" event, have...
2000-07-07 guyUse "progdlg_t *" rather than "void *" as the handle...
2000-07-03 guyIf the user clicks the "Cancel" button in a progress...
2000-07-03 guyRemove the progress bar from the status line, and,...
2000-06-27 guyDon't pass a pointer to the packet data buffer to ...
2000-06-27 guyAdd routines to Wiretap to allow a client of Wiretap...
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-05-18 guyHave "proto_tree_is_visible" false except when we're...
2000-05-15 guyWe can't trust "cf->current_frame" to refer to the...
2000-05-12 gramBen Fowler <wapdev@leedsnet.com>'s "usage of fd" patch.
2000-05-06 guyFix indentation so that it looks correct if tabs are...
2000-04-14 gramChange dfilter_apply() to 4-argument function. 4th...
2000-04-13 gramConsolidate flags in struct frame_data, and add "visite...
2000-04-07 guyWhen searching for a frame that matches a filter expres...
2000-04-07 guyPlug a memory leak in the "Find Frame" code - we weren...
2000-04-06 guyAfter destroying the mem chunk for the packet list...
2000-04-04 guyAllocate the new mem chunk for the capture in "open_cap...
2000-04-03 gramSet cf->plist_chunk in the other place where needed...
2000-04-03 guyNote that it didn't seem to save a significant amount...
2000-04-03 guyUse a GMemChunk for allocating and freeing "frame_data...
2000-03-31 oabadAdd a counter : "enabled_plugins_number", to record...
2000-03-28 guyPatches from Andreas Sikkema:
2000-03-26 sharpeSet the per frame data pointer to NULL when a new frame...
2000-03-20 guyIn "add_packet_to_packet_list()", always use the "buf...
2000-03-12 guyMaking the "frame_data" structure for a frame the data...
2000-03-08 guyWe already set the foreground and background color...
2000-02-29 guyJeff Foster's changes, with my additions, to allow...
next