aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2021-07-16CAN: Adding support for more specific tables (2)Dr. Lars Völker3-54/+8
2021-07-16JUNIPER: Set proper item length for protocol layerJaap Keuter1-24/+24
2021-07-16BLF: Support for BLF file formatDr. Lars Völker2-0/+554
2021-07-15tcp: switch packet_scope to pinfo->poolEvan Huus1-15/+15
2021-07-15wireshark(HEAD): oampdu: Fix: do not stop GetReq packet parsing for Object 0Arkady Gilinsky1-1/+1
2021-07-15ORAN FH CUS: Fix C-Section dissection.Martin Mathieson1-64/+92
2021-07-15can: more specific dissector tables for CAN IDs and extended IDsDeveloper Alexander2-41/+55
2021-07-15DoIP: Add TLS handover for encrypted communicationJ M1-2/+5
2021-07-15packet-kerberos: implement PAC Ticket checksum verificationStefan Metzmacher2-6/+510
2021-07-15packet-kerberos: always get the true length from decrypt_krb5_data_asn1()Stefan Metzmacher2-32/+32
2021-07-14sv: fix typo ConfRef => ConfRevAlexis La Goutte2-5/+5
2021-07-14ISO15765: Make a function static.Martin Mathieson1-1/+1
2021-07-14ISIS-LSP: Fix spelling of "algorithm"Martin Mathieson1-6/+6
2021-07-14LIN: Adding support for LIN dissectionDr. Lars Völker8-35/+628
2021-07-14CMake: Adjust wsutil includes and linking.Gerald Combs1-0/+2
2021-07-13prefs_register_protocol_obsolete protocols with only obsolete prefsChuck Craft10-10/+10
2021-07-13MySQL: Add support for session track gitds & transaction infobookding1-0/+71
2021-07-13DCT2000: Support a format for MAC-NR PDUs inside comment linesMartin Mathieson1-1/+83
2021-07-13ieee80211: Correctly handle trigger frames when there is no padding.Richard Sharpe1-3/+5
2021-07-13DoIP: Adding name resolution for Diagnostic Addresses (UAT)Dr. Lars Völker1-10/+168
2021-07-13TECMP: Adding name resolution for Channel IDsDr. Lars Völker1-4/+88
2021-07-13ISIS: Add Flexible Algorithm (draft-ietf-lsr-flex-algo-16)Taisuke Sasaki1-59/+300
2021-07-13ppcap: Remove unused preference codeAnders Broman1-4/+0
2021-07-13Multipart: Add option to uncompress dataUli Heilmeier1-4/+45
2021-07-13packet-dlm3: update dissector for version 3.2Alexander Aring1-66/+317
2021-07-13packet-dlm3: dissect pdus for tcp caseAlexander Aring1-2/+26
2021-07-13lua: dialog with prefilled valuesDeveloper Alexander2-17/+57
2021-07-13oampdu: Fix DPoE get request parsingArkady Gilinsky1-2/+14
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry3-12/+14
2021-07-11More mask checks and some fixes.Martin Mathieson7-18/+18
2021-07-11CMake: Remove a duplicate target include directory.Gerald Combs1-8/+3
2021-07-10wmem: Add assertion macro with WS_DISABLE_ASSERTJoão Valverde7-30/+72
2021-07-10wmem: Remove dependency on wsutilJoão Valverde8-58/+38
2021-07-09wmem: Use quotes for an internal includeJoão Valverde1-1/+1
2021-07-08RSL: Fix mask of eMLPP Priority field.Martin Mathieson1-1/+1
2021-07-08check_typed_item_calls.py Some more mask checksMartin Mathieson9-9/+9
2021-07-08RADIUS: replace ULI decoder with version from GTPv2Andreas Schultz2-152/+39
2021-07-08nordic_ble: Fix packet times for multiple interfacesJoakim Andersson1-21/+83
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris6-17/+23
2021-07-07Use wtap_blocks for packet commentsDavid Perry11-131/+270
2021-07-07LPP: upgrade dissector to v16.5.0Pascal Quantin4-159/+162
2021-07-07NR RRC: upgrade dissector to v16.5.0Pascal Quantin8-598/+2048
2021-07-07GTPv2: fix decoding of (extended) eNodeB idAndreas Schultz1-2/+2
2021-07-07LTE RRC: upgrade dissector to v16.5.0Pascal Quantin11-756/+921
2021-07-07NGAP: fix dissection of gNB/ng-eNB transparent containerPascal Quantin2-179/+175
2021-07-07QUIC: improve "Follow QUIC Stream" supportNardi Ivan2-5/+140
2021-07-07wmem: add a GCompareFunc implementation to compare unsigned integer 64 bits longNardi Ivan2-0/+13
2021-07-07Fix compiler warning in packet-json.cDavid Perry1-5/+0
2021-07-07ORAN FH CUS: Fix some field widthsMartin Mathieson1-49/+70
2021-07-06json: improved path based filteringDeveloper Alexander1-220/+390