aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erldp.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-6/+6
2021-11-03ErlDP: Don't overrun a buffer.Gerald Combs1-6/+6
2021-09-06erldp: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-3/+3
2021-06-23ErlDP: Fixup some format strings.Gerald Combs1-2/+2
2021-06-23ErlDP: add support for fragmented distribution messagesAndreas Schultz1-24/+197
2021-05-21ERLDP: Fix the type of the handshake tag.Martin Mathieson1-1/+1
2021-05-21ErlDP: decode handshake flagsAndreas Schultz1-4/+177
2021-05-13ErlDP: decode fun and new fun extAndreas Schultz1-1/+62
2021-05-13ErlDP: decode small and large big integersAndreas Schultz1-0/+81
2021-05-13ErlDP: decode float and new_float valuesAndreas Schultz1-0/+24
2021-05-13ErlDP: use proto_tree_add_item_ret_XXXX where sensibleAndreas Schultz1-44/+28
2021-05-13ErlDP: decode old message formatAndreas Schultz1-1/+17
2021-05-13ErlDP: add decoding for BINARY_EXTAndreas Schultz1-0/+15
2021-05-13ErlDP: fix small int printoutAndreas Schultz1-2/+2
2021-02-10Make some more variables/functions static.Martin Mathieson1-1/+1
2020-09-01ErlDP: support features of Erlang/OTP 23George Hopkins1-58/+178
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-10-21Add tvb_ascii_isprint APIMichael Mann1-6/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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-1/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-8/+5
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-7/+7
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+3
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+2
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+5
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-8/+4
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-08Fix signed/insigned mismatch in ErlDP dissector. Bug 9525 (https://bugs.wire...Michael Mann1-6/+6
2013-12-07From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-2/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-10/+12
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-4/+4
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-5/+0
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-4/+4
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-3/+3
2013-05-21Fix format string typo.Evan Huus1-1/+1
2013-05-20add a few more filterable items.Michael Mann1-30/+135
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1