update fac
[ltt-control.git] / ltt-control / facilities / network.xml
index 88b9e726646641f448765df1475c3fe2f1d26a98..2a6ec39f797058dd8814a9e233ca673b72e42fcc 100644 (file)
@@ -5,13 +5,13 @@
   <event name="packet_in">
     <description>A packet is arriving</description>
     <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
-    <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2"/> </field>
+    <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2" byte_order="network"/> </field>
   </event>
 
   <event name="packet_out">
     <description>We send a packet</description>
     <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
-    <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2"/> </field>
+    <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2" byte_order="network"/> </field>
   </event>
 
 </facility>
This page took 0.022917 seconds and 4 git commands to generate.