aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs1-1/+1
2012-09-28Revert r45183:r45184Jakub Zawadzki1-11/+14
2012-09-27Revert r45182, add better fix for bug #6208: Status bar count of displayed pa...Jakub Zawadzki1-12/+11
2012-09-27Try to fix bug #6208: Status bar count of displayed packets wrongJakub Zawadzki1-4/+6
2012-09-26Call fileset_file_closed from cf_cb_file_closed.Gerald Combs1-2/+0
2012-09-26Add a cf_cb_file_opened callback and use it instead of callingGerald Combs1-1/+1
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-13/+15
2012-09-20(Try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5808 :Jeff Morriss1-2/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-05Remove string constants from g_assert() calls, as per thread on wireshark-dev:Evan Huus1-1/+2