we did not have a proper WERR error table for the windows errors insterad we justke...
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>
Sat, 23 Sep 2006 21:55:40 +0000 (21:55 -0000)
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>
Sat, 23 Sep 2006 21:55:40 +0000 (21:55 -0000)
commit1b3847969e6ab28158499523230e26e0bc1657dc
tree1682b328e46f34a2ff8c68ff1758ac5b58bc2713
parent3310b0d94f7e66bf067dcb7255a8f75350927dbb
we did not have a proper WERR error table for the windows errors   insterad we justkept adding the errors to the DOS error table (this merging does work ok since there is so very little overlap between he values in both ranges)

Add a new WERR error table to packet-windows-common    so that PIDL generated dissectors can use this table instead of the DOS table.

To make this table as complete and accurate as possible and to avoid having to type all the values in by hand    the table is generated from the samba doserr.h file and two small commandlines.
The commends in pakcet-windows-common.h explains how to regenerate the table from doserr.h

svn path=/trunk/; revision=19306
epan/dissectors/packet-windows-common.c
epan/dissectors/packet-windows-common.h