aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lisp.c
Commit message (Expand)AuthorAgeFilesLines
* Add printf-format annotations, fix garbagePeter Wu2014-07-071-4/+4
* Grab-bag of dead initializers and two actual bugs.Evan Huus2014-05-291-10/+10
* LISP : error: declaration of 'address' shadows a global declaration [-Werror=...Alexis La Goutte2014-05-231-4/+4
* Dissect Nonce Locator LCAFLorand Jakab2014-05-231-1/+102
* Dissect AS Number LCAFLorand Jakab2014-05-231-1/+99
* Dissect Multicast Group Membership Information LCAFLorand Jakab2014-05-211-4/+222
* LISP: Add support for MAC address AFILorand Jakab2014-05-211-11/+106
* Dissect Replication List Entries LCAFLorand Jakab2014-05-211-0/+134
* Add value to correct tree in Key/Value LCAFLorand Jakab2014-05-211-4/+4
* Dissect Source/Destination 2-Tuple Lookups LCAFLorand Jakab2014-05-211-0/+167
* Update ELP LCAF dissection to new draft revisionLorand Jakab2014-05-201-8/+9
* Dissect Key/Value Address Pair LCAFLorand Jakab2014-05-201-2/+139
* Fix issues reported by clang-analyzerLorand Jakab2014-04-281-6/+2
* Dissect all details in NAT-T LCAF type...Lorand Jakab2014-04-261-11/+55
* Dissect all details in ELP LCAF type...Lorand Jakab2014-04-251-12/+94
* Fix encodings (found by fix-encoding-args.pl)Lorand Jakab2014-04-251-5/+5
* Improve Instance ID LCAF type handlingLorand Jakab2014-04-241-19/+95
* Fix warning: declaration of 'address' shadows a global declaration.AndersBroman2014-04-241-4/+4
* Add support for Geo Coordinates LCAF typeLorand Jakab2014-04-241-12/+253
* Fix Warning: Found soft-deprecated APIs in epan/dissectors/packet-lisp.c: tvb...Alexis La Goutte2014-04-241-4/+4
* Improve LCAF handlingLorand Jakab2014-04-241-55/+130
* Fix LISP dissectior regressions introduced in 1.11Lorand Jakab2014-04-231-63/+73
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix warningsJakub Zawadzki2013-12-141-0/+3
* Include <epan/to_str.h> only when needed.Jakub Zawadzki2013-11-091-0/+1
* More wmem conversion (leaving uat related functions aside)Pascal Quantin2013-09-151-1/+2
* expert_add_info_format_text -> expert_add_info_formatMichael Mann2013-09-091-12/+12
* Batch of filterable expert info.Michael Mann2013-09-021-12/+18
* Remove expert_add_undecoded_item in favor of proto_tree_add_expert.Michael Mann2013-09-011-2/+11
* Enhance LISP Dissector (Mapping, Locator and Record type...)Alexis La Goutte2013-08-071-29/+36
* Remove some set-but-no-longer-used variables.Jeff Morriss2013-08-071-6/+0
* Try to fix build by removing proto_tree_add_text() call replaced by itemsMartin Mathieson2013-08-071-9/+0
* Enhance LISP Dissector (Mapping, Locator and Record type...)Alexis La Goutte2013-08-071-90/+241
* Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki2013-08-051-4/+3
* From Lorand Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8852 :Jeff Morriss2013-06-281-3/+3
* LISP control packet incorrectly identified as LISP data based when UDP source...Michael Mann2013-05-041-0/+3
* From Loránd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=85...Pascal Quantin2013-04-131-2/+2
* From Loránd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=85...Alexis La Goutte2013-04-071-51/+271
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Put the state of flags in the hop_flags field into the summary line.Guy Harris2012-08-221-5/+12
* Try to make Ubuntu buildbot happyPascal Quantin2012-08-221-3/+3
* From Loránd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Pascal Quantin2012-08-221-181/+916
* fix subtle g_strdup_printf() memory leaks with ephemeral memoryMichael Mann2012-08-141-2/+2
* 'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier2012-03-211-3/+3
* Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier2012-03-061-54/+55
* Fix some duplicate display filter names.Chris Maynard2012-01-201-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-10/+10
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-22/+22