From Marton Nemeth (bug 2447):

In help the not all of the following chapters begins with uppercase:

10.4.1. saving capture files 
10.4.2. obtaining dissection data 
10.4.3. GUI support 
10.4.4. post-dissection packet analysis 
10.4.5. obtaining packet information 
10.4.6. functions for writing dissectors 
10.4.7. adding information to the dissection tree 
10.4.8. functions for handling packet data 
10.4.9. Utility Functions

svn path=/trunk/; revision=24933
This commit is contained in:
Stig Bjørlykke 2008-04-12 13:56:28 +00:00
parent dc84f3a887
commit 88f296224c
7 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* WSLUA_MODULE Dumper saving capture files */
/* WSLUA_MODULE Dumper Saving capture files */
#include "wslua.h"
#include <math.h>

View File

@ -26,7 +26,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* WSLUA_MODULE Field obtaining dissection data */
/* WSLUA_MODULE Field Obtaining dissection data */
#include "wslua.h"

View File

@ -28,7 +28,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* WSLUA_MODULE Listener post-dissection packet analysis */
/* WSLUA_MODULE Listener Post-dissection packet analysis */
#include "wslua.h"

View File

@ -26,7 +26,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* WSLUA_MODULE Pinfo obtaining packet information */
/* WSLUA_MODULE Pinfo Obtaining packet information */
#include "wslua.h"

View File

@ -27,7 +27,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* WSLUA_MODULE Proto functions for writing dissectors */
/* WSLUA_MODULE Proto Functions for writing dissectors */
#include "wslua.h"

View File

@ -26,7 +26,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* WSLUA_MODULE Tree adding information to the dissection tree */
/* WSLUA_MODULE Tree Adding information to the dissection tree */
#include "wslua.h"
#include <epan/expert.h>

View File

@ -26,7 +26,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* WSLUA_MODULE Tvb functions for handling packet data */
/* WSLUA_MODULE Tvb Functions for handling packet data */
#include "wslua.h"