aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-16/+16
2019-01-22NGAP: Handle vnd.3gpp.ngap content-type (TS 39.502)Anders Broman1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-11-29Add sip_call_id filter to RTP stream.Anders Broman1-1/+1
2018-09-13Start renaming SSL to TLS.Gerald Combs1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-15JXTA: Remove some assertions.Gerald Combs1-198/+213
2017-11-15JXTA: Simplify some expressions.Gerald Combs1-48/+48
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-10/+1
2017-09-10JXTA: replace g_strsplit by wmem_strsplitPascal Quantin1-3/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-6/+5
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-4/+5
2016-08-13jxta: remove dead code (CID 1159018).Dario Lombardo1-5/+2
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-2/+2
2016-05-26Fix dissection of JXTA over UDP.Jeff Morriss1-2/+2
2016-05-13jxta: there's no need to call proto_tree_set_visible() when calling append_te...Jeff Morriss1-3/+0
2016-04-25Treat JXTA URI address type like AT_STRINGZ.Michael Mann1-3/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+3
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-12/+8
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-8/+12
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-12/+8
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-20/+20
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
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-5/+5
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-53/+9
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-3/+3
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-5/+5
2015-02-19Add name resolution support to address type.Michael Mann1-3/+3
2015-02-09Add fixed length function for address types.Michael Mann1-1/+1
2015-02-09Add "column filter string" support to address types.Michael Mann1-8/+34
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-5/+5
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2014-12-31jxta: fix Copy-paste error (CID 1158599 & 1158600)Alexis La Goutte1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+1
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-77/+77
2014-11-25Ensure dissector data parameter is used instead of pinfo->private_data when p...Michael Mann1-8/+3
2014-11-25Have media dissector take its "media type parameter" from dissector data para...Michael Mann1-1/+3
2014-09-18Fix encoding-arg mostly for FT_UINT_STRING; Also: Do misc as needed.Bill Meier1-6/+19
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+25
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1