aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-catapult-dct2000.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-16Remove ipproto member of packet_info.Michael Mann1-12/+0
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-4/+3
2014-08-15packet-catapult-dct2000.c: Create/use and extended value-string; Add editor m...Bill Meier1-1/+14
2014-07-07Trying to create and use an empty tvb now throws an exception. Just pass cur...Martin Mathieson1-3/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-22From Fabrice Bellard:Pascal Quantin1-5/+5
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-11/+11
2013-11-11Include rohc struct inside pdcp instead of repeating all of the fieldsMartin Mathieson1-8/+8
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-13Convert a few more dissectors to wmemPascal Quantin1-9/+9
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1