For a capture file, keep an array of all encapsulation types seen.
[metze/wireshark/wip.git] / file.c
2012-06-15 Guy HarrisFor a capture file, keep an array of all encapsulation...
2012-06-10 Jakub ZawadzkiClear GtkTreeStore before freeing edt
2012-06-05 Guy HarrisIf we do a Save or Save As with a move, don't reread...
2012-06-05 Guy HarrisFix some comments.
2012-06-05 Guy HarrisDistinguish between "failed" and "user stopped it"...
2012-06-03 Guy HarrisAs we might use cf->lnk_t while a capture is in progres...
2012-06-03 Guy Harrisg_filename_display_basename() returns a g_mallocated...
2012-06-03 Guy HarrisUse g_filename_display_basename() rather than get_basen...
2012-06-03 Guy HarrisUpdate a comment.
2012-06-02 Guy HarrisIf the rename in a safe "Save As" fails, the current...
2012-06-01 Guy HarrisTShark doesn't need wtap_fdreopen(), as it doesn't...
2012-06-01 Anders Bromanmake it compile.
2012-06-01 Guy HarrisSigh. There appears to be no way to get Windows to...
2012-05-29 Guy HarrisTest was backwards - if fname_new is *NON*-null, it...
2012-05-26 Guy HarrisI already got rid of that variable - it just mirrors...
2012-05-26 Guy HarrisWe can't save a live capture file with a ws_rename...
2012-05-25 Guy HarrisUse GTK+'s GtkMessageDialog for the questions we ask...
2012-05-24 Jeff Morrisscf_update_capture_comment(): free the shb_inf when...
2012-05-24 Guy HarrisKeep track, in Wiretap, of whether the file is compress...
2012-05-24 Guy HarrisIn the "Save As" and "Export Specified Packets" code...
2012-05-22 Guy Harris"Save As" always saves everything and, when the save...
2012-05-22 Guy HarrisWe're an editor now, as we let you add, delete, and...
2012-05-22 Guy HarrisThe GUI's state machine requires that, when reloading...
2012-05-22 Jeff MorrissFinish fixing https://bugs.wireshark.org/bugzilla/show_...
2012-05-21 Jeff MorrissPartial fix for https://bugs.wireshark.org/bugzilla...
2012-05-21 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-05-20 Guy HarrisChange the "user_saved" member of a capture_file struct...
2012-05-18 Guy HarrisWhen saving packets, fill in hdr.presence_flags from...
2012-05-07 Balint ReczeyGive hints to capture from stdin or pipe instead of...
2012-04-17 ruengelerFix bug #7112, where the interface ids were not saved
2012-04-03 Jakub ZawadzkiFix dependent_frames memleak.
2012-03-23 Jeff MorrissDon't mark the file as unsaved unless the capture or...
2012-03-15 Jeff MorrissShould have been part of r41542: Don't free idb_inf...
2012-03-13 Guy HarrisAdd an explicit capture_cb_capture_failed indication...
2012-03-02 Guy HarrisFix indentation.
2012-02-29 Anders Broman- Add a LED in the statusbar to indicate that capture...
2012-02-28 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-02-21 Michael TüxenWhitespace changes.
2012-02-20 Anders BromanFrom Jose Pedro Oliveira fix a typo
2012-02-20 Anders BromanHandle reading and writing of multiple IDB:s, write...
2012-02-16 Guy HarrisWith the WTAP_ERR_UNSUPPORTED error, Wiretap supplies...
2012-02-15 Anders BromanMake it possible to get inforamtion from the read SHB...
2012-02-11 Anders BromanAdd the abillity to read and write option comments...
2012-02-08 Anders BromanWrite address resolution block.
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2012-01-15 Jörg MayerMove gtk to ui/gtk.
2012-01-14 Bill MeierRemove obsolete comments referring to mem_chunks.
2012-01-13 Guy HarrisIn all these cases, i is a guint32, so if c_match is...
2012-01-13 Bill MeierFix Bug #6276: "Find Packet" Bug:
2011-12-27 Chris MaynardFrom Jim Young via bug 5580: Only update the time elaps...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-09 Chris MaynardExport all data sources of a frame to a C array. Fixes...
2011-11-21 Guy HarrisOn an I/O error, merge_read_packet() and merge_append_r...
2011-11-20 Chris MaynardFix "'Closing File!' Dialog Hangs" bug 3046: https...
2011-11-19 Guy HarrisWhen reporting "sorry, *this* packet can't be written...
2011-10-17 Chris MaynardFrom Michael Mann: Add cf_callback_invoke to cf_open...
2011-09-21 Bill MeierWhitespace cleanup:
2011-09-21 Bill MeierFix ex "modeline" so it works;
2011-05-19 Gerald CombsFrom Dirk Jagdmann via bug 5875:
2011-05-17 Guy HarrisMore eradication of old-style function definitions.
2011-05-12 Jakub ZawadzkiPacket editor: support for saving changed frames.
2011-05-10 Jakub ZawadzkiWhen closing capture file, set number of frames to...
2011-05-09 Guy HarrisFrom Jakub Zawadzki: for file read progress bars, use...
2011-05-03 Guy HarrisTShark doesn't need column text attached to each frame...
2011-04-27 Jakub ZawadzkiRestore updating packet bar while loading file (removed...
2011-04-27 Guy HarrisDon't free the frame_data_sequence unless we have one.
2011-04-27 Guy HarrisCreate a new frame_data_sequence data type; it represen...
2011-04-26 Guy HarrisGet rid of some code that's no longer relevant with...
2011-04-25 Anders Bromanfrom Jakub Zawadzki:
2011-04-25 Guy HarrisStore the frame_data structures in a tree, rather than...
2011-04-25 Guy HarrisMake the packet count an unsigned value, as frame numbe...
2011-04-24 Guy Harrisnew_packet_list_find_row_from_data() is always used...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 Guy HarrisNow that wtap_read() checks for delayed errors on EOF...
2011-04-12 Guy HarrisAllow wtap_sequential_close() and wtap_close() to retur...
2011-03-24 Gerald CombsAdd initial pcapng name resolution record support....
2011-03-22 Gerald CombsClarify a comment.
2011-03-22 Stig BjørlykkeAllocate correct size of fdata col_text and col_text_len.
2011-03-22 Guy HarrisWe have to initialize the elements of the fdata->col_te...
2011-03-22 Guy HarrisWhen we allocate the col_text array, initialize it...
2011-03-08 Sake BlokRemoval of the old packet-list in favor of the new...
2011-02-18 Gerald CombsFix some dead code and zero division issues found by...
2011-02-04 Guy HarrisClean up indentation.
2011-01-31 Anders BromanFrom Cal Turney:
2011-01-19 Stephen FisherFrom Cal Turney via enhancement bug #5587: In hex or...
2010-11-27 Guy HarrisMove main_statusbar.h to the top-level directory; none...
2010-10-23 Bill Meier(Trivial) Fix a typo in a comment.
2010-10-18 Jeff MorrissFix the win64 build
2010-10-18 Jeff MorrissFix progress bar when loading compressed files.
2010-08-27 Bill Meier(Trivial) Fix a typo
2010-08-16 Anders BromanFrom Cal Turney:
2010-08-15 Bill MeierFix compilation error when compiling for "old packet...
2010-08-13 Guy HarrisInstead of using a Boolean for the search direction...
2010-07-16 Gerald CombsMake sure we call wtap_cleareof() before each read.
2010-06-30 Anders BromanReverting
2010-06-26 Stig BjørlykkeIncrease the displayed_count before we add the packet...
2010-05-27 Gerald CombsAdd cf_fake_continue_tail() which is called when real...
2010-05-26 Gerald CombsAnother attempt at bug 4669: Properly set the previous...
2010-05-26 Anders BromanFrom Jakub Zawadzki:
2010-05-07 Gerald CombsZlib has an officially-sanctioned way of clearing EOF...
next