aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-descriptor.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-20mpeg descriptor: add TVA ID Descriptor (0x75)Roman Volkov1-0/+65
2022-02-19mpeg descriptor: fix Content Identifier Descriptor (0x76)Roman Volkov1-1/+1
2022-02-19mpeg descriptor: add PDC Descriptor (0x69)Roman Volkov1-0/+67
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-25/+25
2022-02-13mpeg descriptor: add Short Smoothing Buffer Descriptor (0x61)Roman Volkov1-0/+117
2022-02-13mpeg descriptor: add XAIT Content Location Descriptor (0x7D)Roman Volkov1-0/+54
2022-02-12mpeg descriptor: add Time Shifted Event Descriptor (0x4F)Roman Volkov1-0/+27
2022-02-12mpeg descriptor: add Service Identifier Descriptor (0x71)Roman Volkov1-0/+19
2022-02-07mpeg descriptor: add Service Availability Descriptor (0x72)Roman Volkov1-0/+57
2022-01-31mpeg_descriptor: add Telephone Descriptor (0x57)Roman Volkov1-0/+189
2022-01-31mpeg_descriptor: add NVOD Reference Descriptor (0x4B)Roman Volkov1-0/+52
2022-01-30mpeg descriptor: add Mosaic Descriptor (0x51)Roman Volkov1-0/+249
2022-01-30mpeg descriptor: add Time Shifted Service Descriptor (0x4C)Roman Volkov1-0/+18
2022-01-30mpeg descriptor: add Country Availability Descriptor (0x49)Roman Volkov1-0/+57
2022-01-11mpeg descriptor: complete Registration Descriptor (0x05) ID listRoman Volkov1-0/+10
2022-01-06mpeg descriptor: add Partial Transport Stream Descriptor (0x63)Roman Volkov1-0/+77
2022-01-04mpeg descriptor: add multilingual ones (5B,5C,5D,5E)Roman Volkov1-0/+432
2022-01-04mpeg descriptor: add NorDig Logical Channel Descriptor v1 and v2Roman Volkov1-0/+242
2022-01-03mpeg descriptor: update Registration Descriptor (0x05)Roman Volkov1-1/+190
2022-01-01mpeg descriptor: update 0x50 to DVB BlueBook A038r14Roman Volkov1-11/+12
2022-01-01mpeg descriptor: update 0x48 to DVB BlueBook A038r14Roman Volkov1-1/+2
2021-12-22mpeg-descriptor: Add support for official DVB 8K HEVC streamsRoman Volkov1-19/+279
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-5/+5
2020-11-14Fix a few more item lengths.Martin Mathieson1-1/+1
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-5/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-02mpeg descriptor: dissect ac3 system a: Respect descriptor lengthMarius Paliga1-0/+14
2017-01-29Bugfix MPEG descriptor Logon Initialize Descriptor tag.Michael Mann1-53/+65
2016-12-13Adjust proto_tree_add_[float|double]_format_value calls to use unit stringMichael Mann1-6/+6
2016-08-11Add support for PMT parsing of ATSC A/52 Audio stream type and AC-3 descriptorDevin Heitmueller1-0/+300
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-4/+4
2014-12-28The symbol rate in the Cable Delivery System Descriptor is in Mega-Symbols/sMartin Kaiser1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+2
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-09-18Fix encoding-arg mostly for FT_UINT_STRING; Also: Do misc as needed.Bill Meier1-3/+2
2014-08-21add component descriptor values for HEVC servicesMartin Kaiser1-0/+6
2014-08-21add service type for HEVC digital television serviceMartin Kaiser1-0/+1
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-3/+10
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-20/+13
2014-05-31do a plausibility check for interaction channel dataMartin Kaiser1-1/+7
2014-05-31make population id filterableMartin Kaiser1-3/+4
2014-05-30make terrestrial centre frequency filterableMartin Kaiser1-5/+8
2014-05-30make next time offset filterableMartin Kaiser1-8/+8
2014-05-30make local time offset filterableMartin Kaiser1-8/+10
2014-05-29convert cable freq, symbol rate into doublesMartin Kaiser1-12/+12
2014-05-29conver sat freq and symbol rate into doubles in order to make theMartin Kaiser1-13/+14
2014-05-27use proto_tree_add_float_format_value() correctlyMartin Kaiser1-5/+5
2014-05-27make cable symbol rate filterableMartin Kaiser1-12/+9