aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lisp-data.c
AgeCommit message (Expand)AuthorFilesLines
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-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-5/+5
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-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-9/+9
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-01-22Remove unneeded #includes: <stdio>,<stdlib>,<string>; Add emacs editor modelinesBill Meier1-6/+13
2011-01-22From LorĂ¡nd Jakab:Jaap Keuter1-0/+295