aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvb-s2-bb.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-29conversation: speak of the "conversation key" as just address/port endpoints.Guy Harris1-6/+7
2022-08-25Rename routines that talk about conversation keys to talk about elements.Guy Harris1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-3/+3
2022-07-31prefs: Convert most RTP dissectors to use "auto" PT preferencesJohn Thacker1-33/+13
2022-07-22DVB-S2: Store whether low roll-off values are used in conversation dataJohn Thacker1-10/+33
2022-05-24epan: Switch some _by_id conversation routines to elements.Gerald Combs1-2/+2
2022-05-10DVB-S2: Only add the rolloff value onceJohn Thacker1-7/+15
2022-02-22DVB-S2-BB: Get correct ACM byte for L.4John Thacker1-7/+5
2022-02-22DVB-S2-BB: Add pref to try all Adaptation layer headers (or only one)John Thacker1-24/+39
2022-02-18DVB-S2-BB: Fix detection of adaptation field typeJohn Thacker1-3/+5
2022-01-09dvb: unify some 'Length' fieldsRoman Volkov1-2/+2
2021-10-25DVB-S2: add to "decode as" for UDPAdrien Destugues1-29/+57
2021-09-06dvb-s2-bb: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2021-09-02DVB-S2: fix build issues [-Werror=maybe-uninitialized]Joakim Karlsson1-1/+1
2021-09-01DVB-S2: Only create composite if usedJohn Thacker1-4/+9
2021-08-31DVB-S2: allow dissection of DVB-S2 over RTPAdrien Destugues1-1/+24
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2021-07-01DVB-BB: Add the mode adaptation protocol even when L.1 (no bytes)John Thacker1-13/+7
2021-06-13Remove lingering circuit API from stream.hJohn Thacker1-2/+2
2021-06-10DVB-S2-BB: Fix off by one errorJohn Thacker1-1/+1
2021-06-08DVB-S2-BB: Make compute_crc8 offset parameter a guintJohn Thacker1-1/+1
2021-06-07DVB-S2-BB: Two coverity flagged issues from !3239John Thacker1-10/+14
2021-06-05DVB-S2-BB: Add support for TS over BBFrameJohn Thacker1-78/+554
2021-05-26DVB-S2-BB: Add preference for default mode adaptation formatJohn Thacker1-14/+46
2021-05-26DVB-S2-BB: Verify EIP CRCJohn Thacker1-2/+8
2021-05-26DVB-S2-BB: Fix GSE reassemblyJohn Thacker1-136/+359
2021-05-25DVB-S2-BB: Prevent infinite loopJohn Thacker1-0/+2
2021-05-23DVB-S2-BB: Make dissect_dvb_s2_gse() have the dissector_t signatureJohn Thacker1-24/+24
2021-05-20DVB-S2-BB: Make dissect_dvb_s2_bb() have the dissector_t signatureJohn Thacker1-26/+26
2020-10-11check_tfs.py: Also match case insensitivelyMartin Mathieson1-6/+3
2020-07-06DVB-S2-BB: Add the next-header protocol types from RFC4326, section 4.4.1Martin Mathieson1-7/+29
2020-07-06DVB-S2-BB: For GSE Protocol Type, separate Next-Header and Ethertype subtypes.Martin Mathieson1-16/+25
2020-07-05DVB-S2-BB: update list of standards.Guy Harris1-1/+13
2020-07-05DVB-S2-BB: update a URL.Guy Harris1-1/+4
2020-07-03DVB-S2: show raw bbframe data when it is not dissectedAdrien Destugues1-0/+9
2020-07-03DVB-S2: Reassemble GSE frames.Adrien Destugues1-5/+128
2020-07-03DVB-RCS2: dissect Ethernet/VLAN payloadDidier Barvaux1-0/+11
2020-07-03DVB-RCS2: Handle optional BBFrame EIP CRC 32 fieldJosselin VALLET1-19/+24
2020-07-02DVB-RCS: dissect signalling tables in DVB-S2 dissectorMichaël Bouchaud1-12/+33
2020-07-01DVB-S2: Add DVB-S2x supportMichael Bouchaud (yoz)1-10/+295
2020-07-01DVB-S2: Add option to not dissect BBFrame contentsAudric Schiltknecht1-37/+51
2020-07-01DVB-RCS: Dissect NCR in DVB-S2 dissectorMichaël Bouchaud1-4/+25
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-03-25dvb (s2): fix 'dvb-s2_bb.reserved' exists multiple times with NOT compatible ...Alexis La Goutte1-1/+1
2017-01-23DVB-S2-BB: Support all four MA modesMustBeArt1-34/+92
2017-01-19DVB-S2-BB: Obey frame format from BB Header fieldsMustBeArt1-20/+88
2017-01-14DVB-S2-BB: Use proto_tree_add_bitmask()MustBeArt1-38/+36
2017-01-13DVB-S2 BB: Handle GSE Padding in BB framesMustBeArt1-20/+34