From Reinhard Speyerer:

This patch fixes several misspellings/typos in Wireshark documentation.

svn path=/trunk/; revision=28243
This commit is contained in:
Jaap Keuter 2009-05-02 06:43:49 +00:00
parent 8e6cd9ba37
commit 6c46df3e72
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ extern void udp_term_stats_tree_init(stats_tree* st) {
/* this one will be called with every udp packet */
extern int udp_term_stats_tree_packet(stats_tree *st, /* st as it was passed to us */
packet_info *pinfo, /* we'll fetch the addreses from here */
packet_info *pinfo, /* we'll fetch the addresses from here */
epan_dissect_t *edt _U_, /* unused */
const void *p) /* we'll use this to fetch the ports */
{