Wireshark-commits: [Wireshark-commits] rev 51254: /trunk/epan/crypt/ /trunk/epan/crypt/: airpdcap.c
Date: Sat, 10 Aug 2013 21:28:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51254

User: alagoutte
Date: 2013/08/10 02:28 PM

Log:
 Fix (-W)documentation error found by Clang
 
 airpdcap.c:131:11: error: parameter 'password' not found in the function declaration [-Werror,-Wdocumentation]
  * @param password [IN] pointer to a password (sequence of between 8 and
           ^~~~~~~~
 airpdcap.c:154:11: error: parameter 'password' not found in the function declaration [-Werror,-Wdocumentation]
  * @param password [IN] pointer to a password (sequence of between 8 and
           ^~~~~~~~

Directory: /trunk/epan/crypt/
  Changes    Path          Action
  +2 -2      airpdcap.c    Modified