packages: wireshark/wireshark-0.99.5-hip-base05.patch - updated to 1.2.0
adamg
adamg at pld-linux.org
Tue Jun 23 22:47:44 CEST 2009
Author: adamg Date: Tue Jun 23 20:47:44 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.2.0
---- Files affected:
packages/wireshark:
wireshark-0.99.5-hip-base05.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/wireshark/wireshark-0.99.5-hip-base05.patch
diff -u packages/wireshark/wireshark-0.99.5-hip-base05.patch:1.4 packages/wireshark/wireshark-0.99.5-hip-base05.patch:1.5
--- packages/wireshark/wireshark-0.99.5-hip-base05.patch:1.4 Tue Apr 1 05:46:49 2008
+++ packages/wireshark/wireshark-0.99.5-hip-base05.patch Tue Jun 23 22:47:39 2009
@@ -1264,7 +1264,7 @@
{extern void proto_reg_handoff_dcerpc_frsrpc (void); if(cb) (*cb)(RA_HANDOFF, "proto_reg_handoff_dcerpc_frsrpc", client_data); proto_reg_handoff_dcerpc_frsrpc ();}
{extern void proto_reg_handoff_dcerpc_initshutdown (void); if(cb) (*cb)(RA_HANDOFF, "proto_reg_handoff_dcerpc_initshutdown", client_data); proto_reg_handoff_dcerpc_initshutdown ();}
+ {extern void proto_reg_handoff_hip (void); proto_reg_handoff_hip ();}
- {extern void proto_reg_handoff_dcerpc_lsa (void); if(cb) (*cb)(RA_HANDOFF, "proto_reg_handoff_dcerpc_lsa", client_data); proto_reg_handoff_dcerpc_lsa ();}
+ {extern void proto_reg_handoff_dcerpc_lsarpc (void); if(cb) (*cb)(RA_HANDOFF, "proto_reg_handoff_dcerpc_lsarpc", client_data); proto_reg_handoff_dcerpc_lsarpc ();}
{extern void proto_reg_handoff_dcerpc_mapi (void); if(cb) (*cb)(RA_HANDOFF, "proto_reg_handoff_dcerpc_mapi", client_data); proto_reg_handoff_dcerpc_mapi ();}
{extern void proto_reg_handoff_dcerpc_messenger (void); if(cb) (*cb)(RA_HANDOFF, "proto_reg_handoff_dcerpc_messenger", client_data); proto_reg_handoff_dcerpc_messenger ();}
diff -urN wireshark-0.99.7.orig/epan/ipproto.h wireshark-0.99.7/epan/ipproto.h
@@ -1284,11 +1284,11 @@
@@ -2172,6 +2172,10 @@
/* Handle old names for UDP preferences. */
if (strcmp(dotp, "udp_summary_in_tree") == 0)
- pref = find_preference(module, "summary_in_tree");
+ pref = prefs_find_preference(module, "summary_in_tree");
+ } else if (strcmp(module->name, "hip") == 0) {
+ /* Handle old names for HIP preferences. */
+ if (strcmp(dotp, "hip_summary_in_tree") == 0)
-+ pref = find_preference(module, "summary_in_tree");
++ pref = prefs_find_preference(module, "summary_in_tree");
} else if (strcmp(module->name, "ndps") == 0) {
/* Handle old names for NDPS preferences. */
if (strcmp(dotp, "desegment_ndps") == 0)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wireshark/wireshark-0.99.5-hip-base05.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list