aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mim.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-1/+3
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
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-4/+4
2012-04-27Update commented-out code to reflect the new reality.Guy Harris1-1/+1
2012-01-19Localize a global variable; Do minor reformatting.Bill Meier1-28/+28
2011-10-23Remove some unneeded lines of code.Bill Meier1-6/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-19Don't assign the return value of proto_tree_add_item() if it's not going to b...Chris Maynard1-11/+9
2011-09-09Use tvb_new_subset_remaining() iso tvb_new_subset();Bill Meier1-59/+62
2011-09-08packet-mim.c:220: warning: 'dst_addr' may be used uninitialized in this functionAnders Broman1-1/+1
2011-09-08from Leonard Tracy:Anders Broman1-0/+403