aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipx.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-75/+75
2023-08-10add_bitmask() - only warn when bitmask set has bits not set in root hf maskMartin Mathieson1-1/+1
2023-06-14Use `register_dissector()` for more protocolsDavid Perry1-9/+9
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-4/+4
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-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+6
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-4/+4
2020-09-12Add FT_STRINGZTRUNC.Guy Harris1-1/+1
2020-09-10SAP: make the Server Name field FT_STRINGZPAD.Guy Harris1-1/+1
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-14/+14
2019-02-23Make two watchdog types more alike.Guy Harris1-2/+2
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
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-12-04Fix loop bounds check.Guy Harris1-2/+2
2017-12-04Let a "past the on-the-network length" exception terminate dissection.Guy Harris1-5/+5
2017-12-03Clean up dissection of server entries in SAP responses.Guy Harris1-19/+52
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-29Add conversation endpoint typeMichael Mann1-3/+3
2017-01-29ipx: Convert GHashtable to wmem_mapDario Lombardo1-29/+4
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-6/+6
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-3/+2
2016-11-12fix no previous prototype for ‘capture_*’ [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-5/+9
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-3/+3
2016-07-21Add proto_tree_add_checksum.Michael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-1/+1
2015-12-20Create capture dissector table for LLC non-snap dissectors.Michael Mann1-0/+2
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+2
2015-12-14Create capture dissector tables.Michael Mann1-1/+4
2015-12-13Standardize the capture dissector function signature.Michael Mann1-1/+1
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-4/+4
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-27/+19
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-12/+11
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3