mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1.1 KiB

  1. --- ./epan/dissectors/packet-diameter.c.vanilla 2005-06-11 22:41:26.489159160 +0200
  2. +++ ./epan/dissectors/packet-diameter.c 2005-06-11 22:42:37.487365792 +0200
  3. @@ -2022,13 +2022,13 @@
  4. { "Flags", "diameter.flags", FT_UINT8, BASE_HEX, NULL, 0x0,
  5. "", HFILL }},
  6. { &hf_diameter_flags_request,
  7. - { "Request", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R,
  8. + { "Request ", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R,
  9. "", HFILL }},
  10. { &hf_diameter_flags_proxyable,
  11. - { "Proxyable", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P,
  12. + { "Proxyable ", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P,
  13. "", HFILL }},
  14. { &hf_diameter_flags_error,
  15. - { "Error","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E,
  16. + { "Error ","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E,
  17. "", HFILL }},
  18. { &hf_diameter_flags_T,
  19. { "T(Potentially re-transmitted message)","diameter.flags.T", FT_BOOLEAN, 8, TFS(&flags_set_truth),DIAM_FLAGS_T,