aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lisp.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-22Put the state of flags in the hop_flags field into the summary line.Guy Harris1-5/+12
2012-08-22Try to make Ubuntu buildbot happyPascal Quantin1-3/+3
2012-08-22From Loránd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Pascal Quantin1-181/+916
2012-08-14fix subtle g_strdup_printf() memory leaks with ephemeral memoryMichael Mann1-2/+2
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-3/+3
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-54/+55
2012-01-20Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-10/+10
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-22/+22
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-04-28Remove an XXX comment;Bill Meier1-2/+0
2011-04-28External subdissectors should be called regardless of 'if(tree)'.Bill Meier1-23/+28
2011-04-25From Loránd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=58...Jeff Morriss1-0/+1046