add WERR_TIMEOUT
[metze/wireshark/wip.git] / file.c
2014-01-22 guyDon't write out packets that have a "captured length...
2014-01-21 guyCheck the return of wtap_dump_close() even if we've...
2014-01-13 pascalFix crash when exporting to CSV file
2014-01-02 guyNo seek-read routines use the length argument, so elimi...
2013-12-05 martinkint -> gboolean
2013-11-24 darkjamesRmove packet_info argument from packet_list_append...
2013-11-17 guyMove the epan/filesystem.c routines to wsutil; they...
2013-11-10 darkjamesAdd missing includes in order to remove exceptions...
2013-11-08 guyThe "file types" we have are actually combinations...
2013-10-20 darkjamesTry to fix recent test failures (wild guess, can't...
2013-10-20 darkjameswireshark: use epan_dissect_reset(), rawshark: fix...
2013-10-11 morrisscf_start_tail() is (now) just a wrapper around cf_open...
2013-10-09 etxrabg_list_prepend() is faster.
2013-09-22 etxrabGet rid of struct addrinfo, use the hastables for name...
2013-09-05 pascalTry to fix https://bugs.wireshark.org/bugzilla/show_bug...
2013-08-14 guyGlobal variables considered harmful.
2013-08-13 eapacheOnly rescan packets if we have packets to rescan. Fixes...
2013-08-07 morrissIt's not necessary to call epan_free() in cf_open(...
2013-08-01 martinkuse explicit cast to squelch compiler warning
2013-08-01 darkjamesRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-30 darkjamesRemove interface_id, pack_flags from frame_data structure.
2013-07-23 guyMake a routine not used outside file.c static.
2013-07-22 darkjamesAbuse epan_t more: add callback to get interface name.
2013-07-21 eapacheFix file.c:112:1: error: ‘static’ is not at beginning...
2013-07-21 darkjamesReplace relative timestamp with reference frame number...
2013-07-21 darkjamesAdd helper function to epan_session which can be used...
2013-07-21 darkjamesSome work on multi file dissection
2013-07-16 morrissMove merge.{h,c} into wiretap: these modules use wireta...
2013-07-12 morrissMove the print modules into epan.
2013-07-11 morrissMove some more modules into epan.
2013-07-11 darkjamespacket dissection now takes pointer to tvb instead...
2013-06-29 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2013-06-26 morrissMove tempfile.{h,c} into wsutil.
2013-06-25 guyFix build with packet editor enabled. (Fix a typo...
2013-06-20 martinkinform expert info layer about the current number of...
2013-06-19 cmaynardAllow for column headers not to be printed in order...
2013-06-16 guyHave the seek-read routines take a Buffer rather than...
2013-04-13 eapacheDon't take the shortcut of moving/copying the existing...
2013-04-02 guyRename cf_not_saved() to cf_has_unsaved_data() to clari...
2013-04-01 guyAdd routines to file.c to indicate whether:
2013-04-01 guyAdd a wtap_dump_can_write() routine that indicates...
2013-04-01 guyDefine a collection of bits for different types of...
2013-03-27 eapacheFrom Hadriel Kaplan via https://bugs.wireshark.org...
2013-03-21 etxrabMake internal functions static.
2013-03-20 wmeier From beroset:
2013-03-15 eapacheFix the leaking of packet comments, i.e. the rest of
2013-03-06 etxrabUse explicit casts.
2012-12-22 tuexenAdd support for writing the packet block flags for...
2012-12-15 geraldRename the search type menu items to more accurately...
2012-11-25 wmeierFix a number of [-Wshadow] warnings;
2012-11-03 eapacheMake a few variables volatile to satisfy gcc.
2012-11-03 darkjamesManually revert r45669
2012-10-22 darkjamesvolatile fixes.
2012-10-22 darkjamesMove some variables inside TRY { } block.
2012-10-22 guyMake progbar_quantum volatile to suppress setjmp/longjm...
2012-10-22 darkjamesMove TRY CATCH outside reading packet loops.
2012-10-22 cmaynard1) Allow for the possibility for both packet summary...
2012-10-20 darkjamesMove ep_free_all() *AFTER* packet dissection.
2012-10-20 darkjamesI don't understand how this variable might be clobbered...
2012-10-20 darkjamesIntroduce epan_dissect_run_with_taps() which run dissec...
2012-10-20 darkjames- Allow reseting edt with new function epan_dissect_res...
2012-10-20 eapacheMake a few variables volatile to fix longjmp warnings.
2012-10-20 darkjamesPass create_proto_tree, cinfo directly to add_packet_to...
2012-10-20 darkjamesRemove always TRUE refilter argument from rescan_packet...
2012-10-17 darkjamesOnly cap_len (not pkt_len) bytes of buffer are valid.
2012-10-17 darkjamesFix a copy/paste error
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-08 geraldLog the time we spend waiting for the capture child...
2012-10-05 geraldAdd a capture_file * element to packet_range_t and...
2012-09-28 darkjamesRevert r45183:r45184
2012-09-27 darkjamesRevert r45182, add better fix for bug #6208: Status...
2012-09-27 darkjamesTry to fix bug #6208: Status bar count of displayed...
2012-09-26 geraldCall fileset_file_closed from cf_cb_file_closed.
2012-09-26 geraldAdd a cf_cb_file_opened callback and use it instead...
2012-09-23 darkjamesStore pointers to previously displayed and captured...
2012-09-20 morriss(Try to) fix https://bugs.wireshark.org/bugzilla/show_b...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-05 eapacheRemove string constants from g_assert() calls, as per...
2012-09-04 jmayer- Replace packet_list_recreate_visible_rows -> packet_l...
2012-08-12 wmeierFix indentation to match editor mode-lines (no tabs...
2012-08-08 etxrabMake it possible to merge libpcap files with different...
2012-07-21 guysimple_message_box() does not expect Pango markup,...
2012-07-20 guyAdd a routine that, given a set of packet encapsulation...
2012-07-19 geraldPass {delayed_}create_progress_dlg a pointer the top...
2012-07-15 cmaynardFrom Michael Mann via https://bugs.wireshark.org/bugzil...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-25 guyOnly allow "Save" if
2012-06-24 etxrabFrom Evan Huus:
2012-06-20 guyHandle the case where the user has added comments to...
2012-06-20 guyIf the file has an SHB comment or any packet comments...
2012-06-17 guyAdd "simple dialog" routines to pop up modal message...
2012-06-17 guyExport a wtap_dump_can_write_encaps() routine from...
2012-06-15 guyFor a capture file, keep an array of all encapsulation...
2012-06-10 darkjamesClear GtkTreeStore before freeing edt
2012-06-05 guyIf we do a Save or Save As with a move, don't reread...
2012-06-05 guyFix some comments.
2012-06-05 guyDistinguish between "failed" and "user stopped it"...
2012-06-03 guyAs we might use cf->lnk_t while a capture is in progres...
2012-06-03 guyg_filename_display_basename() returns a g_mallocated...
2012-06-03 guyUse g_filename_display_basename() rather than get_basen...
next