aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipx.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-19From beroset:Anders Broman1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-5/+5
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-1/+1
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure theJeff Morriss1-11/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-22/+22
2010-10-30Use value_string_ext fcns to access two value_string arrays.Bill Meier1-29/+32
2010-09-12Decode SLL payloads using a dissector table based on sll.ltype.Balint Reczey1-0/+2