PERFORCE change 102455 for review

Paolo Pisati piso at FreeBSD.org
Wed Jul 26 13:48:55 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=102455

Change 102455 by piso at piso_newluxor on 2006/07/26 13:47:54

	Protocol filed is always 8 bit long.

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_mod.h#15 edit

Differences ...

==== //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_mod.h#15 (text+ko) ====

@@ -67,7 +67,7 @@
 struct proto_handler {
 	u_int pri;                                              /* Handler priority. */
         int16_t dir;                                            /* Flow direction. */
-	int16_t proto;                                          /* Working protocol. */	
+	int8_t proto;                                          /* Working protocol. */	
 	int (*fingerprint)(struct libalias *la,                 /* Fingerprint * function. */
 		 struct ip *pip, struct alias_data *ah);
 	int (*protohandler)(struct libalias *la,                /* Aliasing * function. */


More information about the p4-projects mailing list