aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h282.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-05-27 20:26:49 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-05-27 20:26:49 +0000
commit0ee4d0a00abd69e6479a55c12425c92cdf916d71 (patch)
treec72f8bc0048460e22297128f141079a1862d98b7 /epan/dissectors/packet-h282.c
parent38d9a87a49d690db0f3fb8aaa4ca40909713ead4 (diff)
Postfix FT_NONE fields with "_element" string to reduce number of incompatible filters in ASN.1 dissectors
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402 svn path=/trunk/; revision=49599
Diffstat (limited to 'epan/dissectors/packet-h282.c')
-rw-r--r--epan/dissectors/packet-h282.c450
1 files changed, 225 insertions, 225 deletions
diff --git a/epan/dissectors/packet-h282.c b/epan/dissectors/packet-h282.c
index 727fe2693a..f4e4341993 100644
--- a/epan/dissectors/packet-h282.c
+++ b/epan/dissectors/packet-h282.c
@@ -4448,27 +4448,27 @@ void proto_register_h282(void) {
FT_BYTES, BASE_NONE, NULL, 0,
"H221NonStandardIdentifier", HFILL }},
{ &hf_h282_camera,
- { "camera", "h282.camera",
+ { "camera", "h282.camera_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_microphone,
- { "microphone", "h282.microphone",
+ { "microphone", "h282.microphone_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_streamPlayerRecorder,
- { "streamPlayerRecorder", "h282.streamPlayerRecorder",
+ { "streamPlayerRecorder", "h282.streamPlayerRecorder_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_slideProjector,
- { "slideProjector", "h282.slideProjector",
+ { "slideProjector", "h282.slideProjector_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_lightSource,
- { "lightSource", "h282.lightSource",
+ { "lightSource", "h282.lightSource_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_sourceCombiner,
- { "sourceCombiner", "h282.sourceCombiner",
+ { "sourceCombiner", "h282.sourceCombiner_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_nonStandardDevice,
@@ -4532,7 +4532,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_Key_vals), 0,
"Key", HFILL }},
{ &hf_h282_NonCollapsingCapabilities_item,
- { "NonCollapsingCapabilities item", "h282.NonCollapsingCapabilities_item",
+ { "NonCollapsingCapabilities item", "h282.NonCollapsingCapabilities_item_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_capabilityID,
@@ -4548,7 +4548,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SET_SIZE_0_127_OF_DeviceProfile", HFILL }},
{ &hf_h282_deviceList_item,
- { "DeviceProfile", "h282.DeviceProfile",
+ { "DeviceProfile", "h282.DeviceProfile_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_streamList,
@@ -4556,47 +4556,47 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SET_SIZE_0_127_OF_StreamProfile", HFILL }},
{ &hf_h282_streamList_item,
- { "StreamProfile", "h282.StreamProfile",
+ { "StreamProfile", "h282.StreamProfile_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_playing,
- { "playing", "h282.playing",
+ { "playing", "h282.playing_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_recording,
- { "recording", "h282.recording",
+ { "recording", "h282.recording_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_pausedOnRecord,
- { "pausedOnRecord", "h282.pausedOnRecord",
+ { "pausedOnRecord", "h282.pausedOnRecord_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_pausedOnPlay,
- { "pausedOnPlay", "h282.pausedOnPlay",
+ { "pausedOnPlay", "h282.pausedOnPlay_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_rewinding,
- { "rewinding", "h282.rewinding",
+ { "rewinding", "h282.rewinding_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_fastForwarding,
- { "fastForwarding", "h282.fastForwarding",
+ { "fastForwarding", "h282.fastForwarding_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_searchingForwards,
- { "searchingForwards", "h282.searchingForwards",
+ { "searchingForwards", "h282.searchingForwards_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_searchingBackwards,
- { "searchingBackwards", "h282.searchingBackwards",
+ { "searchingBackwards", "h282.searchingBackwards_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_stopped,
- { "stopped", "h282.stopped",
+ { "stopped", "h282.stopped_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_programUnavailable,
- { "programUnavailable", "h282.programUnavailable",
+ { "programUnavailable", "h282.programUnavailable_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_maxNumber,
@@ -4608,7 +4608,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h282_presetCapability_item,
- { "presetCapability item", "h282.presetCapability_item",
+ { "presetCapability item", "h282.presetCapability_item_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_presetNumber,
@@ -4632,7 +4632,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h282_filterTextLabel_item,
- { "filterTextLabel item", "h282.filterTextLabel_item",
+ { "filterTextLabel item", "h282.filterTextLabel_item_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_filterNumber,
@@ -4652,7 +4652,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h282_accessoryTextLabel_item,
- { "accessoryTextLabel item", "h282.accessoryTextLabel_item",
+ { "accessoryTextLabel item", "h282.accessoryTextLabel_item_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_lensNumber,
@@ -4672,7 +4672,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h282_lightTextLabel_item,
- { "lightTextLabel item", "h282.lightTextLabel_item",
+ { "lightTextLabel item", "h282.lightTextLabel_item_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_lightNumber,
@@ -4756,7 +4756,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h282_availableDevices_item,
- { "availableDevices item", "h282.availableDevices_item",
+ { "availableDevices item", "h282.availableDevices_item_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceClass,
@@ -4772,67 +4772,67 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"T_availableDevices_01", HFILL }},
{ &hf_h282_availableDevices_item_01,
- { "availableDevices item", "h282.availableDevices_item",
+ { "availableDevices item", "h282.availableDevices_item_element",
FT_NONE, BASE_NONE, NULL, 0,
"T_availableDevices_item_01", HFILL }},
{ &hf_h282_deviceStateSupported,
- { "deviceStateSupported", "h282.deviceStateSupported",
+ { "deviceStateSupported", "h282.deviceStateSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceDateSupported,
- { "deviceDateSupported", "h282.deviceDateSupported",
+ { "deviceDateSupported", "h282.deviceDateSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceTimeSupported,
- { "deviceTimeSupported", "h282.deviceTimeSupported",
+ { "deviceTimeSupported", "h282.deviceTimeSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_devicePresetSupported,
- { "devicePresetSupported", "h282.devicePresetSupported",
+ { "devicePresetSupported", "h282.devicePresetSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"DevicePresetCapability", HFILL }},
{ &hf_h282_irisModeSupported,
- { "irisModeSupported", "h282.irisModeSupported",
+ { "irisModeSupported", "h282.irisModeSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_focusModeSupported,
- { "focusModeSupported", "h282.focusModeSupported",
+ { "focusModeSupported", "h282.focusModeSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_pointingModeSupported,
- { "pointingModeSupported", "h282.pointingModeSupported",
+ { "pointingModeSupported", "h282.pointingModeSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_cameraLensSupported,
- { "cameraLensSupported", "h282.cameraLensSupported",
+ { "cameraLensSupported", "h282.cameraLensSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"CameraLensCapability", HFILL }},
{ &hf_h282_cameraFilterSupported,
- { "cameraFilterSupported", "h282.cameraFilterSupported",
+ { "cameraFilterSupported", "h282.cameraFilterSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"CameraFilterCapability", HFILL }},
{ &hf_h282_homePositionSupported,
- { "homePositionSupported", "h282.homePositionSupported",
+ { "homePositionSupported", "h282.homePositionSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_externalCameraLightSupported,
- { "externalCameraLightSupported", "h282.externalCameraLightSupported",
+ { "externalCameraLightSupported", "h282.externalCameraLightSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"ExternalCameraLightCapability", HFILL }},
{ &hf_h282_clearCameraLensSupported,
- { "clearCameraLensSupported", "h282.clearCameraLensSupported",
+ { "clearCameraLensSupported", "h282.clearCameraLensSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_cameraPanSpeedSupported,
- { "cameraPanSpeedSupported", "h282.cameraPanSpeedSupported",
+ { "cameraPanSpeedSupported", "h282.cameraPanSpeedSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"CameraPanSpeedCapability", HFILL }},
{ &hf_h282_cameraTiltSpeedSupported,
- { "cameraTiltSpeedSupported", "h282.cameraTiltSpeedSupported",
+ { "cameraTiltSpeedSupported", "h282.cameraTiltSpeedSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"CameraTiltSpeedCapability", HFILL }},
{ &hf_h282_backLightModeSupported,
- { "backLightModeSupported", "h282.backLightModeSupported",
+ { "backLightModeSupported", "h282.backLightModeSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_backLightSettingSupported,
@@ -4844,39 +4844,39 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"MaxWhiteBalance", HFILL }},
{ &hf_h282_whiteBalanceModeSupported,
- { "whiteBalanceModeSupported", "h282.whiteBalanceModeSupported",
+ { "whiteBalanceModeSupported", "h282.whiteBalanceModeSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_calibrateWhiteBalanceSupported,
- { "calibrateWhiteBalanceSupported", "h282.calibrateWhiteBalanceSupported",
+ { "calibrateWhiteBalanceSupported", "h282.calibrateWhiteBalanceSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_focusImageSupported,
- { "focusImageSupported", "h282.focusImageSupported",
+ { "focusImageSupported", "h282.focusImageSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_captureImageSupported,
- { "captureImageSupported", "h282.captureImageSupported",
+ { "captureImageSupported", "h282.captureImageSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_panContinuousSupported,
- { "panContinuousSupported", "h282.panContinuousSupported",
+ { "panContinuousSupported", "h282.panContinuousSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_tiltContinuousSupported,
- { "tiltContinuousSupported", "h282.tiltContinuousSupported",
+ { "tiltContinuousSupported", "h282.tiltContinuousSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_zoomContinuousSupported,
- { "zoomContinuousSupported", "h282.zoomContinuousSupported",
+ { "zoomContinuousSupported", "h282.zoomContinuousSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_focusContinuousSupported,
- { "focusContinuousSupported", "h282.focusContinuousSupported",
+ { "focusContinuousSupported", "h282.focusContinuousSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_irisContinuousSupported,
- { "irisContinuousSupported", "h282.irisContinuousSupported",
+ { "irisContinuousSupported", "h282.irisContinuousSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_zoomPositionSupported,
@@ -4892,11 +4892,11 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"MinIrisPositionStepSize", HFILL }},
{ &hf_h282_panPositionSupported,
- { "panPositionSupported", "h282.panPositionSupported",
+ { "panPositionSupported", "h282.panPositionSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"PanPositionCapability", HFILL }},
{ &hf_h282_tiltPositionSupported,
- { "tiltPositionSupported", "h282.tiltPositionSupported",
+ { "tiltPositionSupported", "h282.tiltPositionSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"TiltPositionCapability", HFILL }},
{ &hf_h282_zoomMagnificationSupported,
@@ -4904,11 +4904,11 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"MinZoomMagnificationStepSize", HFILL }},
{ &hf_h282_panViewSupported,
- { "panViewSupported", "h282.panViewSupported",
+ { "panViewSupported", "h282.panViewSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_tiltViewSupported,
- { "tiltViewSupported", "h282.tiltViewSupported",
+ { "tiltViewSupported", "h282.tiltViewSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_selectSlideSupported,
@@ -4916,15 +4916,15 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"MaxNumberOfSlides", HFILL }},
{ &hf_h282_selectNextSlideSupported,
- { "selectNextSlideSupported", "h282.selectNextSlideSupported",
+ { "selectNextSlideSupported", "h282.selectNextSlideSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_slideShowModeSupported,
- { "slideShowModeSupported", "h282.slideShowModeSupported",
+ { "slideShowModeSupported", "h282.slideShowModeSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_playSlideShowSupported,
- { "playSlideShowSupported", "h282.playSlideShowSupported",
+ { "playSlideShowSupported", "h282.playSlideShowSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_setSlideDisplayTimeSupported,
@@ -4932,23 +4932,23 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"MaxSlideDisplayTime", HFILL }},
{ &hf_h282_continuousRewindSupported,
- { "continuousRewindSupported", "h282.continuousRewindSupported",
+ { "continuousRewindSupported", "h282.continuousRewindSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_continuousFastForwardSupported,
- { "continuousFastForwardSupported", "h282.continuousFastForwardSupported",
+ { "continuousFastForwardSupported", "h282.continuousFastForwardSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_searchBackwardsSupported,
- { "searchBackwardsSupported", "h282.searchBackwardsSupported",
+ { "searchBackwardsSupported", "h282.searchBackwardsSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_searchForwardsSupported,
- { "searchForwardsSupported", "h282.searchForwardsSupported",
+ { "searchForwardsSupported", "h282.searchForwardsSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_pauseSupported,
- { "pauseSupported", "h282.pauseSupported",
+ { "pauseSupported", "h282.pauseSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_selectProgramSupported,
@@ -4956,111 +4956,111 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"MaxNumberOfPrograms", HFILL }},
{ &hf_h282_nextProgramSupported,
- { "nextProgramSupported", "h282.nextProgramSupported",
+ { "nextProgramSupported", "h282.nextProgramSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_gotoNormalPlayTimePointSupported,
- { "gotoNormalPlayTimePointSupported", "h282.gotoNormalPlayTimePointSupported",
+ { "gotoNormalPlayTimePointSupported", "h282.gotoNormalPlayTimePointSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_readStreamPlayerStateSupported,
- { "readStreamPlayerStateSupported", "h282.readStreamPlayerStateSupported",
+ { "readStreamPlayerStateSupported", "h282.readStreamPlayerStateSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_readProgramDurationSupported,
- { "readProgramDurationSupported", "h282.readProgramDurationSupported",
+ { "readProgramDurationSupported", "h282.readProgramDurationSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_continuousPlayBackModeSupported,
- { "continuousPlayBackModeSupported", "h282.continuousPlayBackModeSupported",
+ { "continuousPlayBackModeSupported", "h282.continuousPlayBackModeSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_playbackSpeedSupported,
- { "playbackSpeedSupported", "h282.playbackSpeedSupported",
+ { "playbackSpeedSupported", "h282.playbackSpeedSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"PlayBackSpeedCapability", HFILL }},
{ &hf_h282_playSupported,
- { "playSupported", "h282.playSupported",
+ { "playSupported", "h282.playSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_setAudioOutputStateSupported,
- { "setAudioOutputStateSupported", "h282.setAudioOutputStateSupported",
+ { "setAudioOutputStateSupported", "h282.setAudioOutputStateSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_playToNormalPlayTimePointSupported,
- { "playToNormalPlayTimePointSupported", "h282.playToNormalPlayTimePointSupported",
+ { "playToNormalPlayTimePointSupported", "h282.playToNormalPlayTimePointSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_recordSupported,
- { "recordSupported", "h282.recordSupported",
+ { "recordSupported", "h282.recordSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_recordForDurationSupported,
- { "recordForDurationSupported", "h282.recordForDurationSupported",
+ { "recordForDurationSupported", "h282.recordForDurationSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_configurableVideoInputsSupported,
- { "configurableVideoInputsSupported", "h282.configurableVideoInputsSupported",
+ { "configurableVideoInputsSupported", "h282.configurableVideoInputsSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"VideoInputsCapability", HFILL }},
{ &hf_h282_videoInputsSupported,
- { "videoInputsSupported", "h282.videoInputsSupported",
+ { "videoInputsSupported", "h282.videoInputsSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"VideoInputsCapability", HFILL }},
{ &hf_h282_configurableAudioInputsSupported,
- { "configurableAudioInputsSupported", "h282.configurableAudioInputsSupported",
+ { "configurableAudioInputsSupported", "h282.configurableAudioInputsSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"AudioInputsCapability", HFILL }},
{ &hf_h282_audioInputsSupported,
- { "audioInputsSupported", "h282.audioInputsSupported",
+ { "audioInputsSupported", "h282.audioInputsSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"AudioInputsCapability", HFILL }},
{ &hf_h282_deviceLockStateChangedSupported,
- { "deviceLockStateChangedSupported", "h282.deviceLockStateChangedSupported",
+ { "deviceLockStateChangedSupported", "h282.deviceLockStateChangedSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceAvailabilityChangedSupported,
- { "deviceAvailabilityChangedSupported", "h282.deviceAvailabilityChangedSupported",
+ { "deviceAvailabilityChangedSupported", "h282.deviceAvailabilityChangedSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_cameraPannedToLimitSupported,
- { "cameraPannedToLimitSupported", "h282.cameraPannedToLimitSupported",
+ { "cameraPannedToLimitSupported", "h282.cameraPannedToLimitSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_cameraTiltedToLimitSupported,
- { "cameraTiltedToLimitSupported", "h282.cameraTiltedToLimitSupported",
+ { "cameraTiltedToLimitSupported", "h282.cameraTiltedToLimitSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_cameraZoomedToLimitSupported,
- { "cameraZoomedToLimitSupported", "h282.cameraZoomedToLimitSupported",
+ { "cameraZoomedToLimitSupported", "h282.cameraZoomedToLimitSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_cameraFocusedToLimitSupported,
- { "cameraFocusedToLimitSupported", "h282.cameraFocusedToLimitSupported",
+ { "cameraFocusedToLimitSupported", "h282.cameraFocusedToLimitSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_autoSlideShowFinishedSupported,
- { "autoSlideShowFinishedSupported", "h282.autoSlideShowFinishedSupported",
+ { "autoSlideShowFinishedSupported", "h282.autoSlideShowFinishedSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_streamPlayerStateChangeSupported,
- { "streamPlayerStateChangeSupported", "h282.streamPlayerStateChangeSupported",
+ { "streamPlayerStateChangeSupported", "h282.streamPlayerStateChangeSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_streamPlayerProgramChangeSupported,
- { "streamPlayerProgramChangeSupported", "h282.streamPlayerProgramChangeSupported",
+ { "streamPlayerProgramChangeSupported", "h282.streamPlayerProgramChangeSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_nonStandardAttributeSupported,
- { "nonStandardAttributeSupported", "h282.nonStandardAttributeSupported",
+ { "nonStandardAttributeSupported", "h282.nonStandardAttributeSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
"NonStandardParameter", HFILL }},
{ &hf_h282_active,
- { "active", "h282.active",
+ { "active", "h282.active_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_inactive,
- { "inactive", "h282.inactive",
+ { "inactive", "h282.inactive_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_day,
@@ -5088,27 +5088,27 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_T_mode_vals), 0,
NULL, HFILL }},
{ &hf_h282_store,
- { "store", "h282.store",
+ { "store", "h282.store_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_activate,
- { "activate", "h282.activate",
+ { "activate", "h282.activate_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_manual,
- { "manual", "h282.manual",
+ { "manual", "h282.manual_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_auto,
- { "auto", "h282.auto",
+ { "auto", "h282.auto_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_toggle,
- { "toggle", "h282.toggle",
+ { "toggle", "h282.toggle_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_none,
- { "none", "h282.none",
+ { "none", "h282.none_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_panDirection,
@@ -5116,19 +5116,19 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_T_panDirection_vals), 0,
NULL, HFILL }},
{ &hf_h282_left,
- { "left", "h282.left",
+ { "left", "h282.left_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_right,
- { "right", "h282.right",
+ { "right", "h282.right_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_stop,
- { "stop", "h282.stop",
+ { "stop", "h282.stop_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_continue,
- { "continue", "h282.continue",
+ { "continue", "h282.continue_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_timeOut,
@@ -5140,11 +5140,11 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_T_tiltDirection_vals), 0,
NULL, HFILL }},
{ &hf_h282_up,
- { "up", "h282.up",
+ { "up", "h282.up_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_down,
- { "down", "h282.down",
+ { "down", "h282.down_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_zoomDirection,
@@ -5152,11 +5152,11 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_T_zoomDirection_vals), 0,
NULL, HFILL }},
{ &hf_h282_telescopic,
- { "telescopic", "h282.telescopic",
+ { "telescopic", "h282.telescopic_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_wide,
- { "wide", "h282.wide",
+ { "wide", "h282.wide_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_focusDirection,
@@ -5164,19 +5164,19 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_T_focusDirection_vals), 0,
NULL, HFILL }},
{ &hf_h282_near,
- { "near", "h282.near",
+ { "near", "h282.near_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_far,
- { "far", "h282.far",
+ { "far", "h282.far_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_relative,
- { "relative", "h282.relative",
+ { "relative", "h282.relative_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_absolute,
- { "absolute", "h282.absolute",
+ { "absolute", "h282.absolute_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_zoomPosition,
@@ -5204,19 +5204,19 @@ void proto_register_h282(void) {
FT_INT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h282_next,
- { "next", "h282.next",
+ { "next", "h282.next_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_previous,
- { "previous", "h282.previous",
+ { "previous", "h282.previous_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_start,
- { "start", "h282.start",
+ { "start", "h282.start_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_pause,
- { "pause", "h282.pause",
+ { "pause", "h282.pause_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_hours,
@@ -5248,7 +5248,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h282_inputDevices_item,
- { "inputDevices item", "h282.inputDevices_item",
+ { "inputDevices item", "h282.inputDevices_item_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_setDeviceState,
@@ -5256,15 +5256,15 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_DeviceState_vals), 0,
"DeviceState", HFILL }},
{ &hf_h282_setDeviceDate,
- { "setDeviceDate", "h282.setDeviceDate",
+ { "setDeviceDate", "h282.setDeviceDate_element",
FT_NONE, BASE_NONE, NULL, 0,
"DeviceDate", HFILL }},
{ &hf_h282_setDeviceTime,
- { "setDeviceTime", "h282.setDeviceTime",
+ { "setDeviceTime", "h282.setDeviceTime_element",
FT_NONE, BASE_NONE, NULL, 0,
"DeviceTime", HFILL }},
{ &hf_h282_setDevicePreset,
- { "setDevicePreset", "h282.setDevicePreset",
+ { "setDevicePreset", "h282.setDevicePreset_element",
FT_NONE, BASE_NONE, NULL, 0,
"DevicePreset", HFILL }},
{ &hf_h282_setIrisMode,
@@ -5292,7 +5292,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"CameraFilterNumber", HFILL }},
{ &hf_h282_gotoHomePosition,
- { "gotoHomePosition", "h282.gotoHomePosition",
+ { "gotoHomePosition", "h282.gotoHomePosition_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_selectExternalLight,
@@ -5300,7 +5300,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_SelectExternalLight_vals), 0,
NULL, HFILL }},
{ &hf_h282_clearCameraLens,
- { "clearCameraLens", "h282.clearCameraLens",
+ { "clearCameraLens", "h282.clearCameraLens_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_setCameraPanSpeed,
@@ -5324,51 +5324,51 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_Mode_vals), 0,
"Mode", HFILL }},
{ &hf_h282_calibrateWhiteBalance,
- { "calibrateWhiteBalance", "h282.calibrateWhiteBalance",
+ { "calibrateWhiteBalance", "h282.calibrateWhiteBalance_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_focusImage,
- { "focusImage", "h282.focusImage",
+ { "focusImage", "h282.focusImage_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_captureImage,
- { "captureImage", "h282.captureImage",
+ { "captureImage", "h282.captureImage_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_panContinuous,
- { "panContinuous", "h282.panContinuous",
+ { "panContinuous", "h282.panContinuous_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_tiltContinuous,
- { "tiltContinuous", "h282.tiltContinuous",
+ { "tiltContinuous", "h282.tiltContinuous_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_zoomContinuous,
- { "zoomContinuous", "h282.zoomContinuous",
+ { "zoomContinuous", "h282.zoomContinuous_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_focusContinuous,
- { "focusContinuous", "h282.focusContinuous",
+ { "focusContinuous", "h282.focusContinuous_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_setZoomPosition,
- { "setZoomPosition", "h282.setZoomPosition",
+ { "setZoomPosition", "h282.setZoomPosition_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_setFocusPosition,
- { "setFocusPosition", "h282.setFocusPosition",
+ { "setFocusPosition", "h282.setFocusPosition_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_setIrisPosition,
- { "setIrisPosition", "h282.setIrisPosition",
+ { "setIrisPosition", "h282.setIrisPosition_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_setPanPosition,
- { "setPanPosition", "h282.setPanPosition",
+ { "setPanPosition", "h282.setPanPosition_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_setTiltPosition,
- { "setTiltPosition", "h282.setTiltPosition",
+ { "setTiltPosition", "h282.setTiltPosition_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_setZoomMagnification,
@@ -5428,7 +5428,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_SelectDirection_vals), 0,
"SelectDirection", HFILL }},
{ &hf_h282_gotoNormalPlayTimePoint,
- { "gotoNormalPlayTimePoint", "h282.gotoNormalPlayTimePoint",
+ { "gotoNormalPlayTimePoint", "h282.gotoNormalPlayTimePoint_element",
FT_NONE, BASE_NONE, NULL, 0,
"ProgramDuration", HFILL }},
{ &hf_h282_continuousPlayBackMode,
@@ -5436,7 +5436,7 @@ void proto_register_h282(void) {
FT_BOOLEAN, BASE_NONE, NULL, 0,
"BOOLEAN", HFILL }},
{ &hf_h282_setPlaybackSpeed,
- { "setPlaybackSpeed", "h282.setPlaybackSpeed",
+ { "setPlaybackSpeed", "h282.setPlaybackSpeed_element",
FT_NONE, BASE_NONE, NULL, 0,
"PlaybackSpeed", HFILL }},
{ &hf_h282_play,
@@ -5448,7 +5448,7 @@ void proto_register_h282(void) {
FT_BOOLEAN, BASE_NONE, NULL, 0,
"BOOLEAN", HFILL }},
{ &hf_h282_playToNormalPlayTimePoint,
- { "playToNormalPlayTimePoint", "h282.playToNormalPlayTimePoint",
+ { "playToNormalPlayTimePoint", "h282.playToNormalPlayTimePoint_element",
FT_NONE, BASE_NONE, NULL, 0,
"ProgramDuration", HFILL }},
{ &hf_h282_record,
@@ -5456,151 +5456,151 @@ void proto_register_h282(void) {
FT_BOOLEAN, BASE_NONE, NULL, 0,
"BOOLEAN", HFILL }},
{ &hf_h282_recordForDuration,
- { "recordForDuration", "h282.recordForDuration",
+ { "recordForDuration", "h282.recordForDuration_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_configureVideoInputs,
- { "configureVideoInputs", "h282.configureVideoInputs",
+ { "configureVideoInputs", "h282.configureVideoInputs_element",
FT_NONE, BASE_NONE, NULL, 0,
"DeviceInputs", HFILL }},
{ &hf_h282_configureAudioInputs,
- { "configureAudioInputs", "h282.configureAudioInputs",
+ { "configureAudioInputs", "h282.configureAudioInputs_element",
FT_NONE, BASE_NONE, NULL, 0,
"DeviceInputs", HFILL }},
{ &hf_h282_nonStandardControl,
- { "nonStandardControl", "h282.nonStandardControl",
+ { "nonStandardControl", "h282.nonStandardControl_element",
FT_NONE, BASE_NONE, NULL, 0,
"NonStandardParameter", HFILL }},
{ &hf_h282_getDeviceState,
- { "getDeviceState", "h282.getDeviceState",
+ { "getDeviceState", "h282.getDeviceState_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getDeviceDate,
- { "getDeviceDate", "h282.getDeviceDate",
+ { "getDeviceDate", "h282.getDeviceDate_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getDeviceTime,
- { "getDeviceTime", "h282.getDeviceTime",
+ { "getDeviceTime", "h282.getDeviceTime_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getdevicePreset,
- { "getdevicePreset", "h282.getdevicePreset",
+ { "getdevicePreset", "h282.getdevicePreset_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getIrisMode,
- { "getIrisMode", "h282.getIrisMode",
+ { "getIrisMode", "h282.getIrisMode_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getFocusMode,
- { "getFocusMode", "h282.getFocusMode",
+ { "getFocusMode", "h282.getFocusMode_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getBacklightMode,
- { "getBacklightMode", "h282.getBacklightMode",
+ { "getBacklightMode", "h282.getBacklightMode_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getPointingMode,
- { "getPointingMode", "h282.getPointingMode",
+ { "getPointingMode", "h282.getPointingMode_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getCameraLens,
- { "getCameraLens", "h282.getCameraLens",
+ { "getCameraLens", "h282.getCameraLens_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getCameraFilter,
- { "getCameraFilter", "h282.getCameraFilter",
+ { "getCameraFilter", "h282.getCameraFilter_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getExternalLight,
- { "getExternalLight", "h282.getExternalLight",
+ { "getExternalLight", "h282.getExternalLight_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getCameraPanSpeed,
- { "getCameraPanSpeed", "h282.getCameraPanSpeed",
+ { "getCameraPanSpeed", "h282.getCameraPanSpeed_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getCameraTiltSpeed,
- { "getCameraTiltSpeed", "h282.getCameraTiltSpeed",
+ { "getCameraTiltSpeed", "h282.getCameraTiltSpeed_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getBackLightMode,
- { "getBackLightMode", "h282.getBackLightMode",
+ { "getBackLightMode", "h282.getBackLightMode_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getBackLight,
- { "getBackLight", "h282.getBackLight",
+ { "getBackLight", "h282.getBackLight_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getWhiteBalance,
- { "getWhiteBalance", "h282.getWhiteBalance",
+ { "getWhiteBalance", "h282.getWhiteBalance_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getWhiteBalanceMode,
- { "getWhiteBalanceMode", "h282.getWhiteBalanceMode",
+ { "getWhiteBalanceMode", "h282.getWhiteBalanceMode_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getZoomPosition,
- { "getZoomPosition", "h282.getZoomPosition",
+ { "getZoomPosition", "h282.getZoomPosition_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getFocusPosition,
- { "getFocusPosition", "h282.getFocusPosition",
+ { "getFocusPosition", "h282.getFocusPosition_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getIrisPosition,
- { "getIrisPosition", "h282.getIrisPosition",
+ { "getIrisPosition", "h282.getIrisPosition_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getPanPosition,
- { "getPanPosition", "h282.getPanPosition",
+ { "getPanPosition", "h282.getPanPosition_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getTiltPosition,
- { "getTiltPosition", "h282.getTiltPosition",
+ { "getTiltPosition", "h282.getTiltPosition_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getSelectedSlide,
- { "getSelectedSlide", "h282.getSelectedSlide",
+ { "getSelectedSlide", "h282.getSelectedSlide_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getAutoSlideDisplayTime,
- { "getAutoSlideDisplayTime", "h282.getAutoSlideDisplayTime",
+ { "getAutoSlideDisplayTime", "h282.getAutoSlideDisplayTime_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getSelectedProgram,
- { "getSelectedProgram", "h282.getSelectedProgram",
+ { "getSelectedProgram", "h282.getSelectedProgram_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getStreamPlayerState,
- { "getStreamPlayerState", "h282.getStreamPlayerState",
+ { "getStreamPlayerState", "h282.getStreamPlayerState_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getCurrentProgramDuration,
- { "getCurrentProgramDuration", "h282.getCurrentProgramDuration",
+ { "getCurrentProgramDuration", "h282.getCurrentProgramDuration_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getPlaybackSpeed,
- { "getPlaybackSpeed", "h282.getPlaybackSpeed",
+ { "getPlaybackSpeed", "h282.getPlaybackSpeed_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getAudioOutputState,
- { "getAudioOutputState", "h282.getAudioOutputState",
+ { "getAudioOutputState", "h282.getAudioOutputState_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getConfigurableVideoInputs,
- { "getConfigurableVideoInputs", "h282.getConfigurableVideoInputs",
+ { "getConfigurableVideoInputs", "h282.getConfigurableVideoInputs_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getVideoInputs,
- { "getVideoInputs", "h282.getVideoInputs",
+ { "getVideoInputs", "h282.getVideoInputs_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getConfigurableAudioInputs,
- { "getConfigurableAudioInputs", "h282.getConfigurableAudioInputs",
+ { "getConfigurableAudioInputs", "h282.getConfigurableAudioInputs_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getAudioInputs,
- { "getAudioInputs", "h282.getAudioInputs",
+ { "getAudioInputs", "h282.getAudioInputs_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_getNonStandardStatus,
@@ -5612,7 +5612,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_DeviceState_vals), 0,
NULL, HFILL }},
{ &hf_h282_unknown,
- { "unknown", "h282.unknown",
+ { "unknown", "h282.unknown_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_currentDay,
@@ -5644,7 +5644,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_Mode_vals), 0,
NULL, HFILL }},
{ &hf_h282_automatic,
- { "automatic", "h282.automatic",
+ { "automatic", "h282.automatic_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_lensNumber_01,
@@ -5688,7 +5688,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_StreamPlayerState_vals), 0,
"StreamPlayerState", HFILL }},
{ &hf_h282_speed_02,
- { "speed", "h282.speed",
+ { "speed", "h282.speed_element",
FT_NONE, BASE_NONE, NULL, 0,
"PlaybackSpeed", HFILL }},
{ &hf_h282_mute,
@@ -5700,11 +5700,11 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_CurrentDeviceState_vals), 0,
NULL, HFILL }},
{ &hf_h282_currentDeviceDate,
- { "currentDeviceDate", "h282.currentDeviceDate",
+ { "currentDeviceDate", "h282.currentDeviceDate_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_currentDeviceTime,
- { "currentDeviceTime", "h282.currentDeviceTime",
+ { "currentDeviceTime", "h282.currentDeviceTime_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_currentDevicePreset,
@@ -5796,7 +5796,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_CurrentStreamPlayerState_vals), 0,
NULL, HFILL }},
{ &hf_h282_currentProgramDuration,
- { "currentProgramDuration", "h282.currentProgramDuration",
+ { "currentProgramDuration", "h282.currentProgramDuration_element",
FT_NONE, BASE_NONE, NULL, 0,
"ProgramDuration", HFILL }},
{ &hf_h282_currentPlaybackSpeed,
@@ -5808,59 +5808,59 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_CurrentAudioOutputMute_vals), 0,
NULL, HFILL }},
{ &hf_h282_configurableVideoInputs,
- { "configurableVideoInputs", "h282.configurableVideoInputs",
+ { "configurableVideoInputs", "h282.configurableVideoInputs_element",
FT_NONE, BASE_NONE, NULL, 0,
"DeviceInputs", HFILL }},
{ &hf_h282_videoInputs,
- { "videoInputs", "h282.videoInputs",
+ { "videoInputs", "h282.videoInputs_element",
FT_NONE, BASE_NONE, NULL, 0,
"DeviceInputs", HFILL }},
{ &hf_h282_configurableAudioInputs,
- { "configurableAudioInputs", "h282.configurableAudioInputs",
+ { "configurableAudioInputs", "h282.configurableAudioInputs_element",
FT_NONE, BASE_NONE, NULL, 0,
"DeviceInputs", HFILL }},
{ &hf_h282_audioInputs,
- { "audioInputs", "h282.audioInputs",
+ { "audioInputs", "h282.audioInputs_element",
FT_NONE, BASE_NONE, NULL, 0,
"DeviceInputs", HFILL }},
{ &hf_h282_nonStandardStatus,
- { "nonStandardStatus", "h282.nonStandardStatus",
+ { "nonStandardStatus", "h282.nonStandardStatus_element",
FT_NONE, BASE_NONE, NULL, 0,
"NonStandardParameter", HFILL }},
{ &hf_h282_requestDeviceLockChanged,
- { "requestDeviceLockChanged", "h282.requestDeviceLockChanged",
+ { "requestDeviceLockChanged", "h282.requestDeviceLockChanged_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_requestDeviceAvailabilityChanged,
- { "requestDeviceAvailabilityChanged", "h282.requestDeviceAvailabilityChanged",
+ { "requestDeviceAvailabilityChanged", "h282.requestDeviceAvailabilityChanged_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_requestCameraPannedToLimit,
- { "requestCameraPannedToLimit", "h282.requestCameraPannedToLimit",
+ { "requestCameraPannedToLimit", "h282.requestCameraPannedToLimit_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_requestCameraTiltedToLimit,
- { "requestCameraTiltedToLimit", "h282.requestCameraTiltedToLimit",
+ { "requestCameraTiltedToLimit", "h282.requestCameraTiltedToLimit_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_requestCameraZoomedToLimit,
- { "requestCameraZoomedToLimit", "h282.requestCameraZoomedToLimit",
+ { "requestCameraZoomedToLimit", "h282.requestCameraZoomedToLimit_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_requestCameraFocusedToLimit,
- { "requestCameraFocusedToLimit", "h282.requestCameraFocusedToLimit",
+ { "requestCameraFocusedToLimit", "h282.requestCameraFocusedToLimit_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_requestAutoSlideShowFinished,
- { "requestAutoSlideShowFinished", "h282.requestAutoSlideShowFinished",
+ { "requestAutoSlideShowFinished", "h282.requestAutoSlideShowFinished_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_requestStreamPlayerStateChange,
- { "requestStreamPlayerStateChange", "h282.requestStreamPlayerStateChange",
+ { "requestStreamPlayerStateChange", "h282.requestStreamPlayerStateChange_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_requestStreamPlayerProgramChange,
- { "requestStreamPlayerProgramChange", "h282.requestStreamPlayerProgramChange",
+ { "requestStreamPlayerProgramChange", "h282.requestStreamPlayerProgramChange_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_requestNonStandardEvent,
@@ -5892,7 +5892,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_CameraFocusedToLimit_vals), 0,
NULL, HFILL }},
{ &hf_h282_autoSlideShowFinished,
- { "autoSlideShowFinished", "h282.autoSlideShowFinished",
+ { "autoSlideShowFinished", "h282.autoSlideShowFinished_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_streamPlayerStateChange,
@@ -5904,7 +5904,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"ProgramNumber", HFILL }},
{ &hf_h282_nonStandardEvent,
- { "nonStandardEvent", "h282.nonStandardEvent",
+ { "nonStandardEvent", "h282.nonStandardEvent_element",
FT_NONE, BASE_NONE, NULL, 0,
"NonStandardParameter", HFILL }},
{ &hf_h282_requestHandle,
@@ -5920,27 +5920,27 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_T_result_vals), 0,
NULL, HFILL }},
{ &hf_h282_successful,
- { "successful", "h282.successful",
+ { "successful", "h282.successful_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_requestDenied,
- { "requestDenied", "h282.requestDenied",
+ { "requestDenied", "h282.requestDenied_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceUnavailable,
- { "deviceUnavailable", "h282.deviceUnavailable",
+ { "deviceUnavailable", "h282.deviceUnavailable_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_invalidStreamID,
- { "invalidStreamID", "h282.invalidStreamID",
+ { "invalidStreamID", "h282.invalidStreamID_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_currentDeviceIsLocked,
- { "currentDeviceIsLocked", "h282.currentDeviceIsLocked",
+ { "currentDeviceIsLocked", "h282.currentDeviceIsLocked_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceIncompatible,
- { "deviceIncompatible", "h282.deviceIncompatible",
+ { "deviceIncompatible", "h282.deviceIncompatible_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_sourceEventNotify,
@@ -5952,7 +5952,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_T_result_01_vals), 0,
"T_result_01", HFILL }},
{ &hf_h282_eventsNotSupported,
- { "eventsNotSupported", "h282.eventsNotSupported",
+ { "eventsNotSupported", "h282.eventsNotSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceAttributeList,
@@ -5968,7 +5968,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_T_result_02_vals), 0,
"T_result_02", HFILL }},
{ &hf_h282_unknownDevice,
- { "unknownDevice", "h282.unknownDevice",
+ { "unknownDevice", "h282.unknownDevice_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_lockFlag,
@@ -5980,11 +5980,11 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_T_result_03_vals), 0,
"T_result_03", HFILL }},
{ &hf_h282_lockingNotSupported,
- { "lockingNotSupported", "h282.lockingNotSupported",
+ { "lockingNotSupported", "h282.lockingNotSupported_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceAlreadyLocked,
- { "deviceAlreadyLocked", "h282.deviceAlreadyLocked",
+ { "deviceAlreadyLocked", "h282.deviceAlreadyLocked_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_result_04,
@@ -5992,11 +5992,11 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_T_result_04_vals), 0,
"T_result_04", HFILL }},
{ &hf_h282_lockRequired,
- { "lockRequired", "h282.lockRequired",
+ { "lockRequired", "h282.lockRequired_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_lockNotRequired,
- { "lockNotRequired", "h282.lockNotRequired",
+ { "lockNotRequired", "h282.lockNotRequired_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_controlAttributeList,
@@ -6028,7 +6028,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_T_result_05_vals), 0,
"T_result_05", HFILL }},
{ &hf_h282_deviceAttributeError,
- { "deviceAttributeError", "h282.deviceAttributeError",
+ { "deviceAttributeError", "h282.deviceAttributeError_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceEventIdentifierList,
@@ -6052,7 +6052,7 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_DeviceEvent_vals), 0,
NULL, HFILL }},
{ &hf_h282_nonStandardData,
- { "nonStandardData", "h282.nonStandardData",
+ { "nonStandardData", "h282.nonStandardData_element",
FT_NONE, BASE_NONE, NULL, 0,
"NonStandardParameter", HFILL }},
{ &hf_h282_request,
@@ -6068,87 +6068,87 @@ void proto_register_h282(void) {
FT_UINT32, BASE_DEC, VALS(h282_IndicationPDU_vals), 0,
"IndicationPDU", HFILL }},
{ &hf_h282_sourceSelectRequest,
- { "sourceSelectRequest", "h282.sourceSelectRequest",
+ { "sourceSelectRequest", "h282.sourceSelectRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_sourceEventsRequest,
- { "sourceEventsRequest", "h282.sourceEventsRequest",
+ { "sourceEventsRequest", "h282.sourceEventsRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceAttributeRequest,
- { "deviceAttributeRequest", "h282.deviceAttributeRequest",
+ { "deviceAttributeRequest", "h282.deviceAttributeRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceLockRequest,
- { "deviceLockRequest", "h282.deviceLockRequest",
+ { "deviceLockRequest", "h282.deviceLockRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceLockEnquireRequest,
- { "deviceLockEnquireRequest", "h282.deviceLockEnquireRequest",
+ { "deviceLockEnquireRequest", "h282.deviceLockEnquireRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceControlRequest,
- { "deviceControlRequest", "h282.deviceControlRequest",
+ { "deviceControlRequest", "h282.deviceControlRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceStatusEnquireRequest,
- { "deviceStatusEnquireRequest", "h282.deviceStatusEnquireRequest",
+ { "deviceStatusEnquireRequest", "h282.deviceStatusEnquireRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_configureDeviceEventsRequest,
- { "configureDeviceEventsRequest", "h282.configureDeviceEventsRequest",
+ { "configureDeviceEventsRequest", "h282.configureDeviceEventsRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_nonStandardRequest,
- { "nonStandardRequest", "h282.nonStandardRequest",
+ { "nonStandardRequest", "h282.nonStandardRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
"NonStandardPDU", HFILL }},
{ &hf_h282_sourceSelectResponse,
- { "sourceSelectResponse", "h282.sourceSelectResponse",
+ { "sourceSelectResponse", "h282.sourceSelectResponse_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_sourceEventsResponse,
- { "sourceEventsResponse", "h282.sourceEventsResponse",
+ { "sourceEventsResponse", "h282.sourceEventsResponse_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceAttributeResponse,
- { "deviceAttributeResponse", "h282.deviceAttributeResponse",
+ { "deviceAttributeResponse", "h282.deviceAttributeResponse_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceLockResponse,
- { "deviceLockResponse", "h282.deviceLockResponse",
+ { "deviceLockResponse", "h282.deviceLockResponse_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceLockEnquireResponse,
- { "deviceLockEnquireResponse", "h282.deviceLockEnquireResponse",
+ { "deviceLockEnquireResponse", "h282.deviceLockEnquireResponse_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceStatusEnquireResponse,
- { "deviceStatusEnquireResponse", "h282.deviceStatusEnquireResponse",
+ { "deviceStatusEnquireResponse", "h282.deviceStatusEnquireResponse_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_configureDeviceEventsResponse,
- { "configureDeviceEventsResponse", "h282.configureDeviceEventsResponse",
+ { "configureDeviceEventsResponse", "h282.configureDeviceEventsResponse_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_nonStandardResponse,
- { "nonStandardResponse", "h282.nonStandardResponse",
+ { "nonStandardResponse", "h282.nonStandardResponse_element",
FT_NONE, BASE_NONE, NULL, 0,
"NonStandardPDU", HFILL }},
{ &hf_h282_sourceChangeEventIndication,
- { "sourceChangeEventIndication", "h282.sourceChangeEventIndication",
+ { "sourceChangeEventIndication", "h282.sourceChangeEventIndication_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceLockTerminatedIndication,
- { "deviceLockTerminatedIndication", "h282.deviceLockTerminatedIndication",
+ { "deviceLockTerminatedIndication", "h282.deviceLockTerminatedIndication_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_deviceEventNotifyIndication,
- { "deviceEventNotifyIndication", "h282.deviceEventNotifyIndication",
+ { "deviceEventNotifyIndication", "h282.deviceEventNotifyIndication_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h282_nonStandardIndication,
- { "nonStandardIndication", "h282.nonStandardIndication",
+ { "nonStandardIndication", "h282.nonStandardIndication_element",
FT_NONE, BASE_NONE, NULL, 0,
"NonStandardPDU", HFILL }},