aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-selfm.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-3/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-5/+5
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-0/+1
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-3/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-7/+7
2021-05-05packet-selfm.c - Resolve Uninitialized VariableChris Bontje1-0/+1
2021-05-05Remove unncessary temporary variablesChris Bontje1-19/+10
2021-05-05packet-selfm.c - fix tabulationChris Bontje1-2/+2
2021-05-05packet-selfm.c - Use proto_tree_add_time where appropriateChris Bontje1-4/+17
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-08-05[packet-selfm.c] - Fix handling of Response Code in Fast Message ACK MessagesChris Bontje1-8/+34
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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