aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-30Fix or suppress more warnings from check_typed_item_callsMartin Mathieson1-5/+5
2022-11-30wmem: Remove wmem_strbuf_new_label()João Valverde1-2/+2
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-6/+6
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-3/+3
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-7/+7
2022-08-23Fix comments to reflect reality.Guy Harris1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-9/+4
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+6
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2022-06-07jxta: Use correct conversation_new() optionsStig Bjørlykke1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-13/+13
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-3/+3
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-24/+24
2021-06-19Replace some lingering references to g_log()João Valverde1-2/+2
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-25/+25
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