aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-17Fix some files to pass the pre-commit hook script.Joerg Mayer1-5/+5
2015-05-10mergecap: fix merge of files with different encapsulation typesPascal Quantin1-23/+31
2015-04-07Revert "Don't rescan packets when a display filter is added if we are capturi...Michael Mann1-3/+0
2015-04-07Don't rescan packets when a display filter is added if we are capturing witho...Michael Mann1-0/+3
2015-04-06Keep a captured-packet count in a capture_session and use that.Guy Harris1-7/+0
2015-03-20Reduce epan dependence on dissectors by having print module "cache" the proto...Michael Mann1-1/+0
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-2/+2
2015-02-27Qt: Automatically scroll the packet list.Michal Labedzki1-1/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-7/+9
2014-12-31Don't include signal.h unless we need it.Guy Harris1-1/+0
2014-12-22Fix The left operand of '!=' is a garbage value issue found by Clang AnalyzerAlexis La Goutte1-1/+1
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-2/+2
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-22/+36
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris1-36/+2