http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51198
User: morriss
Date: 2013/08/07 03:52 PM
Log:
From Vaibhav Katkade via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9011 :
Add support for the Cisco MetaData (0x8909) ethertype.
From me:
Don't try to register the "eth.type" abbreviation; use "cmd.type" instead.
Add SVN id.
Clean up trailing white space and fix up some indentation.
Don't declare a variable static that need not be.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+133 -0 packet-cmd.c Added
+1 -0 packet-ethertype.c Modified
Directory: /trunk/epan/
Changes Path Action
+5 -1 etypes.h Modified
Directory: /trunk/
Changes Path Action
+4 -0 AUTHORS Modified