aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-29/+29
2012-08-12Fix indentation to match editor mode-lines (no tabs, correct indentation, etc);Bill Meier1-326/+329
2012-08-08Make it possible to merge libpcap files with different encapsulation types by...Anders Broman1-11/+112
2012-07-21simple_message_box() does not expect Pango markup, so escaping isGuy Harris1-5/+1
2012-07-20Add a routine that, given a set of packet encapsulation types, returnsGuy Harris1-4/+12
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-11/+11
2012-07-15From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7356:Chris Maynard1-19/+55
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25Only allow "Save" ifGuy Harris1-2/+3
2012-06-24From Evan Huus:Anders Broman1-0/+4
2012-06-20Handle the case where the user has added comments to a file that's notGuy Harris1-0/+9
2012-06-20If the file has an SHB comment or any packet comments, and the userGuy Harris1-6/+48
2012-06-17Add "simple dialog" routines to pop up modal message boxes. Use them inGuy Harris1-204/+172
2012-06-17Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes aGuy Harris1-2/+2
2012-06-15For a capture file, keep an array of all encapsulation types seen.Guy Harris1-3/+44
2012-06-10Clear GtkTreeStore before freeing edtJakub Zawadzki1-8/+13