aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-raknet.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-82/+82
2023-04-24Fix more val_to_str()-type callsMartin Mathieson1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-11/+11
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-1/+1
2021-07-27RakNet: Fix address bytes highlightingJaap Keuter1-2/+2
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-3/+3
2021-02-02Make more functions/variables static.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-18raknet: don't THROW() an exception from a dissectorMartin Kaiser1-9/+23
2017-04-17raknet: re-structure raknet_dissect_system_address()Martin Kaiser1-19/+20
2017-01-29Register reassembly tablesMichael Mann1-19/+3
2016-10-19raknet: remove if(tree) no longer neededAlexis La Goutte1-383/+286
2016-10-16raknet: fix Value stored to 'ti' is never readAlexis La Goutte1-1/+1
2016-10-12RakNet: fix heuristic dissectorPascal Quantin1-4/+4
2016-10-12raknet, mcpe: Improve dissectorsPHO1-257/+1721
2016-09-22Don't call proto_register_field_array() or expert_register_protocol() withAndersBroman1-5/+6
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-1/+1
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-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+2
2014-10-15raknet: fix two checkfiltername errors; mcpe,raknet: minor cleanup;Bill Meier1-10/+11
2014-10-15packet-raknet.c: value_string array (created at runtime) must be terminated w...Bill Meier1-3/+5
2014-10-14Add RakNet protocol dissectorNick Carter1-0/+676