aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-catapult-dct2000.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-25DCT2000: skip/show carrierId for LTE/NR RRC headers.Martin Mathieson1-0/+16
2019-06-04DCT2000: Fix up the way RRC dissectors are called.Martin Mathieson1-11/+26
2019-04-29NR: Configure LCID -> RLC Bearer config from RRCMartin Mathieson1-1/+16
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-9/+9
2019-01-23DCT2000: Add other NR RRC entry points.Martin Mathieson1-0/+18
2018-12-14DCT2000: Pass NR NAS payload to dissector with S1AP framingMartin Mathieson1-0/+49
2018-12-13DCT2000: Call nas-5gs dissectorMartin Mathieson1-3/+9
2018-12-13DCT2000: skip optional carrier type in LTE RRC primitive headerMartin Mathieson1-2/+12
2018-08-31Add support for protocol aliases. Switch BOOTP to DHCP.Gerald Combs1-1/+1
2018-08-23DCT2000: For LTE MAC, set flag to say whether sf/sfn present or notMartin Mathieson1-0/+2
2018-06-25DT2000: Call RRC dissector from newer primitives.Martin Mathieson1-5/+21
2018-06-11dct2000: call LTE NAS dissector for r13 releaseMartin Mathieson1-1/+2
2018-06-02DCT2000: call lte rrc dissector for later releasesMartin Mathieson1-1/+5
2018-05-31DCT2000: call NR RRC dissector for protocol payloads.Martin Mathieson1-78/+104
2018-04-29DCT2000: Only look up old protocol name mappings if preference enabledMartin Mathieson1-75/+68
2018-02-22Catapult DCT2000: Update sscanf patterns, and avoid calling if possibleMartin Mathieson1-51/+52
2018-02-15DCT2000: read new LTE MAC outheader valuesMartin Mathieson1-39/+51
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-30dct2000 wiretap: expect all lines to have exactly 4 subsecond digits.Martin Mathieson1-1/+1
2018-01-27DCT2000: after profiling, speed up some partsMartin Mathieson1-12/+31
2017-06-28 FP: Combining heuristic dissectorsDarien Spencer1-1/+1
2017-06-19RLC: Renamed U-RNTI to UE IDDarien Spencer1-1/+1
2017-06-19[UMTS RLC] Rename proto variableDarien Spencer1-3/+3
2017-06-17[UMTS RLC] Renaming dissector files to fit FP/MACDarien Spencer1-1/+1
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-2/+2
2017-03-28Add bounds checks for references to outhdr_values.Guy Harris1-37/+81
2017-03-12catapult-dct2000: fix this condition has identical branches [-Werror=duplicat...Alexis La Goutte1-6/+6
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+2
2016-10-24catapult: use ws_strtou function.Dario Lombardo1-3/+9
2016-08-25Expand comments.Guy Harris1-3/+11
2016-08-17DCT2000: fix a buffer overflow in case of malformed packetPascal Quantin1-0/+3
2016-08-17DCT2000: prevent a stack buffer overflowPascal Quantin1-1/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-6/+6
2016-01-31RLC LTE: upgrade dissector to v13.0.0Pascal Quantin1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-14Have various ATM dissectors use the data arguments for pseudo-headers.Guy Harris1-1/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-11/+13
2015-11-08DCT2000: change switch to if - I'm surprised it compiled at allMartin Mathieson1-3/+3
2015-11-08DCT2000: eliminate dead code return from function (CID 1158885)Martin Mathieson1-11/+6
2015-11-08<stdlib.h> is needed for atoi().Guy Harris1-0/+1
2015-11-07Remove some unnecessary includes.Guy Harris1-1/+0
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-6/+6
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-3/+3
2015-06-25Stop using atof/strtod (fixes column sorting of float types)Peter Wu1-1/+1
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-4/+4
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-10/+10
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-9/+3
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-1/+1