Fix CMake checks of PCap functions, along with AirPCap
[metze/wireshark/wip.git] / file.c
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-16 Guy HarrisSquelch a warning.
2014-07-15 Guy HarrisGet rid of cf_reset_state() - it's only called from...
2014-07-11 Bill MeierStrip some trailing whitespace; Fix some indentation...
2014-06-22 Guy HarrisAdd a routine to return a version string including...
2014-05-25 Guy HarrisAdd support for dissecting non-packet records.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-17 Peter Wuwiretap: remove unused code, drop number_of_interfaces
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-04-29 Peter WuFix crash when switching profiles
2014-04-16 Bill MeierFix "might be clobbered by 'longjmp' or 'vfork' [-Werro...
2014-04-07 Gerald CombsAdd a Qt I/O Graph dialog.
2014-03-27 Hadriel KaplanFix bug9931 'Encapsulated ethernet packets sometimes...
2014-03-21 Hadriel KaplanFix Bug 9903: 'Clicking reload-file ignores selected...
2014-03-20 Anders BromanRevert "Allow pcapng interface options to be available...
2014-03-20 Christopher KilgourAllow pcapng interface options to be available to disse...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Hadriel KaplanFix file.c: Dereference of null pointer (clang analyzer)
2014-02-25 Michal LabedzkiWireshark: Add option to choose format type of capture...
2014-02-07 Gerald CombsReplace "svn" with "git" all over the place.
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-21 Guy HarrisCheck the return of wtap_dump_close() even if we've...
2014-01-13 Pascal QuantinFix crash when exporting to CSV file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-05 Martin Kaiserint -> gboolean
2013-11-24 Jakub ZawadzkiRmove packet_info argument from packet_list_append...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-10-20 Jakub ZawadzkiTry to fix recent test failures (wild guess, can't...
2013-10-20 Jakub Zawadzkiwireshark: use epan_dissect_reset(), rawshark: fix...
2013-10-11 Jeff Morrisscf_start_tail() is (now) just a wrapper around cf_open...
2013-10-09 Anders Bromang_list_prepend() is faster.
2013-09-22 Anders BromanGet rid of struct addrinfo, use the hastables for name...
2013-09-05 Pascal QuantinTry to fix https://bugs.wireshark.org/bugzilla/show_bug...
2013-08-14 Guy HarrisGlobal variables considered harmful.
2013-08-13 Evan HuusOnly rescan packets if we have packets to rescan. Fixes...
2013-08-07 Jeff MorrissIt's not necessary to call epan_free() in cf_open(...
2013-08-01 Martin Kaiseruse explicit cast to squelch compiler warning
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-30 Jakub ZawadzkiRemove interface_id, pack_flags from frame_data structure.
2013-07-23 Guy HarrisMake a routine not used outside file.c static.
2013-07-22 Jakub ZawadzkiAbuse epan_t more: add callback to get interface name.
2013-07-21 Evan HuusFix file.c:112:1: error: ‘static’ is not at beginning...
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-16 Jeff MorrissMove merge.{h,c} into wiretap: these modules use wireta...
2013-07-12 Jeff MorrissMove the print modules into epan.
2013-07-11 Jeff MorrissMove some more modules into epan.
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-06-29 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-06-26 Jeff MorrissMove tempfile.{h,c} into wsutil.
2013-06-25 Guy HarrisFix build with packet editor enabled. (Fix a typo...
2013-06-20 Martin Kaiserinform expert info layer about the current number of...
2013-06-19 Chris MaynardAllow for column headers not to be printed in order...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-04-13 Evan HuusDon't take the shortcut of moving/copying the existing...
2013-04-02 Guy HarrisRename cf_not_saved() to cf_has_unsaved_data() to clari...
2013-04-01 Guy HarrisAdd routines to file.c to indicate whether:
2013-04-01 Guy HarrisAdd a wtap_dump_can_write() routine that indicates...
2013-04-01 Guy HarrisDefine a collection of bits for different types of...
2013-03-27 Evan HuusFrom Hadriel Kaplan via https://bugs.wireshark.org...
2013-03-21 Anders BromanMake internal functions static.
2013-03-20 Bill Meier From beroset:
2013-03-15 Evan HuusFix the leaking of packet comments, i.e. the rest of
2013-03-06 Anders BromanUse explicit casts.
2012-12-22 Michael TüxenAdd support for writing the packet block flags for...
2012-12-15 Gerald CombsRename the search type menu items to more accurately...
2012-11-25 Bill MeierFix a number of [-Wshadow] warnings;
2012-11-03 Evan HuusMake a few variables volatile to satisfy gcc.
2012-11-03 Jakub ZawadzkiManually revert r45669
2012-10-22 Jakub Zawadzkivolatile fixes.
2012-10-22 Jakub ZawadzkiMove some variables inside TRY { } block.
2012-10-22 Guy HarrisMake progbar_quantum volatile to suppress setjmp/longjm...
2012-10-22 Jakub ZawadzkiMove TRY CATCH outside reading packet loops.
2012-10-22 Chris Maynard1) Allow for the possibility for both packet summary...
2012-10-20 Jakub ZawadzkiMove ep_free_all() *AFTER* packet dissection.
2012-10-20 Jakub ZawadzkiI don't understand how this variable might be clobbered...
2012-10-20 Jakub ZawadzkiIntroduce epan_dissect_run_with_taps() which run dissec...
2012-10-20 Jakub Zawadzki- Allow reseting edt with new function epan_dissect_res...
2012-10-20 Evan HuusMake a few variables volatile to fix longjmp warnings.
2012-10-20 Jakub ZawadzkiPass create_proto_tree, cinfo directly to add_packet_to...
2012-10-20 Jakub ZawadzkiRemove always TRUE refilter argument from rescan_packet...
2012-10-17 Jakub ZawadzkiOnly cap_len (not pkt_len) bytes of buffer are valid.
2012-10-17 Jakub ZawadzkiFix a copy/paste error
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-08 Gerald CombsLog the time we spend waiting for the capture child...
2012-10-05 Gerald CombsAdd a capture_file * element to packet_range_t and...
2012-09-28 Jakub ZawadzkiRevert r45183:r45184
2012-09-27 Jakub ZawadzkiRevert r45182, add better fix for bug #6208: Status...
2012-09-27 Jakub ZawadzkiTry to fix bug #6208: Status bar count of displayed...
2012-09-26 Gerald CombsCall fileset_file_closed from cf_cb_file_closed.
2012-09-26 Gerald CombsAdd a cf_cb_file_opened callback and use it instead...
2012-09-23 Jakub ZawadzkiStore pointers to previously displayed and captured...
2012-09-20 Jeff Morriss(Try to) fix https://bugs.wireshark.org/bugzilla/show_b...
next