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