aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lisp.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-14/+12
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-16Add DEGREE SIGN character to utf8_entities.h and use it.Guy Harris1-4/+7
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-3/+1
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-3/+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-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-16/+16
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-2/+2
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-4/+4
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-10/+10
2014-05-23LISP : error: declaration of 'address' shadows a global declaration [-Werror=...Alexis La Goutte1-4/+4
2014-05-23Dissect Nonce Locator LCAFLorand Jakab1-1/+102
2014-05-23Dissect AS Number LCAFLorand Jakab1-1/+99
2014-05-21Dissect Multicast Group Membership Information LCAFLorand Jakab1-4/+222
2014-05-21LISP: Add support for MAC address AFILorand Jakab1-11/+106
2014-05-21Dissect Replication List Entries LCAFLorand Jakab1-0/+134
2014-05-21Add value to correct tree in Key/Value LCAFLorand Jakab1-4/+4
2014-05-21Dissect Source/Destination 2-Tuple Lookups LCAFLorand Jakab1-0/+167
2014-05-20Update ELP LCAF dissection to new draft revisionLorand Jakab1-8/+9
2014-05-20Dissect Key/Value Address Pair LCAFLorand Jakab1-2/+139
2014-04-28Fix issues reported by clang-analyzerLorand Jakab1-6/+2
2014-04-26Dissect all details in NAT-T LCAF type...Lorand Jakab1-11/+55
2014-04-25Dissect all details in ELP LCAF type...Lorand Jakab1-12/+94
2014-04-25Fix encodings (found by fix-encoding-args.pl)Lorand Jakab1-5/+5
2014-04-24Improve Instance ID LCAF type handlingLorand Jakab1-19/+95
2014-04-24Fix warning: declaration of 'address' shadows a global declaration.AndersBroman1-4/+4
2014-04-24Add support for Geo Coordinates LCAF typeLorand Jakab1-12/+253
2014-04-24Fix Warning: Found soft-deprecated APIs in epan/dissectors/packet-lisp.c: tvb...Alexis La Goutte1-4/+4
2014-04-24Improve LCAF handlingLorand Jakab1-55/+130
2014-04-23Fix LISP dissectior regressions introduced in 1.11Lorand Jakab1-63/+73
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-1/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-12/+12
2013-09-02Batch of filterable expert info.Michael Mann1-12/+18
2013-09-01Remove expert_add_undecoded_item in favor of proto_tree_add_expert.Michael Mann1-2/+11
2013-08-07Enhance LISP Dissector (Mapping, Locator and Record type...)Alexis La Goutte1-29/+36
2013-08-07Remove some set-but-no-longer-used variables.Jeff Morriss1-6/+0
2013-08-07Try to fix build by removing proto_tree_add_text() call replaced by itemsMartin Mathieson1-9/+0
2013-08-07Enhance LISP Dissector (Mapping, Locator and Record type...)Alexis La Goutte1-90/+241
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-4/+3
2013-06-28From Lorand Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8852 :Jeff Morriss1-3/+3
2013-05-04LISP control packet incorrectly identified as LISP data based when UDP source...Michael Mann1-0/+3
2013-04-13From Loránd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=85...Pascal Quantin1-2/+2
2013-04-07From Loránd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=85...Alexis La Goutte1-51/+271
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0