Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 19306: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 23 Sep 2006 21:55:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19306

User: sahlberg
Date: 2006/09/23 09:55 PM

Log:
 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

Directory: /trunk/epan/dissectors/
  Changes    Path                       Action
  +103 -0    packet-windows-common.c    Modified
  +104 -0    packet-windows-common.h    Modified