aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-31/+32
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-51/+36
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-36/+51
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu1-3/+3
2014-05-09Revert "Refactor Wiretap"Guy Harris1-79/+79
2014-05-09Refactor WiretapMichael Mann1-79/+79
2014-04-29Fix crash when switching profilesPeter Wu1-0/+1
2014-04-16Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier1-3/+3
2014-04-07Add a Qt I/O Graph dialog.Gerald Combs1-0/+5
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-1/+1
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan1-1/+17
2014-03-20Revert "Allow pcapng interface options to be available to dissectors."Anders Broman1-1/+0
2014-03-20Allow pcapng interface options to be available to dissectors.Christopher Kilgour1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Fix file.c: Dereference of null pointer (clang analyzer)Hadriel Kaplan1-4/+4
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-5/+5
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-1/+1