aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vmlab.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Delete eth_addr; it was assigned a value but never used. Fixes Coverity 1070.cmaynard1-2/+0
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...morriss1-20/+20
2010-04-05As requested by David Aggeler:wmeier1-4/+4
2010-04-05Remove 'if (tree)' around code so that ethertype always gets called with corr...wmeier1-44/+40
2010-04-05Cleanup:wmeier1-80/+72
2010-04-05Put volatile back - without it, the compiler warns you.guy1-1/+1
2010-04-05Remove volatilekrj1-1/+1
2010-04-05Get rid of unused variable.guy1-2/+0
2010-04-05From David Aggeler:etxrab1-0/+199