fuzz.dict 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # Enum values
  2. "ANSWER"
  3. "APP_AVAILABLE"
  4. "APPLICATION_BROADCAST"
  5. "APP_UNAVAILABLE"
  6. "CLOSE"
  7. "CONNECT"
  8. "EDIT_TRACKS_INFO"
  9. "GET_APP_AVAILABILITY"
  10. "GET_STATUS"
  11. "LAUNCH"
  12. "LAUNCH_ERROR"
  13. "LOAD"
  14. "MEDIA_GET_STATUS"
  15. "MEDIA_SET_VOLUME"
  16. "MEDIA_STATUS"
  17. "OFFER"
  18. "PAUSE"
  19. "PING"
  20. "PLAY"
  21. "PONG"
  22. "PRECACHE"
  23. "QUEUE_INSERT"
  24. "QUEUE_LOAD"
  25. "QUEUE_REMOVE"
  26. "QUEUE_REORDER"
  27. "QUEUE_UPDATE"
  28. "RECEIVER_STATUS"
  29. "SEEK"
  30. "SET_VOLUME"
  31. "STOP"
  32. "STOP_MEDIA"
  33. # Constants form cast_message_util.h
  34. "urn:x-cast:com.google.cast."
  35. "urn:x-cast:com.google.cast.tp.deviceauth"
  36. "urn:x-cast:com.google.cast.tp.heartbeat"
  37. "urn:x-cast:com.google.cast.tp.connection"
  38. "urn:x-cast:com.google.cast.receiver"
  39. "urn:x-cast:com.google.cast.broadcast"
  40. "urn:x-cast:com.google.cast.media"
  41. "sender-0"
  42. "receiver-0"
  43. # JSON message fields
  44. "appId"
  45. "appIds"
  46. "availability"
  47. "browserVersion"
  48. "connectionType"
  49. "connType"
  50. "language"
  51. "message"
  52. "namespace"
  53. "origin"
  54. "platform"
  55. "requestId"
  56. "sdkType"
  57. "senderInfo"
  58. "sessionId"
  59. "status"
  60. "systemVersion"
  61. "type"
  62. "userAgent"
  63. "version"
  64. # Names from cast_channel.proto
  65. "UNSPECIFIED"
  66. "RSASSA_PKCS1v15"
  67. "RSASSA_PSS"
  68. "INTERNAL_ERROR"
  69. "NO_TLS"
  70. "SIGNATURE_ALGORITHM_UNAVAILABLE"
  71. "SHA1"
  72. "SHA256"
  73. "signature_algorithm"
  74. "sender_nonce"
  75. "hash_algorithm"
  76. "signature"
  77. "client_auth_certificate"
  78. "intermediate_certificate"
  79. "signature_algorithm"
  80. "sender_nonce"
  81. "hash_algorithm"
  82. "crl"
  83. "error_type"
  84. "challenge"
  85. "response"
  86. "error"