Squelch compiler warnings, and remove some trailing blanks from lines.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 25 Mar 2004 23:09:18 +0000 (23:09 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 25 Mar 2004 23:09:18 +0000 (23:09 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10483 f5534014-38df-0310-8fa8-9805f1628bb7

plugins/ciscosm/packet-sm.c
plugins/rlm/packet-rlm.c
plugins/rudp/packet-rudp.c

index 140bd5f250cd97c1569ce84577573d6ca1e66878..bf88d1edf87033518e22c7fabed477b36105540b 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for Cisco Session Management Protocol dissection
  * Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
  *
- * $Id: packet-sm.c,v 1.1 2004/03/25 11:21:06 guy Exp $
+ * $Id: packet-sm.c,v 1.2 2004/03/25 23:09:17 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -124,37 +124,37 @@ _U_
                { &hf_sm_sm_msg_type,
                        { "SM Message Type",           "sm.sm_msg_type",
                        FT_UINT32, BASE_HEX, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
                { &hf_sm_protocol,
                        { "Protocol Type",           "sm.protocol",
                        FT_UINT16, BASE_HEX, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
                { &hf_sm_msg_id,
                        { "Message ID",           "sm.msgid",
                        FT_UINT16, BASE_HEX, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
                { &hf_sm_msg_type,
                        { "Message Type",           "sm.msg_type",
                        FT_UINT16, BASE_HEX, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
                { &hf_sm_channel,
                        { "Channel ID",           "sm.channel",
                        FT_UINT16, BASE_HEX, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
                { &hf_sm_bearer,
                        { "Bearer ID",           "sm.bearer",
                        FT_UINT16, BASE_HEX, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
                { &hf_sm_len,
                        { "Length",           "sm.len",
                        FT_UINT16, BASE_DEC, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
        };
 
index 641340f9c8bfc6de55232c0992d91115aab78e8d..5111511ff5ce6f18b4fa2e3c219c59620bbc177a 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for RLM dissection
  * Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
  *
- * $Id: packet-rlm.c,v 1.1 2004/03/25 11:21:07 guy Exp $
+ * $Id: packet-rlm.c,v 1.2 2004/03/25 23:09:18 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -198,27 +198,27 @@ _U_
                { &hf_rlm_version,
                        { "Version",           "rlm.version",
                        FT_UINT8, BASE_DEC, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
                { &hf_rlm_type,
                        { "Type",           "rlm.type",
                        FT_UINT8, BASE_DEC, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
                { &hf_rlm_unknown,
                        { "Unknown",           "rlm.unknown",
                        FT_UINT16, BASE_HEX, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
                { &hf_rlm_tid,
                        { "Transaction ID",           "rlm.tid",
                        FT_UINT16, BASE_DEC, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
                { &hf_rlm_unknown2,
                        { "Unknown",           "rlm.unknown2",
                        FT_UINT16, BASE_HEX, NULL, 0x0,          
-                       "" }
+                       "", HFILL }
                },
        };
 
index c3fb4815def6824256448c581cfe61de645fcc55..de0e33a6c32395792e911d6259287a081312a509 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for Reliable UDP Protocol.
  * Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
  *
- * $Id: packet-rudp.c,v 1.1 2004/03/25 11:21:07 guy Exp $
+ * $Id: packet-rudp.c,v 1.2 2004/03/25 23:09:18 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -128,62 +128,62 @@ _U_
                { &hf_rudp_flags,
                        { "RUDP Header flags",           "rudp.flags",
                        FT_UINT8, BASE_DEC, NULL, 0x0,
-                       ""  }
+                       "", HFILL }
                },
                { &hf_rudp_flags_syn,
                        { "Syn",           "rudp.flags.syn",
                        FT_BOOLEAN, 8, NULL, 0x80,
-                       ""  }
+                       "", HFILL }
                },
                { &hf_rudp_flags_ack,
                        { "Ack",           "rudp.flags.ack",
-                       FT_BOOLEAN, 8, NULL, 0x40,          
-                       ""  }
+                       FT_BOOLEAN, 8, NULL, 0x40,
+                       "", HFILL }
                },
                { &hf_rudp_flags_eak,
                        { "Eak",           "rudp.flags.eak",
-                       FT_BOOLEAN, 8, NULL, 0x20,          
-                       "Extended Ack"  }
+                       FT_BOOLEAN, 8, NULL, 0x20,
+                       "Extended Ack", HFILL }
                },
                { &hf_rudp_flags_rst,
                        { "RST",           "rudp.flags.rst",
-                       FT_BOOLEAN, 8, NULL, 0x10,          
-                       "Reset flag"  }
+                       FT_BOOLEAN, 8, NULL, 0x10,
+                       "Reset flag", HFILL }
                },
                { &hf_rudp_flags_nul,
                        { "NULL",           "rudp.flags.nul",
-                       FT_BOOLEAN, 8, NULL, 0x08,          
-                       "Null flag"  }
+                       FT_BOOLEAN, 8, NULL, 0x08,
+                       "Null flag", HFILL }
                },
                { &hf_rudp_flags_chk,
                        { "CHK",           "rudp.flags.chk",
-                       FT_BOOLEAN, 8, NULL, 0x04,          
-                       "Checksum is on header or body"  }
+                       FT_BOOLEAN, 8, NULL, 0x04,
+                       "Checksum is on header or body", HFILL }
                },
                { &hf_rudp_flags_tcs,
                        { "TCS",           "rudp.flags.tcs",
-                       FT_BOOLEAN, 8, NULL, 0x02,          
-                       "Transfer Connection System"  }
+                       FT_BOOLEAN, 8, NULL, 0x02,
+                       "Transfer Connection System", HFILL }
                },
                { &hf_rudp_flags_0,
                        { "0",           "rudp.flags.0",
-                       FT_BOOLEAN, 8, NULL, 0x01,          
-                       ""  }
+                       FT_BOOLEAN, 8, NULL, 0x01,
+                       "", HFILL }
                },
                { &hf_rudp_hlen,
                        { "Header Length",           "rudp.hlen",
-                       FT_UINT8, BASE_DEC, NULL, 0x0,          
-                       ""  }
+                       FT_UINT8, BASE_DEC, NULL, 0x0,
+                       "", HFILL }
                },
                { &hf_rudp_seq,
                        { "Seq",           "rudp.seq",
-                       FT_UINT8, BASE_DEC, NULL, 0x0,          
-                       "Sequence Number"  }
+                       FT_UINT8, BASE_DEC, NULL, 0x0,
+                       "Sequence Number", HFILL }
                },
                { &hf_rudp_ack,
                        { "Ack",           "rudp.ack",
-                       FT_UINT8, BASE_DEC, NULL, 0x0,          
-                       "Acknowledgement Number"  }
+                       FT_UINT8, BASE_DEC, NULL, 0x0,
+                       "Acknowledgement Number", HFILL }
                },
                /*
 
@@ -191,8 +191,8 @@ _U_
 
                { &hf_rudp_cksum,
                        { "Checksum",           "rudp.cksum",
-                       FT_UINT16, 8, NULL, 0x0,          
-                       ""  }
+                       FT_UINT16, 8, NULL, 0x0,
+                       "", HFILL }
                },
                */
        };