aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-23Make a routine not used outside file.c static.Guy Harris1-1/+1
2013-07-22Abuse epan_t more: add callback to get interface name.Jakub Zawadzki1-1/+2
2013-07-21Fix file.c:112:1: error: ‘static’ is not at beginning of declarationEvan Huus1-1/+1
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-15/+15
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-4/+36
2013-07-21Some work on multi file dissectionJakub Zawadzki1-22/+21
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss1-13/+14
2013-07-12Move the print modules into epan.Jeff Morriss1-2/+3
2013-07-11Move some more modules into epan.Jeff Morriss1-1/+0
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-13/+14
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-06-25Fix build with packet editor enabled. (Fix a typo while we're at it.)Guy Harris1-1/+2
2013-06-20inform expert info layer about the current number of packet commentsMartin Kaiser1-0/+3
2013-06-19Allow for column headers not to be printed in order to make it possible to ex...Chris Maynard1-3/+7
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-19/+39
2013-04-13Don't take the shortcut of moving/copying the existing file if we have a nameEvan Huus1-14/+44
2013-04-02Rename cf_not_saved() to cf_has_unsaved_data() to clarify what itGuy Harris1-1/+1
2013-04-01Add routines to file.c to indicate whether:Guy Harris1-5/+93
2013-04-01Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris1-14/+8
2013-04-01Define a collection of bits for different types of capture file comments.Guy Harris1-4/+10
2013-03-27From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223Evan Huus1-12/+1
2013-03-21Make internal functions static.Anders Broman1-1/+1
2013-03-20 From beroset:Bill Meier1-4/+4
2013-03-15Fix the leaking of packet comments, i.e. the rest ofEvan Huus1-4/+2
2013-03-06Use explicit casts.Anders Broman1-17/+17
2012-12-22Add support for writing the packet block flags for pcapng.Michael Tüxen1-0/+3
2012-12-15Rename the search type menu items to more accurately reflect what we'reGerald Combs1-14/+25
2012-11-25Fix a number of [-Wshadow] warnings;Bill Meier1-51/+50
2012-11-03Make a few variables volatile to satisfy gcc.Evan Huus1-7/+7
2012-11-03Manually revert r45669Jakub Zawadzki1-41/+22
2012-10-22volatile fixes.Jakub Zawadzki1-6/+9
2012-10-22Move some variables inside TRY { } block.Jakub Zawadzki1-89/+95
2012-10-22Make progbar_quantum volatile to suppress setjmp/longjmp warnings.Guy Harris1-1/+1
2012-10-22Move TRY CATCH outside reading packet loops.Jakub Zawadzki1-49/+45
2012-10-221) Allow for the possibility for both packet summary and packet details to beChris Maynard1-0/+4
2012-10-20Move ep_free_all() *AFTER* packet dissection.Jakub Zawadzki1-1/+1
2012-10-20I don't understand how this variable might be clobbered, but mark it volatile...Jakub Zawadzki1-1/+1
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki1-6/+2
2012-10-20- Allow reseting edt with new function epan_dissect_reset(),Jakub Zawadzki1-33/+52
2012-10-20Make a few variables volatile to fix longjmp warnings.Evan Huus1-9/+9
2012-10-20Pass create_proto_tree, cinfo directly to add_packet_to_packet_listJakub Zawadzki1-41/+29
2012-10-20Remove always TRUE refilter argument from rescan_packets, add_packet_to_packe...Jakub Zawadzki1-34/+18
2012-10-17Only cap_len (not pkt_len) bytes of buffer are valid.Jakub Zawadzki1-4/+4
2012-10-17Fix a copy/paste errorJakub Zawadzki1-1/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-36/+37
2012-10-08Log the time we spend waiting for the capture child to exit.Gerald Combs1-0/+4