aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-18More constification, to squelch warnings.Guy Harris4-4/+4
2019-03-17Don't cast away constness if you don't have to.Guy Harris1-2/+2
2019-03-17Don't cast away constness if you don't have to.Guy Harris1-1/+1
2019-03-17Don't cast away constness if you don't have to.Guy Harris1-2/+2
2019-03-17No need for a per-instance private sctp_allassocs_info_t pointer.Guy Harris2-2/+2
2019-03-17Don't remove constness in a cast if it's not necessary.Guy Harris1-2/+2
2019-03-17Constification, to remove some compiler warnings.Guy Harris6-15/+15
2019-03-17Constification, to remove some compiler warnings.Guy Harris2-5/+5
2019-03-17Treat erf_timestamp_t's as integral values.Guy Harris1-2/+2
2019-03-17Radius: use generic e212 function to dissect imsi fieldNardi Ivan1-0/+8
2019-03-17[Automatic update for 2019-03-17]Gerald Combs4-13/+102
2019-03-17TLS: fix potential buffer overflow with a malicious SSL 3.0 sessionPeter Wu1-1/+11
2019-03-16Remove incorrectly-inserted "return FALSE;".Guy Harris1-1/+0
2019-03-16Fix up the checks in nspm_signature_version().Guy Harris1-36/+93
2019-03-15decode-as: Write the entries sorted to file.Anders Broman1-15/+38
2019-03-15TCP: Adding sequence number only once to the treeUli Heilmeier1-4/+9
2019-03-15netscaler: add more sanity checks.Dario Lombardo1-0/+4
2019-03-15rtps: fix format in val_to_str().Dario Lombardo1-1/+1
2019-03-15IEEE802154_TAP: Add TLVs for channel plan and freqJames Ko1-9/+62
2019-03-14Windows: Console log handler fixups.Gerald Combs3-140/+110
2019-03-14wmem: fix a comment.Dario Lombardo1-2/+2
2019-03-14IS-IS: Adding support for RFC8500Uli Heilmeier2-0/+52
2019-03-14Ask, in a comment, whether we should do an exact match on signatures.Guy Harris1-0/+2
2019-03-14Fix the test for a NetScaler trace file.Guy Harris1-7/+21
2019-03-14GBCS: Add define for use case GCS24aMartin Boye Petersen1-220/+221
2019-03-14Add -G Ninja to macos-setup.shJim Young1-1/+2
2019-03-14dumpcap: Reallocate the IO buffer when switching the ring buffer filesVasil Velichkov1-2/+3
2019-03-14dumpcap: Initialize the stats variableVasil Velichkov1-6/+1
2019-03-13RTPS: Support for Data Representation QoS policy and XCDRv2ismaelrti2-4/+77
2019-03-13BGP: adding support for RFC8538Uli Heilmeier1-1/+8
2019-03-13gsm_gsup: check the current len against the caller length.Dario Lombardo1-1/+10
2019-03-13ZigBee: Decode Tariff Label as unicodeKenneth Soerensen1-1/+1
2019-03-13ZigBee: Rename variables to be consistentKenneth Soerensen1-6/+6
2019-03-13Stub version of dissect_btmesh_msg() missing _U_.Jim Young1-1/+1
2019-03-12GSUP: remove the tree checkPascal Quantin1-9/+7
2019-03-12btmesh: Adding support Proxy Protocol control messagesPiotr Winiarczyk3-142/+426
2019-03-12NAS 5Gs: Fixed Integrity protection MBRSwapnil Roy1-2/+2
2019-03-11ZBEE ZCL: updated Device Management Cluster dissection.Nikita Ryaskin1-21/+729
2019-03-11OSPF: Add RFC8510Uli Heilmeier1-4/+16
2019-03-11Use memcpy() to copy bytes.Guy Harris1-6/+2
2019-03-11Flip MAC and IP addresses, and TCP/UDP/SCTP ports, for outgoing packets.Guy Harris1-11/+61
2019-03-10Ask in a comment whether we should test HAVE_STRUCT_STAT_ST_BLKSIZE.Guy Harris1-1/+19
2019-03-10GSM A RR: fix Frequency List Variable Bitmap IE dissectionMichael McTernan1-1/+1
2019-03-10DHCP: more details for PXE fieldsUli Heilmeier1-24/+191
2019-03-10Dumpcap: Set a bigger IO buffer (64KiB).Anders Broman3-10/+62
2019-03-10Cmake: Make it possible to check on HAVE_STRUCT_STAT_ST_BLKSIZE.Anders Broman2-0/+4
2019-03-10[Automatic update for 2019-03-10]Gerald Combs7-17/+84
2019-03-10nbap: add sanity checks when accessing arrays via num_items.Dario Lombardo2-10/+10
2019-03-09Allow %D and %T in date/time formats.Guy Harris1-1/+1
2019-03-09Qt: fix compilation with old compilers.Dario Lombardo2-2/+3