Converts an IP protocol value into its textual representation
(int type)
| 204 | * Converts an IP protocol value into its textual representation |
| 205 | */ |
| 206 | public static String |
| 207 | string(int type) { |
| 208 | return protocols.getText(type); |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * Converts a textual representation of an IP protocol into its |