aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2018-02-22DMP: Recurse only once.Gerald Combs1-4/+4
2018-02-21dof: use g_malloc0 to prevent uninitialized memory (found by clang).Dario Lombardo1-1/+1
2018-02-21TWAMP: Avoid triggering an infinite recursionValentin Vidic1-12/+19
2018-02-21ftp: calculate bitrate of ft-data sessionMartin Mathieson1-0/+25
2018-02-21[GSM A RR] RXLEV-SUB-SERVING-CELL displayed with wrong bitmask.AndersBroman1-12/+59
2018-02-21dfilter: use g_malloc0 to prevent uninitialized memory to be used.Dario Lombardo1-2/+1
2018-02-21QUIC: Use new labels for decryption (draft-09).Alexis La Goutte1-15/+42
2018-02-21TLS: allow QUIC dissector to pass HKDF label for ciphersPeter Wu3-32/+33
2018-02-21Bluetooth: HCI_EVT: implement LE Extended Advertising ReportJakub Pawlowski1-2/+184
2018-02-21wisun: Small comment fixStig Bjørlykke1-1/+1
2018-02-21Updated Wi-SUN dissector to latest specification.Ed Beroset2-57/+121
2018-02-21Make some arguments const, and remove casting-away of constness.Guy Harris3-15/+15
2018-02-21Eliminate another casting-away-constness warning.Guy Harris1-15/+13
2018-02-21Remove a casting-away-constness warning.Guy Harris1-8/+12
2018-02-21RPCoRDMA: Set an upper bound for our chunk size.Gerald Combs1-3/+8
2018-02-21BER: Add a length check.Gerald Combs1-19/+25
2018-02-21Airpdcap: Add length checks.Gerald Combs1-1/+13
2018-02-20ieee80211: Remove obsolete assignmentsStig Bjørlykke1-4/+1
2018-02-20snmp: add missing initializers in deep copies.Dario Lombardo2-7/+15
2018-02-20ieee80211: fix preamble duration calculationNeil Ostroff1-5/+0
2018-02-20Use units for the server recv->send duration.Guy Harris1-9/+7
2018-02-20FT_FLOAT and FT_DOUBLE support BASE_UNIT_STRING, too.Guy Harris1-3/+30
2018-02-20DOCSIS: Remove concatenated PDU dissection.Gerald Combs1-68/+19
2018-02-20Clean up the way we handle the server recv->send duration.Guy Harris1-11/+10
2018-02-20Extract bits by shifting, not using exponentiation.Guy Harris1-7/+5
2018-02-20Define macros to calculate (2^N)^M, and use them in more places.Guy Harris4-17/+20
2018-02-20Don't use floating point to calculate 4^N, for integer N.Guy Harris1-3/+1
2018-02-20packet-thread: fix cast-align warningRobert Sauter1-5/+2
2018-02-20RELOAD: Fix a length check.Gerald Combs1-1/+1
2018-02-19TWAMP: Try to reassemble Server-Greeting messageValentin Vidic1-3/+11
2018-02-19TWAMP: Handle short TWAMP-Test packetsValentin Vidic1-14/+17
2018-02-19[PFCP] Added missing User Plane Inactivity Timer IE value_stringMatej Tkac1-1/+2
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris17-314/+314
2018-02-18marker: return unused offset (found by clang).Dario Lombardo1-71/+67
2018-02-18marker: fix indentation.Dario Lombardo1-27/+27
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin145-650/+650
2018-02-18NBAP: check that DCH ID was initialized before using itPascal Quantin3-312/+344
2018-02-18LLTD: use wider variables to prevent overflow and infinite loopsMichael Mann1-2/+2
2018-02-18DICOM: Prevent infinite loop (dissect_dcm_tag)Michael Mann1-1/+2
2018-02-18USB: Sanity check Darwin USB header to prevent infinite loop.Michael Mann1-1/+1
2018-02-18DIS: fix Modulation paremter lengthUli Heilmeier1-1/+1
2018-02-18Get rid of unnecessary casts.Guy Harris1-2/+2
2018-02-186LoWPAN: break loop in case of unexpected loRHE typePascal Quantin1-0/+6
2018-02-18S7comm: fix range check to prevent infinite loop when upper bound is 255Pascal Quantin1-11/+11
2018-02-17Clean up missing-prototype warnings.Guy Harris1-2/+5
2018-02-17Don't gratuitously cast away constness.Guy Harris1-6/+6
2018-02-17Don't gratuitously cast away constness.Guy Harris1-3/+3
2018-02-17Don't gratuitously cast away constness.Guy Harris1-2/+2
2018-02-17Don't gratuitiously cast constness away.Guy Harris1-3/+3
2018-02-17Don't gratuitiously cast constness away.Guy Harris1-2/+2