aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-sect.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-11-25 20:56:34 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-11-25 20:56:34 +0000
commit5e65315e29c35ebf4ca2946c1fb81992d1e47f6c (patch)
tree31427ae4c3209d93b5d9357901bbaefbbda836b3 /epan/dissectors/packet-mpeg-sect.c
parent747ab4e0066809e2773cb65a214ced5503535660 (diff)
there were two identical copies of the function to process a DVB-SI time
remove the one in DVB-CI, use the version in mpeg-sect instead svn path=/trunk/; revision=53580
Diffstat (limited to 'epan/dissectors/packet-mpeg-sect.c')
-rw-r--r--epan/dissectors/packet-mpeg-sect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mpeg-sect.c b/epan/dissectors/packet-mpeg-sect.c
index 294361b93b..87725b3b0b 100644
--- a/epan/dissectors/packet-mpeg-sect.c
+++ b/epan/dissectors/packet-mpeg-sect.c
@@ -152,8 +152,7 @@ static const value_string mpeg_sect_table_id_vals[] = {
{ 0, NULL }
};
-/* From packet-dvbci.c
- read a utc_time field in an apdu and write it to utc_time
+/* read a utc_time field in a tvb and write it to the utc_time struct
the encoding of the field is according to DVB-SI specification, section 5.2.5
16bit modified julian day (MJD), 24bit 6*4bit BCD digits hhmmss
return the length in bytes or -1 for error */