aboutsummaryrefslogtreecommitdiffstats
path: root/src/csn1.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-30rlcmac: support decode FDD_CELL_INFORMATION of "UTRAN FDD DescriptionPau Espin Pedrol1-0/+2
2020-03-30Move gsm_rlcmac.cpp -> .cPau Espin Pedrol1-14/+1
2020-03-26csn1.h: Fix trailing whitespacePau Espin Pedrol1-34/+34
2020-03-23csn1: Validate recursive array max size during decodingPau Espin Pedrol1-3/+3
2020-02-17csn1: get rid of C++ specific code, compile with GCCVadim Yanitskiy1-8/+3
2020-01-28csn1: Drop format_p union from CSN_DESCRPau Espin Pedrol1-44/+39
2020-01-28csn1: Try to fix cast discards '__attribute__((const))' qualifier from pointe...Anders Broman1-7/+7
2020-01-28csn1: Don't cast away constnessGuy Harris1-1/+1
2020-01-28csn1: Fix an infinite loop in CSN.1 dissector when having more than 255 paddi...Pascal Quantin1-0/+1
2020-01-28csn1: Fix pedantic compiler warnings in csn.1 dissectorsPau Espin Pedrol1-42/+44
2020-01-28csn1: Allow CHOICE elements to re-process the bits used for the choicePau Espin Pedrol1-0/+1
2020-01-28csn1: Update M_NULL CSN_DESCR to match wiresharkAnders Broman1-2/+2
2018-02-19Move include guard to the topMax1-3/+3
2017-05-15remove pcu own bitvector implementationAlexander Couzens1-1/+4
2012-10-10Ported fixes and improvements from Wireshark for RLC/MAC control block decodi...Ivan Kluchnikov1-38/+70
2012-06-15Removed all size_t variables. Fixed type of readIndex and writeIndex variables.Ivan Kluchnikov1-4/+4
2012-06-14move everything to src/ subdirectoryHarald Welte1-0/+574