[Automatic update for 2015-10-25]
[metze/wireshark/wip.git] / file.c
2015-10-05 Pascal Quantinfile.c: fix resource leak reported by Coverity (CID...
2015-09-29 Pascal Quantinfile.c: do not rescan packets is no capture file is...
2015-09-20 Gerald CombsCall cf_cb_file_rescan_* callbacks in rescan_packets.
2015-08-26 Gerald CombsRework tapping in Qt dialogs.
2015-08-18 Hadriel KaplanImprove file merging for mergecap and wireshark
2015-08-18 Hadriel KaplanPcapng: clean up Section Header Block handling
2015-08-06 Hadriel KaplanPcapng: support Name Resolution Block options
2015-07-04 Guy HarrisDo error checking on simple_error_message_box() calls...
2015-06-29 Michael MannTake all epan_column_info members that always get alloc...
2015-06-25 Pascal Quantinmergecap: check input files time precision before expor...
2015-06-25 Martin KaiserQt: fix crashes when Wireshark is closed while running...
2015-06-24 Alexis La Gouttefile.c: fix Fix Branch condition evaluates to a garbage...
2015-06-23 Gerald CombsMorph ProgressBar into CaptureProgressFrame.
2015-05-23 Gerald CombsQt: Update the status bar when saving.
2015-05-17 Joerg MayerFix some files to pass the pre-commit hook script.
2015-05-10 Pascal Quantinmergecap: fix merge of files with different encapsulati...
2015-04-07 Michael MannRevert "Don't rescan packets when a display filter...
2015-04-07 Michael MannDon't rescan packets when a display filter is added...
2015-04-06 Guy HarrisKeep a captured-packet count in a capture_session and...
2015-03-20 Michael MannReduce epan dependence on dissectors by having print...
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2015-02-27 Michal LabedzkiQt: Automatically scroll the packet list.
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2014-12-31 Guy HarrisDon't include signal.h unless we need it.
2014-12-22 Alexis La GoutteFix The left operand of '!=' is a garbage value issue...
2014-12-20 Gerald CombsQt: Add a CaptureFile class.
2014-12-18 Guy HarrisMake sure err_info is always set, and print it iff...
2014-12-18 Guy HarrisWTAP_ERR_UNWRITABLE_ errors aren't returned by reads...
2014-12-18 Guy HarrisRename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRIT...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisFix another incorrect message for WTAP_ERR_UNSUPPORTED.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRI...
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-12-01 Guy HarrisAdd a Buffer to wtap_pkthdr to hold file-type-specific...
2014-11-29 Guy HarrisClean up routine names, don't pass capture_file into...
2014-11-22 Guy HarrisGet rid of another global in the print code.
2014-11-22 Guy HarrisGet rid of write_headers global variable.
2014-10-20 Guy HarrisFix support for writing out edited records.
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-25 Gerald CombsUpdate the simple dialog code.
2014-09-22 Evan HuusEnsure pcapng application name is dynamically allocated
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-16 Guy HarrisSquelch a warning.
2014-07-15 Guy HarrisGet rid of cf_reset_state() - it's only called from...
2014-07-11 Bill MeierStrip some trailing whitespace; Fix some indentation...
2014-06-22 Guy HarrisAdd a routine to return a version string including...
2014-05-25 Guy HarrisAdd support for dissecting non-packet records.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-17 Peter Wuwiretap: remove unused code, drop number_of_interfaces
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-04-29 Peter WuFix crash when switching profiles
2014-04-16 Bill MeierFix "might be clobbered by 'longjmp' or 'vfork' [-Werro...
2014-04-07 Gerald CombsAdd a Qt I/O Graph dialog.
2014-03-27 Hadriel KaplanFix bug9931 'Encapsulated ethernet packets sometimes...
2014-03-21 Hadriel KaplanFix Bug 9903: 'Clicking reload-file ignores selected...
2014-03-20 Anders BromanRevert "Allow pcapng interface options to be available...
2014-03-20 Christopher KilgourAllow pcapng interface options to be available to disse...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Hadriel KaplanFix file.c: Dereference of null pointer (clang analyzer)
2014-02-25 Michal LabedzkiWireshark: Add option to choose format type of capture...
2014-02-07 Gerald CombsReplace "svn" with "git" all over the place.
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-21 Guy HarrisCheck the return of wtap_dump_close() even if we've...
2014-01-13 Pascal QuantinFix crash when exporting to CSV file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-05 Martin Kaiserint -> gboolean
2013-11-24 Jakub ZawadzkiRmove packet_info argument from packet_list_append...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-10-20 Jakub ZawadzkiTry to fix recent test failures (wild guess, can't...
2013-10-20 Jakub Zawadzkiwireshark: use epan_dissect_reset(), rawshark: fix...
2013-10-11 Jeff Morrisscf_start_tail() is (now) just a wrapper around cf_open...
2013-10-09 Anders Bromang_list_prepend() is faster.
2013-09-22 Anders BromanGet rid of struct addrinfo, use the hastables for name...
2013-09-05 Pascal QuantinTry to fix https://bugs.wireshark.org/bugzilla/show_bug...
2013-08-14 Guy HarrisGlobal variables considered harmful.
2013-08-13 Evan HuusOnly rescan packets if we have packets to rescan. Fixes...
2013-08-07 Jeff MorrissIt's not necessary to call epan_free() in cf_open(...
2013-08-01 Martin Kaiseruse explicit cast to squelch compiler warning
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-30 Jakub ZawadzkiRemove interface_id, pack_flags from frame_data structure.
2013-07-23 Guy HarrisMake a routine not used outside file.c static.
2013-07-22 Jakub ZawadzkiAbuse epan_t more: add callback to get interface name.
2013-07-21 Evan HuusFix file.c:112:1: error: ‘static’ is not at beginning...
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-16 Jeff MorrissMove merge.{h,c} into wiretap: these modules use wireta...
2013-07-12 Jeff MorrissMove the print modules into epan.
2013-07-11 Jeff MorrissMove some more modules into epan.
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-06-29 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
next