aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ptpip.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-21 19:51:17 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-21 19:51:17 +0000
commit9fa6c9fb800199967b5ec44a93fcfaeeed405085 (patch)
tree862cb08f36e01a1f34506898ceac858dcab653bf /epan/dissectors/packet-ptpip.c
parent82f7344f453783255228971b90a6bdb8243e0eaa (diff)
Create new dissectors when a protocol goes across ethernet and "something else" instead a single dissector that uses pinfo->ethertype to determine if it's the "ethernet" or the "something else" case.
svn path=/trunk/; revision=53488
Diffstat (limited to 'epan/dissectors/packet-ptpip.c')
-rw-r--r--epan/dissectors/packet-ptpip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ptpip.c b/epan/dissectors/packet-ptpip.c
index 4a6b6488f7..4d55cbae57 100644
--- a/epan/dissectors/packet-ptpip.c
+++ b/epan/dissectors/packet-ptpip.c
@@ -623,7 +623,7 @@ void proto_reg_handoff_ptpIP( void ) {
dissector_handle_t ptpIP_handle;
- /* Use new_create_dissector_handle() to indicate that dissect_wol()
+ /* Use new_create_dissector_handle() to indicate that dissect_ptpIP()
* returns the number of bytes it dissected (or 0 if it thinks the packet
* does not belong to PROTONAME).
*/