aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipx.c
AgeCommit message (Expand)AuthorFilesLines
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
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-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-4/+2
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-1/+1
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-54/+40
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-4/+4
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-11/+6
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-10-19Eliminate proto_tree_add_text from packet-ipx.cMichael Mann1-94/+116
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+26
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+30
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-15Implement basic support for SPXII decoding (at least we get the payload offsetsEvan Huus1-16/+40
2014-01-15Dissect SPXII flag bits.Evan Huus1-2/+38
2014-01-15Add modelines and fix one indentation issue.Evan Huus1-1/+14
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-10-24Remove ipxptype from struct _packet_info and pass it into subdissectors throu...Michael Mann1-11/+6
2013-10-19Pass SPX "private data" into subdissectors instead of using pinfo->private_data.Michael Mann1-10/+4
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-5/+5
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-4/+4
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-29/+15
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1