Fix bugs I introduced. Now
[metze/wireshark/wip.git] / file.c
2012-12-22 Michael TüxenAdd support for writing the packet block flags for...
2012-12-15 Gerald CombsRename the search type menu items to more accurately...
2012-11-25 Bill MeierFix a number of [-Wshadow] warnings;
2012-11-03 Evan HuusMake a few variables volatile to satisfy gcc.
2012-11-03 Jakub ZawadzkiManually revert r45669
2012-10-22 Jakub Zawadzkivolatile fixes.
2012-10-22 Jakub ZawadzkiMove some variables inside TRY { } block.
2012-10-22 Guy HarrisMake progbar_quantum volatile to suppress setjmp/longjm...
2012-10-22 Jakub ZawadzkiMove TRY CATCH outside reading packet loops.
2012-10-22 Chris Maynard1) Allow for the possibility for both packet summary...
2012-10-20 Jakub ZawadzkiMove ep_free_all() *AFTER* packet dissection.
2012-10-20 Jakub ZawadzkiI don't understand how this variable might be clobbered...
2012-10-20 Jakub ZawadzkiIntroduce epan_dissect_run_with_taps() which run dissec...
2012-10-20 Jakub Zawadzki- Allow reseting edt with new function epan_dissect_res...
2012-10-20 Evan HuusMake a few variables volatile to fix longjmp warnings.
2012-10-20 Jakub ZawadzkiPass create_proto_tree, cinfo directly to add_packet_to...
2012-10-20 Jakub ZawadzkiRemove always TRUE refilter argument from rescan_packet...
2012-10-17 Jakub ZawadzkiOnly cap_len (not pkt_len) bytes of buffer are valid.
2012-10-17 Jakub ZawadzkiFix a copy/paste error
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-08 Gerald CombsLog the time we spend waiting for the capture child...
2012-10-05 Gerald CombsAdd a capture_file * element to packet_range_t and...
2012-09-28 Jakub ZawadzkiRevert r45183:r45184
2012-09-27 Jakub ZawadzkiRevert r45182, add better fix for bug #6208: Status...
2012-09-27 Jakub ZawadzkiTry to fix bug #6208: Status bar count of displayed...
2012-09-26 Gerald CombsCall fileset_file_closed from cf_cb_file_closed.
2012-09-26 Gerald CombsAdd a cf_cb_file_opened callback and use it instead...
2012-09-23 Jakub ZawadzkiStore pointers to previously displayed and captured...
2012-09-20 Jeff Morriss(Try to) fix https://bugs.wireshark.org/bugzilla/show_b...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-05 Evan HuusRemove string constants from g_assert() calls, as per...
2012-09-04 Jörg Mayer- Replace packet_list_recreate_visible_rows -> packet_l...
2012-08-12 Bill MeierFix indentation to match editor mode-lines (no tabs...
2012-08-08 Anders BromanMake it possible to merge libpcap files with different...
2012-07-21 Guy Harrissimple_message_box() does not expect Pango markup,...
2012-07-20 Guy HarrisAdd a routine that, given a set of packet encapsulation...
2012-07-19 Gerald CombsPass {delayed_}create_progress_dlg a pointer the top...
2012-07-15 Chris MaynardFrom Michael Mann via https://bugs.wireshark.org/bugzil...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Guy HarrisOnly allow "Save" if
2012-06-24 Anders BromanFrom Evan Huus:
2012-06-20 Guy HarrisHandle the case where the user has added comments to...
2012-06-20 Guy HarrisIf the file has an SHB comment or any packet comments...
2012-06-17 Guy HarrisAdd "simple dialog" routines to pop up modal message...
2012-06-17 Guy HarrisExport a wtap_dump_can_write_encaps() routine from...
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...
next