aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss2013-07-161-13/+14
* Move the print modules into epan.Jeff Morriss2013-07-121-2/+3
* Move some more modules into epan.Jeff Morriss2013-07-111-1/+0
* packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki2013-07-111-13/+14
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-06-291-4/+0
* Move tempfile.{h,c} into wsutil.Jeff Morriss2013-06-261-1/+1
* Fix build with packet editor enabled. (Fix a typo while we're at it.)Guy Harris2013-06-251-1/+2
* inform expert info layer about the current number of packet commentsMartin Kaiser2013-06-201-0/+3
* Allow for column headers not to be printed in order to make it possible to ex...Chris Maynard2013-06-191-3/+7
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-19/+39
* Don't take the shortcut of moving/copying the existing file if we have a nameEvan Huus2013-04-131-14/+44
* Rename cf_not_saved() to cf_has_unsaved_data() to clarify what itGuy Harris2013-04-021-1/+1
* Add routines to file.c to indicate whether:Guy Harris2013-04-011-5/+93
* Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris2013-04-011-14/+8
* Define a collection of bits for different types of capture file comments.Guy Harris2013-04-011-4/+10
* From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223Evan Huus2013-03-271-12/+1
* Make internal functions static.Anders Broman2013-03-211-1/+1
* From beroset:Bill Meier2013-03-201-4/+4
* Fix the leaking of packet comments, i.e. the rest ofEvan Huus2013-03-151-4/+2
* Use explicit casts.Anders Broman2013-03-061-17/+17
* Add support for writing the packet block flags for pcapng.Michael Tüxen2012-12-221-0/+3
* Rename the search type menu items to more accurately reflect what we'reGerald Combs2012-12-151-14/+25
* Fix a number of [-Wshadow] warnings;Bill Meier2012-11-251-51/+50
* Make a few variables volatile to satisfy gcc.Evan Huus2012-11-031-7/+7
* Manually revert r45669Jakub Zawadzki2012-11-031-41/+22
* volatile fixes.Jakub Zawadzki2012-10-221-6/+9
* Move some variables inside TRY { } block.Jakub Zawadzki2012-10-221-89/+95
* Make progbar_quantum volatile to suppress setjmp/longjmp warnings.Guy Harris2012-10-221-1/+1
* Move TRY CATCH outside reading packet loops.Jakub Zawadzki2012-10-221-49/+45
* 1) Allow for the possibility for both packet summary and packet details to beChris Maynard2012-10-221-0/+4
* Move ep_free_all() *AFTER* packet dissection.Jakub Zawadzki2012-10-201-1/+1
* I don't understand how this variable might be clobbered, but mark it volatile...Jakub Zawadzki2012-10-201-1/+1
* Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki2012-10-201-6/+2
* - Allow reseting edt with new function epan_dissect_reset(),Jakub Zawadzki2012-10-201-33/+52
* Make a few variables volatile to fix longjmp warnings.Evan Huus2012-10-201-9/+9
* Pass create_proto_tree, cinfo directly to add_packet_to_packet_listJakub Zawadzki2012-10-201-41/+29
* Remove always TRUE refilter argument from rescan_packets, add_packet_to_packe...Jakub Zawadzki2012-10-201-34/+18
* Only cap_len (not pkt_len) bytes of buffer are valid.Jakub Zawadzki2012-10-171-4/+4
* Fix a copy/paste errorJakub Zawadzki2012-10-171-1/+1
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-36/+37