aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* CMake: Allow setting per target compiler warningsJoão Valverde2016-08-231-2/+2
* No need to check for string option values being null.Guy Harris2016-07-211-5/+3
* Mark the file as having unsaved data if you change address resolution.Guy Harris2016-07-181-0/+18
* Use timers instead of packet counts to update our UI.Gerald Combs2016-07-161-127/+111
* Redo the block options APIs.Guy Harris2016-07-141-15/+34
* tshark fields filter added for other outputsMartin Kacer2016-06-291-2/+2
* tshark JSON and Elasticsearch output fixMartin Kacer2016-06-211-1/+1
* Add JSON export to Qt/GTK UIPascal Quantin2016-06-201-0/+80
* Add data structures necessary to support multiple Name Resolution blocks.Michael Mann2016-06-011-8/+8
* Add data structures necessary to support multiple Section Header blocks.Michael Mann2016-06-011-8/+8
* Allow create_tempfile to support a suffix.Michael Mann2016-06-011-1/+1
* Link version code statically againJoão Valverde2016-04-211-1/+1
* Lua: Fix add and remove Fields when reload Lua pluginsStig Bjørlykke2016-04-111-0/+6
* Don't show a progress bar when previewing for the Qt print dialog.Guy Harris2016-03-011-13/+15
* Qt: Select matching tree item and bytes in Find PacketStig Bjørlykke2016-02-231-1/+7
* Making wiretap option blocks more generic.Michael Mann2016-02-231-4/+4
* Qt: Add regex support in Find PacketStig Bjørlykke2016-02-181-30/+73
* file: fix variable ‘progbar’ might be clobbered by ‘longjmp’ or ‘vf...Alexis La Goutte2016-02-121-1/+1
* Make file indices consistently unsigned in the merge code.Guy Harris2016-02-111-1/+1
* Don’t adjust time column widths in cf_openStig Bjørlykke2016-02-051-3/+0
* Qt: Add check for field extractorsStig Bjørlykke2016-02-051-5/+5
* Add more fields to packet_info structure and use them.Guy Harris2016-01-231-3/+2
* Do not apply color rule filter every dissectionPeter Wu2016-01-131-0/+9
* GTK: plugin_if_goto_frame can cause an Access ViolationPaul Offord2016-01-101-2/+2
* Fix a lot of typos and misspellingsmoshekaplan2016-01-081-1/+1
* Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann2015-12-281-2/+1
* Update the packets bar periodically when loading a (large) file.Jeff Morriss2015-12-091-22/+2
* Fix to avoid protection exception in cf_goto_framePaul Offord2015-12-011-0/+6
* file: fix Potentially uninitialized variable 'err/err_info' used found by PVS...Alexis La Goutte2015-12-011-2/+2
* epan: Free pointers to deallocated memoryStig Bjørlykke2015-11-231-0/+6
* Remove configure --enable-ipv6 optionJoão Valverde2015-11-231-1/+1
* Revert: Free cf->edt before free cf->epan when redissecting.Gerald Combs2015-11-181-4/+0
* epan: Check for valid cf->edt before free.Stig Bjørlykke2015-11-181-2/+4
* epan: Free cf->edt before free cf->epan when redissecting.Stig Bjørlykke2015-11-131-0/+2
* file.c: do not try to close a file descriptor that was previously already closedPascal Quantin2015-11-101-1/+4
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-8/+0
* file.c: fix resource leak reported by Coverity (CID 1159387)Pascal Quantin2015-10-051-1/+1
* file.c: do not rescan packets is no capture file is openedPascal Quantin2015-09-291-4/+6
* Call cf_cb_file_rescan_* callbacks in rescan_packets.Gerald Combs2015-09-201-0/+4
* Rework tapping in Qt dialogs.Gerald Combs2015-08-261-0/+4
* Improve file merging for mergecap and wiresharkHadriel Kaplan2015-08-181-371/+144
* Pcapng: clean up Section Header Block handlingHadriel Kaplan2015-08-181-27/+10
* Pcapng: support Name Resolution Block optionsHadriel Kaplan2015-08-061-8/+18
* Do error checking on simple_error_message_box() calls and fix errors.Guy Harris2015-07-041-2/+2
* Take all epan_column_info members that always get allocated to "number of col...Michael Mann2015-06-291-10/+12
* mergecap: check input files time precision before exporting to pcapng formatPascal Quantin2015-06-251-1/+1
* Qt: fix crashes when Wireshark is closed while running a captureMartin Kaiser2015-06-251-1/+1
* file.c: fix Fix Branch condition evaluates to a garbage value found by Clang ...Alexis La Goutte2015-06-241-1/+1
* Morph ProgressBar into CaptureProgressFrame.Gerald Combs2015-06-231-24/+20
* Qt: Update the status bar when saving.Gerald Combs2015-05-231-5/+4