aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-selfm.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-17Fix build [-Werror=maybe-uninitialized]João Valverde1-1/+1
2016-01-13Use result of register_dissectorPeter Wu1-3/+3
2015-12-29selfm: Dissector fails to detect message length on multi-message packetscbontje1-23/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-08-24Eliminate proto_tree_add_text from some dissectorsMichael Mann1-4/+13
2015-08-16Conversion of random proto_tree_add_text calls.Michael Mann1-34/+49
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-1/+7
2015-05-27Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-30/+26
2015-04-08Remove RTAC Serial preference that doubled for Decode As.Michael Mann1-2/+1
2015-02-05SEL Protocol Maintenance (2/2)cbontje1-363/+363
2015-02-04SEL Protocol Maintenance (1/2)cbontje1-150/+155
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-29Sadly, index() was the name of a routine in V7, so....Guy Harris1-6/+6
2014-11-29Add optional user Fast SER preference for SEL Fast Message Protocolcbontje1-7/+88
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-09-07Create subdissector table for RTAC Serial and have dissectors register with i...Michael Mann1-0/+2
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-56/+40
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-14/+14
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-14/+14
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-5/+5
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03Create/use extended value_strings; add editor modelines as needed.Bill Meier1-182/+188
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-2/+2
2013-12-17Make local functions static. Include *.h when needed.Anders Broman1-1/+1
2013-12-15From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9542Alexis La Goutte1-36/+92
2013-12-13Fix [-Wmissing-prototypes]Anders Broman1-1/+0
2013-12-11New-style dissectors return the number of bytes dissected, not TRUE/FALSE.Chris Maynard1-6/+6
2013-12-11- Make local functions static.Anders Broman1-0/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-4/+4
2013-11-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9435 :Pascal Quantin1-1/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+7
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-24From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9180Evan Huus1-2/+59
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-1/+1
2013-07-20Replace wmem slist (singly-linked) with wmem list (doubly-linked).Evan Huus1-14/+14
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-16Fix Coverity CID 1050092: Dereference null return value.Chris Maynard1-3/+4
2013-07-13From Chris Botje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8917Evan Huus1-23/+120
2013-07-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2013-07-06From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8860Evan Huus1-827/+1312