aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lisp.c
AgeCommit message (Expand)AuthorFilesLines
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