aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-4/+31
2014-01-21Check the return of wtap_dump_close() even if we've gotten a read error;Guy Harris1-3/+10
2014-01-13Fix crash when exporting to CSV filePascal Quantin1-1/+1
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-2/+1
2013-12-05int -> gbooleanMartin Kaiser1-1/+1
2013-11-24Rmove packet_info argument from packet_list_append(), never used.Jakub Zawadzki1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-11/+12
2013-10-20Try to fix recent test failures (wild guess, can't reproduce).Jakub Zawadzki1-8/+6
2013-10-20wireshark: use epan_dissect_reset(), rawshark: fix missing epan_dissect_clean...Jakub Zawadzki1-101/+156
2013-10-11cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and ...Jeff Morriss1-9/+0
2013-10-09g_list_prepend() is faster.Anders Broman1-1/+1
2013-09-22Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman1-5/+4
2013-09-05Try to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9106 :Pascal Quantin1-0/+1
2013-08-14Global variables considered harmful.Guy Harris1-53/+41
2013-08-13Only rescan packets if we have packets to rescan. Fixes at least the surfaceEvan Huus1-1/+3
2013-08-07It's not necessary to call epan_free() in cf_open(): cf_close() (which isJeff Morriss1-2/+3
2013-08-01use explicit cast to squelch compiler warningMartin Kaiser1-1/+1
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-20/+106
2013-07-30Remove interface_id, pack_flags from frame_data structure.Jakub Zawadzki1-4/+4