aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lbtrm.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-6/+6
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-13/+13
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-11/+11
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-23/+23
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-6/+6
2017-10-25Remove inet_aton() usage everywhereJoão Valverde1-19/+18
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.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-13Just #include wsutil/inet_aton.hJoão Valverde1-9/+2
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-8/+8
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-11Change prototype of callbacks passed to wmem_tree_foreach so that theyMatthieu Coudron1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
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-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-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-06lbtrm: Use correct variable for outgoing_mc_address.Stig Bjørlykke1-1/+1
2014-10-18Converted numerous proto_tree_add_none_format() calls for bitmask/flag items ...David Ameiss1-55/+33
2014-07-06Clean up handling of missing functions.Guy Harris1-1/+3
2014-06-29Standardize the names of, and document, the taps and heuristic dissector tabl...David Ameiss1-1/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-06Minor changes to LBM dissectors:David Ameiss1-22/+22
2014-04-23Conversation/memory scope fixes for LBM dissectors. See bug 9718.David Ameiss1-76/+40
2014-04-22Minor cleanupBill Meier1-63/+61
2014-04-14Fix no previous prototype warnings.AndersBroman1-0/+3
2014-04-08Don't assume the data pointed to by an address structure is aligned.Guy Harris1-12/+7
2014-04-08Fixes for Windows build post change 1006Graham Bloice1-0/+2
2014-04-08On UN*X, <arpa/inet.h> suffices for struct in_addr and in_addr_t.Guy Harris1-4/+2
2014-04-07Initial checkin of LBM aka 29West dissectors. See Bug 9718.Michael Mann1-0/+1996