aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lbttcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-7/+7
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-1/+1
2023-06-21Use `register_dissector()` for more protocolsDavid Perry1-1/+2
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-9/+9
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-9/+9
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-2/+2
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-08-09Trivial: Change editor-modelines tab-width specification from 4 to 8.Bill Meier1-3/+3
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-1/+4
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-2/+2
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+2
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-04-23Conversation/memory scope fixes for LBM dissectors. See bug 9718.David Ameiss1-3/+3
2014-04-22Minor cleanupBill Meier1-43/+40
2014-04-14Fix no previous prototype warnings.AndersBroman1-0/+4
2014-04-07Initial checkin of LBM aka 29West dissectors. See Bug 9718.Michael Mann1-0/+844