aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-14/+14
* Squelch a warning.Guy Harris2014-07-161-2/+4
* Get rid of cf_reset_state() - it's only called from one place.Guy Harris2014-07-151-30/+15
* Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier2014-07-111-1/+1
* Add a routine to return a version string including VCS information.Guy Harris2014-06-221-3/+2
* Add support for dissecting non-packet records.Guy Harris2014-05-251-16/+16
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-31/+32
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-51/+36
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-36/+51
* wiretap: remove unused code, drop number_of_interfacesPeter Wu2014-05-171-3/+3
* Revert "Refactor Wiretap"Guy Harris2014-05-091-79/+79
* Refactor WiretapMichael Mann2014-05-091-79/+79
* Fix crash when switching profilesPeter Wu2014-04-291-0/+1
* Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier2014-04-161-3/+3
* Add a Qt I/O Graph dialog.Gerald Combs2014-04-071-0/+5
* Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan2014-03-271-1/+1
* Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan2014-03-211-1/+17
* Revert "Allow pcapng interface options to be available to dissectors."Anders Broman2014-03-201-1/+0
* Allow pcapng interface options to be available to dissectors.Christopher Kilgour2014-03-201-0/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix file.c: Dereference of null pointer (clang analyzer)Hadriel Kaplan2014-02-251-4/+4
* Wireshark: Add option to choose format type of capture fileMichal Labedzki2014-02-251-5/+5
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-1/+1
* Don't write out packets that have a "captured length" bigger than we'reGuy Harris2014-01-221-4/+31
* Check the return of wtap_dump_close() even if we've gotten a read error;Guy Harris2014-01-211-3/+10
* Fix crash when exporting to CSV filePascal Quantin2014-01-131-1/+1
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-2/+1
* int -> gbooleanMartin Kaiser2013-12-051-1/+1
* Rmove packet_info argument from packet_list_append(), never used.Jakub Zawadzki2013-11-241-1/+1
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-101-0/+1
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-11/+12
* Try to fix recent test failures (wild guess, can't reproduce).Jakub Zawadzki2013-10-201-8/+6
* wireshark: use epan_dissect_reset(), rawshark: fix missing epan_dissect_clean...Jakub Zawadzki2013-10-201-101/+156
* cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and ...Jeff Morriss2013-10-111-9/+0
* g_list_prepend() is faster.Anders Broman2013-10-091-1/+1
* Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman2013-09-221-5/+4
* Try to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9106 :Pascal Quantin2013-09-051-0/+1
* Global variables considered harmful.Guy Harris2013-08-141-53/+41
* Only rescan packets if we have packets to rescan. Fixes at least the surfaceEvan Huus2013-08-131-1/+3
* It's not necessary to call epan_free() in cf_open(): cf_close() (which isJeff Morriss2013-08-071-2/+3
* use explicit cast to squelch compiler warningMartin Kaiser2013-08-011-1/+1
* Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki2013-08-011-20/+106
* Remove interface_id, pack_flags from frame_data structure.Jakub Zawadzki2013-07-301-4/+4
* Make a routine not used outside file.c static.Guy Harris2013-07-231-1/+1
* Abuse epan_t more: add callback to get interface name.Jakub Zawadzki2013-07-221-1/+2
* Fix file.c:112:1: error: ‘static’ is not at beginning of declarationEvan Huus2013-07-211-1/+1
* Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki2013-07-211-15/+15
* Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki2013-07-211-4/+36
* Some work on multi file dissectionJakub Zawadzki2013-07-211-22/+21