aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-selfm.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-24[packet-selfm] - Fix dissection of multiple PDUs in single packet with no Fas...Chris Bontje1-1/+1
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-3/+3
2017-01-29Register reassembly tablesMichael Mann1-19/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-23/+2
2016-09-20selfm: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-09-20[SELFM] - Further additions to re-assembly efforts (Multiple PDUs spanning ad...Chris Bontje1-7/+43
2016-09-12[SELFM] Fix reassembly, tcp_dissect_pdus() can't be used as the realAndersBroman1-56/+85
2016-08-18SEL Protocol - Fix 'Fast Meter Config' sub-tree addition typo & 'if (tree)' u...Chris Bontje1-5/+4
2016-08-18SEL Protocol - Correct dissection for 'SOE Present State Response' function codeChris Bontje1-17/+37
2016-07-21Add proto_tree_add_checksum.Michael Mann1-8/+6
2016-07-20Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->poo...Michael Mann1-2/+1
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-2/+2
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