aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-20Move ep_free_all() *AFTER* packet dissection.Jakub Zawadzki3-10/+18
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki9-40/+43
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 Zawadzki8-29/+24
2012-10-20- Allow reseting edt with new function epan_dissect_reset(),Jakub Zawadzki6-37/+104
2012-10-20- Free root node and tree data outside proto_tree_free_node,Jakub Zawadzki1-53/+19
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-19Remove unused variable.Evan Huus1-3/+1
2012-10-19Pass parse_vms_hex_dump() a pointer to a wtap_pkthdr structure and haveGuy Harris1-37/+30
2012-10-19Fix columns.Gerald Combs2-2/+2
2012-10-19The file set and export object trees are lists. Make them act likeGerald Combs5-16/+40
2012-10-19Add back the "%!" removed in r33773; otherwise, for some unknown reason, only...Chris Maynard1-0/+1
2012-10-19The U3 and PortableApps packaging processes depend on simpleGerald Combs6-76/+91
2012-10-19Revert the background color for TCP and lighten it for UDP. Change theGerald Combs1-4/+4
2012-10-191) Use tvb_reported_length_remaining instead of tvb_reported_length_remaining.Chris Maynard1-13/+13
2012-10-19Mark unused variable with _U_Jakub Zawadzki1-4/+1
2012-10-19Hoist the code to set the wtap_pkthdr into a routine, and call it inGuy Harris1-8/+15
2012-10-18Wrap lines a little differently.Guy Harris1-2/+3
2012-10-18Get rid of unnecessary block braces, clean up white space.Guy Harris1-18/+12
2012-10-18Minor Updates:Bill Meier1-138/+643
2012-10-18Minor cleanup:Bill Meier4-11/+11
2012-10-18Fix CMake build:Evan Huus2-5/+5
2012-10-18Move some arguments up a line.Guy Harris1-5/+4
2012-10-18Show the object export dialog in accordance with the QtGerald Combs3-39/+44
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs22-209/+894
2012-10-18(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7871Martin Kaiser1-1/+1
2012-10-18minor cleanup of packet-wtp.cMartin Kaiser1-758/+731
2012-10-18(Trivial)Bill Meier1-21/+25
2012-10-18add CC datatype IDs for the SRM protocolMartin Kaiser1-0/+4
2012-10-18Minor cleanup:Bill Meier1-1300/+1299
2012-10-18Minor cleanup:Bill Meier1-159/+154
2012-10-18Minor cleanup:Bill Meier1-6/+5
2012-10-18Don't mark used arguments with _U_. Whitespace: tabs -> spaces.Chris Maynard1-245/+245
2012-10-18Minor cleanup:Bill Meier1-442/+512
2012-10-18str_util.c:format_size() uses 0xff00 for the mask, so left-shift format_size_...Chris Maynard1-2/+2
2012-10-18Fix Coverity CID 739070: Unused pointer value.Chris Maynard1-1/+1
2012-10-18Minor cleanup:Bill Meier1-73/+70
2012-10-18Minor cleanup:Bill Meier1-480/+479
2012-10-18Dissect additional information parameters for Result objectPascal Quantin1-3/+132
2012-10-18tvb_reported_length_remaining() can return -1, so don't assign the return val...Chris Maynard1-2/+2
2012-10-18General cleanup:Bill Meier1-338/+253
2012-10-18From Matthias St. Pierre:Anders Broman1-5/+11
2012-10-18Add a few EUTRAN related elementary files and reorder some value_string arraysPascal Quantin1-26/+34
2012-10-18Handle the fractions-of-a-second part of the time stamp correctly. Guy Harris1-17/+39
2012-10-18Redo the processing of lines in iSeries text packet dumps.Guy Harris1-311/+208
2012-10-18Reformat for readability:Bill Meier1-1400/+1798
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