aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-arp.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-31Fix incorrect NSAP AFI values.Guy Harris1-3/+3
2017-03-31Distinguish between the two flavors of ITU-T AFIs.Guy Harris1-5/+5
2017-03-30Add a bunch of #defines for OSI NSAP AFI values, and use them.Guy Harris1-17/+18
2017-03-30Make some routines static.Guy Harris1-1/+1
2017-03-22Netlink: update some values used in netlinkJaap Keuter1-0/+4
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-28/+9
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-2/+6
2016-05-18GRE: add support for ARPPascal Quantin1-0/+1
2016-05-17Replace tvb_get_ptr with tvb_memdup.Michael Mann1-2/+2
2016-02-06Add ARP protocol preference to register MAC to IP bindings for name resolutionJoão Valverde1-2/+14
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-7/+7
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-1/+1
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/+1
2015-12-14Create capture dissector tables.Michael Mann1-0/+9
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-27Remove manual setting of pinfo->current_proto.Michael Mann1-4/+5
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+8
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-10-02arp: fix typo in switch (CID 1250809)Dario Lombardo1-1/+1
2015-07-09ARP: Remove double space before TellAlexis La Goutte1-6/+6
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-10/+8
2015-03-03Reduce the number tvb_get_ptr calls in packet-arp.cMichael Mann1-84/+52
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-3/+3
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-6/+6
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-2/+6
2014-12-21Replace ax25_to_str and get_ax25_name with address_to_str.Michael Mann1-2/+9
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-4/+4
2014-10-19Eliminate proto_tree_add_text from packet-arp.cMichael Mann1-46/+60
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-11Eliminate proto_tree_add_text from some dissectors.Michael Mann1-7/+1
2014-06-24Restore correct tree assignment.Michael Mann1-1/+1
2014-06-22Get rid of set-but-not-used variable.Guy Harris1-2/+1
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-10/+10
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-12/+12
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-6/+6
2013-10-13Minor whitespace, formatting & etc changes.Bill Meier1-201/+199
2013-09-29Convert several proto_tree_add_bytes_format calls to proto_tree_add_bytes_for...Michael Mann1-4/+4
2013-09-12More wmem.Evan Huus1-6/+6
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-6/+3