aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-03-10 15:06:11 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-03-10 15:06:11 +0000
commit44328ec2050ccf3971b4897e8204a0db0b72ead5 (patch)
treed987e8d54b8a82dc9ee304f845a2bdb0f0cb624b /epan/dissectors/packet-epl.h
parente9ca912aab8d36e64a2554d6c02eaaef61e585b1 (diff)
From David Buechi:
- don't show EPL src- and dst-address of SoC frame (same as SoA) - show SoA requested service only if it's not "NO_SERVICE" - NMT state in StatusResponse in words, not numbers - don't show MC and PS flags in SoC (it's now configurable via "Preferences") Furthermore I extended the value_string struct for the NMT-Command-IDs (asnd_cid_vals). This change is used to fully decode the NMTRequest frames. svn path=/trunk/; revision=21017
Diffstat (limited to 'epan/dissectors/packet-epl.h')
-rw-r--r--epan/dissectors/packet-epl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-epl.h b/epan/dissectors/packet-epl.h
index 3dcd2b3db1..590b756b34 100644
--- a/epan/dissectors/packet-epl.h
+++ b/epan/dissectors/packet-epl.h
@@ -228,6 +228,9 @@ static const value_string asnd_cid_vals[] = {
{EPL_ASND_NMTCOMMAND_NMTPUBLISHEMERGENCYNEW, "NMTPublishEmergencyNew" },
{EPL_ASND_NMTCOMMAND_NMTPUBLISHTIME, "NMTPublishTime" },
{EPL_ASND_NMTCOMMAND_NMTINVALIDSERVICE, "NMTInvalidService" },
+ /* "special" values to cover all possibilities of CommandID in NMTRequests */
+ {EPL_ASND_IDENTRESPONSE, "IdentResponse" },
+ {EPL_ASND_STATUSRESPONSE, "StatusResponse" },
{0,NULL}
};