aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-csn1.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-10/+10
2022-02-25CSN.1: Fix compiler warning showing wrong copyPau Espin Pedrol1-2/+2
2022-01-30CSN.1: Fix some alignment issues.Gerald Combs1-21/+25
2021-10-20csn1: Avoid storing existence bit as true if content was actually NULLPau Espin Pedrol1-9/+36
2021-10-20csn1: Avoid failing if optional DownlinkDualCarrierCapability_r7 is missingPau Espin Pedrol1-31/+35
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-11/+11
2021-02-14Make some more variables and functions static.Martin Mathieson1-1/+1
2020-07-24csn1: fix M_UINT_OFFSET: show value after applying the offsetVadim Yanitskiy1-3/+9
2020-03-27CSN.1: Optimize update of remaining_bits_len dissecting CSN_UINT_ARRAYPau Espin Pedrol1-3/+2
2020-03-27CSN.1: verify enough bits present to decode whole CSN_UINT_ARRAYPau Espin Pedrol1-2/+2
2020-03-27CSN.1: Properly verify CSN_BITMAP lengthPau Espin Pedrol1-1/+4
2020-03-26GSM RLC/MAC: Drop extra empty linePau Espin Pedrol1-1/+0
2020-03-26csn1: fix: do not return 0 if no more bits left in the bufferVadim Yanitskiy1-2/+3
2020-03-25csn1: Validate recursive array max size during decodingPau Espin Pedrol1-2/+16
2020-02-18csn1: fix csnStreamDissector(): catch unknown CSN_CHOICE valuesVadim Yanitskiy1-0/+13
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-28csn1: set pointer before using it (found by clang).Dario Lombardo1-0/+1
2018-02-22csn1: fix indentation.Dario Lombardo1-60/+58
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-03-05csn1: fix this statement may fall through [-Werror=implicit-fallthrough=] fou...Alexis La Goutte1-3/+3
2016-06-02GSM RLC/MAC: add dissection of 2G->3G/4G PS handoverPascal Quantin1-1/+2
2016-06-01CSN1: fix dissection of variable bitmapsVincent Helfre1-28/+9
2015-09-23GSM RLC/MAC: fix dissection of variable length bitmapsPascal Quantin1-1/+1
2015-09-20Make CSN.1 dissectors more filterable.Michael Mann1-202/+164
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-1/+12
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-20/+10
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-03-17[-Wmissing-prototypes]Anders Broman1-1/+1
2012-12-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8037 :Pascal Quantin1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-14From Mike Morrin:Anders Broman1-18/+18
2012-09-07From Mike Morrin:Anders Broman1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-14Try to fix a couple of warnings.Anders Broman1-17/+17
2012-06-04Get rid of a couple of warnings.Anders Broman1-1/+1
2012-04-24Minor cleanup: whitespace, indentation, long-lines, style, typos, etc;Bill Meier1-3/+3
2012-03-01From Mike Morrin: A small patch to correct the name of the function proto_tre...Anders Broman1-1/+1
2012-02-29From Mike Morrin:Anders Broman1-0/+49
2012-02-23From Lei Chen:Anders Broman1-1/+8
2012-02-05From Sylvain Munaut:Anders Broman1-39/+62
2012-01-23From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6754 :Jeff Morriss1-30/+28
2012-01-21Try to fixAnders Broman1-1/+1
2012-01-21Add the missing file fromAnders Broman1-57/+113
2012-01-05From Mike Morrin:Anders Broman1-1/+1
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-23/+23
2011-09-25From Sylvain Munaut: Fix Bug #6351 (Buildbot fuzztest crash);Bill Meier1-0/+1
2011-09-09From Sylvain Munaut via bug 6328:Stig Bjørlykke1-1/+1
2011-08-30From Lei Chen:Anders Broman1-1/+1