forked from osmocom/wireshark
typo: is require --> is required
parent
7924aaae00
commit
46c9f2579d
|
@ -187,7 +187,7 @@ dissect_PROTOABBREV(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
|
|||
|
||||
/* Register the protocol with Wireshark.
|
||||
*
|
||||
* This format is require because a script is used to build the C function that
|
||||
* This format is required because a script is used to build the C function that
|
||||
* calls all the protocol registration.
|
||||
*/
|
||||
void
|
||||
|
|
|
@ -325,7 +325,7 @@ dissect_dpaux(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
|
|||
|
||||
/* Register the protocol with Wireshark.
|
||||
*
|
||||
* This format is require because a script is used to build the C function that
|
||||
* This format is required because a script is used to build the C function that
|
||||
* calls all the protocol registration.
|
||||
*/
|
||||
void
|
||||
|
|
|
@ -6827,7 +6827,7 @@ proto_reg_handoff_lustre(void)
|
|||
|
||||
/* Register the protocol with Wireshark.
|
||||
*
|
||||
* This format is require because a script is used to build the C function that
|
||||
* This format is required because a script is used to build the C function that
|
||||
* calls all the protocol registration.
|
||||
*/
|
||||
void
|
||||
|
|
|
@ -795,7 +795,7 @@ oscore_dissect(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
|
|||
|
||||
/* Register the protocol with Wireshark.
|
||||
*
|
||||
* This format is require because a script is used to build the C function that
|
||||
* This format is required because a script is used to build the C function that
|
||||
* calls all the protocol registration.
|
||||
*/
|
||||
void
|
||||
|
|
|
@ -489,7 +489,7 @@ dissect_S101(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
|
|||
|
||||
/* Register the protocol with Wireshark.
|
||||
*
|
||||
* This format is require because a script is used to build the C function that
|
||||
* This format is required because a script is used to build the C function that
|
||||
* calls all the protocol registration.
|
||||
*/
|
||||
void
|
||||
|
|
|
@ -2219,7 +2219,7 @@ dissect_sysdig_event(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
|
|||
|
||||
/* Register the protocol with Wireshark.
|
||||
*
|
||||
* This format is require because a script is used to build the C function that
|
||||
* This format is required because a script is used to build the C function that
|
||||
* calls all the protocol registration.
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue