New dissector for WSE Remote Ethernet protocol

From me :
* Fix Compilation under linux
* Use proto_tree_add_item*
* Make build-in dissector
* Include Status.* and Codef.* in dissector
* Reorder function (to respect Wireshark Codelines)
* Add Modelines Info and fix indent (use 4 spaces)
* Fix check* tools
* Add Clement to AUTHORS

svn path=/trunk/; revision=43086
This commit is contained in:
Alexis La Goutte 2012-06-04 22:22:32 +00:00
parent 4a1a245c19
commit 7ec2d11b9b
3 changed files with 6 additions and 0 deletions

View File

@ -3447,6 +3447,10 @@ Niels de Vos <ndevos [AT] redhat.com> {
Gluster dissectors
}
Clement MARRAST clement.marrast [AT] molex.com {
WSE Remote Ethernet protocol
}
and by:
Pavel Roskin <proski [AT] gnu.org>

View File

@ -1194,6 +1194,7 @@ set(DISSECTOR_SRC
dissectors/packet-wol.c
dissectors/packet-wow.c
dissectors/packet-wps.c
dissectors/packet-wreth.c
dissectors/packet-wsmp.c
dissectors/packet-wsp.c
dissectors/packet-wtls.c

View File

@ -1115,6 +1115,7 @@ DISSECTOR_SRC = \
packet-wol.c \
packet-wow.c \
packet-wps.c \
packet-wreth.c \
packet-wsmp.c \
packet-wsp.c \
packet-wtls.c \