aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2018-03-18Qt: ensure field is visible on selection from bytes viewPeter Wu1-2/+2
2018-03-17CQL: ensure that there is at least one column to display rowsPascal Quantin1-11/+13
2018-03-17QUIC: Add dissection of Full Packet Number (PKN)Alexis La Goutte1-15/+92
2018-03-17MAC-NR: add BCCH BCH decodingPascal Quantin1-5/+100
2018-03-17MAC-NR: minor display adjustmentsPascal Quantin1-9/+9
2018-03-17The number of beams field has the wrong title: was System Data LengthGraham Shanks1-1/+1
2018-03-16colum-utils.h: Fix 325 million -Wdocumentation warningsJoerg Mayer1-3/+2
2018-03-16F1AP: initial dissector submission based on v15.0.0Pascal Quantin25-132/+7402
2018-03-16Tidy up LTE mac and RLC headers - trivial things seen while adding NR versionsMartin Mathieson2-4/+28
2018-03-16Fix dist.Gerald Combs2-0/+2
2018-03-16OSCORE: Decrypt responses and dissect plaintext with CoAP functionsMališa Vučinić3-30/+82
2018-03-16CoAP: Refactor code, option and payload dissectionMališa Vučinić2-415/+514
2018-03-16CoAP: Hooks to OSCOREMališa Vučinić2-24/+90
2018-03-16OSCORE: Add the new dissector - decrypt and verify the authenticity of requestsMališa Vučinić4-0/+929
2018-03-165G/NR MAC dissector. Incomplete and only partly tested.Martin Mathieson4-0/+1862
2018-03-16RLC-NR: initial dissector submission based on v15.0.0Pascal Quantin4-0/+1411
2018-03-16ieee80211: Place the MCC and MNC in a subtree per PLMN.Richard Sharpe1-2/+10
2018-03-15wslua: use Filehandler.extensions for controlling output filesPeter Wu1-5/+18
2018-03-15MaxMind DB: Shut down our mmdbresolve process.Gerald Combs2-2/+5
2018-03-15Properly reset a variable.Gerald Combs1-1/+2
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs10-12/+45
2018-03-15ssl-utils: fix compilation if not HAVE_LIBGCRYPT_AEAD.Dario Lombardo1-2/+6
2018-03-15TLS13: support draft 25 and 26Peter Wu1-1/+15
2018-03-15TLS13: implement trial decryption for early dataPeter Wu3-15/+124
2018-03-15(D)TLS: restrict ssl.ignore_ssl_mac_failed preference to sslPeter Wu5-11/+12
2018-03-14f5ethtrailler: Fix Dead Store (Dead assignement/Dead increment) Warning found...Alexis La Goutte1-31/+27
2018-03-14Omron-FINS: Added parsing of CS1 mode FINS memory area codes.Vidar Madsen1-67/+199
2018-03-14Nano: do not use packet scope strings in columnsPascal Quantin1-6/+5
2018-03-14NAS-5GS: Start updating to version 0.4.0AndersBroman1-104/+139
2018-03-14[GPRSCDR] Update to 3GPP TS 32.298 V15.1.0Joakim Karlsson4-992/+1253
2018-03-14f5ethtrailer: Fix calling col_info with NULL format string.Joerg Mayer1-205/+204
2018-03-14thrift: Fix typo in dissector table descriptionGraham Bloice1-1/+1
2018-03-14[GTPv2] Add new IE Secondary RAT Usage Data ReportJoakim Karlsson1-3/+129
2018-03-14Export ZigBee ZCL functions in the libwireshark.dll.Paul Zander1-6/+8
2018-03-14Register the ZigBee ZCL cluster with a manufacturer specific code.Paul Zander11-4/+70
2018-03-14Add support for ZigBee ZCL manufacturer specific attributes and commands.Paul Zander5-65/+97
2018-03-13[PFCP] Fixed FAR ID, QER ID and URR ID Allocation Type String appended to the...Matej Tkac1-3/+12
2018-03-13Properly initialize mmdb_lookup_t.Gerald Combs1-3/+8
2018-03-13Get rid of TestBigEndian and AC_C_BIGENDIAN.Gerald Combs1-2/+2
2018-03-13Remove popcount in favor of ws_count_ones.Gerald Combs3-31/+30
2018-03-13nordic_ble: Fix delta time start-to-start calculationStig Bjørlykke1-80/+199
2018-03-13GSM BSSMAP: fix a typo in in speech version range_stringPascal Quantin1-5/+5
2018-03-13Column format functions must not be called with a NULL format string.Joerg Mayer1-3/+5
2018-03-13TDS: Improve dissection of TDS5 tokenized requests.Craig Jackson1-656/+1160
2018-03-13CMake: Exclude wmem_test from the default buildGerald Combs1-0/+1
2018-03-12TLS13: prepare for early data trial decryptionPeter Wu3-37/+68
2018-03-12Add dissector for Nano / RaiBlocks cryptocurrency protocolRoland Haenel3-0/+500
2018-03-12ber/per: assert actx to avoid null dereference (found by clang).Dario Lombardo2-0/+4
2018-03-12eth: fix null pointer dereference when called from LuaPeter Wu1-2/+3
2018-03-11F5ETHTRAILER: Initial cleanup from submissionMichael Mann1-661/+492