aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-2/+2
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-3/+58
2014-12-17Fix another incorrect message for WTAP_ERR_UNSUPPORTED.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-7/+7
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-4/+15
2014-11-29Clean up routine names, don't pass capture_file into libwireshark.Guy Harris1-25/+11
2014-11-22Get rid of another global in the print code.Guy Harris1-1/+1
2014-11-22Get rid of write_headers global variable.Guy Harris1-2/+2
2014-10-20Fix support for writing out edited records.Guy Harris1-1/+45
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-18/+0
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-34/+0
2014-09-25Update the simple dialog code.Gerald Combs1-9/+9
2014-09-22Ensure pcapng application name is dynamically allocatedEvan Huus1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-14/+14
2014-07-16Squelch a warning.Guy Harris1-2/+4
2014-07-15Get rid of cf_reset_state() - it's only called from one place.Guy Harris1-30/+15
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier1-1/+1
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-3/+2
2014-05-25Add support for dissecting non-packet records.Guy Harris1-16/+16