aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2023-03-04Follow: Remove some unused codeJohn Thacker1-7/+0
2023-03-03UDS: Use wmem to create a stringJohn Thacker1-1/+1
2023-03-03UDS: fixing typos indification and sub-functionDr. Lars Völker1-11/+11
2023-03-03epan: Do not try to add a bits item with negative bit lengthJohn Thacker1-2/+9
2023-03-02DRDA: Add SQL Statement LengthAlexis La Goutte1-1/+8
2023-03-01file-pcapng-darwin: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-2/+0
2023-02-28epan: Expand on comment regarding g_atomic_pointerJohn Thacker1-2/+3
2023-02-28Revert "Reset the "current conversation elements" after each dissector call"John Thacker1-10/+0
2023-02-28icmpv6: Show ND lifetime as time stringStig Bjørlykke1-12/+31
2023-02-28RTPS: make a function staticMartin Mathieson1-0/+1
2023-02-28UDS: cleanup structureDr. Lars Völker1-82/+39
2023-02-28dfilter: Use ws_debugJohn Thacker1-6/+3
2023-02-27[Automatic update for 2023-02-26]Gerald Combs2-25/+2328
2023-02-27ppp: Reset conversation elements between each frame in raw HDLC streamJohn Thacker1-0/+24
2023-02-26UDS: fix WDBI assertDr. Lars Völker1-7/+10
2023-02-26UDS: Fixing dissector bugs (tvb_bytes_to_str_punct with 0 length)Dr. Lars Völker1-9/+12
2023-02-26[Automatic update for 2023-02-19]Gerald Combs1-14/+85
2023-02-26ORAN FH CUS: Add section extension type 2Martin Mathieson1-1/+192
2023-02-26epan: Determine if an active color filter has a hfid/protoJohn Thacker4-1/+125
2023-02-25NR-RRC: Fix assign instead of comparisonJohn Thacker2-8/+8
2023-02-25Fix item length in ASN.1 templates tooJohn Thacker2-2/+2
2023-02-25ORAN FH CUS: add section extensions 16, 17, 18, 21Martin Mathieson1-5/+117
2023-02-25Change some `wmem_packet_scope()` to `pinfo->pool`David Perry18-265/+266
2023-02-24TECMP: Changing voltage from string to doubleDr. Lars Völker1-3/+4
2023-02-24ORAN FH CUS: Add ext20Martin Mathieson1-4/+122
2023-02-24UDS: Fixing names of RDTCI subfunctions 0x0b-0x0eDr. Lars Völker1-2/+6
2023-02-24fix conflictAlexis La Goutte2-2/+2
2023-02-24PTP: Fix wrap around issue in PTP analysis codeDr. Lars Völker1-19/+34
2023-02-24Fix more warnings from tools/check_typed_item_calls.pyMartin Mathieson13-113/+114
2023-02-24protobuf: fix typoAlexis La Goutte1-1/+1
2023-02-24protobuf: Fix Clang Warning AnalyzerAlexis La Goutte1-2/+1
2023-02-23TECMP: Fix voltage representation in vendor dataDr. Lars Völker1-1/+1
2023-02-23TLS: use macros for GREASE checksDavid Perry1-7/+16
2023-02-22file-pcapng-darwin: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+0
2023-02-22Fix Wi-SUN LBS-IE dissectorMathis Marion1-1/+1
2023-02-22RTPS: Improving support queries dissectionismaelrti1-52/+161
2023-02-22CIP: Improve connection analysisDylan Ulis2-27/+82
2023-02-21RDMnet: Bug FixesJim Schaettle1-0/+2
2023-02-21BBLog: Add support for PRU eventsMichael Tuexen2-3/+75
2023-02-21file-pcapng: fix might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=...Joakim Karlsson1-1/+1
2023-02-21Diameter 3GPP: update some Rx related AVPsPascal Quantin1-7/+131
2023-02-21BBLog: Update event typesMichael Tuexen1-2/+6
2023-02-21BBLog: Improve handling of timer eventsMichael Tuexen2-2/+45
2023-02-20gmr1_rr: try to explain the 0x100 hack.Guy Harris1-3/+67
2023-02-21RSVP: Add missing S2L_SUB_LSP filter.Martin Stigge1-0/+13
2023-02-20BBLog: Prepare for event type specifc info columnMichael Tuexen1-1/+16
2023-02-20BBLog: Display BBLog information for IN/OUT eventsMichael Tuexen1-2/+631
2023-02-20ieee80211: Fix Short SSID encodingsJosh Schmelzle1-2/+2
2023-02-20Check that value_string values fit into field widthMartin Mathieson13-21/+25
2023-02-19lua: Check for negative lengths when constructing TvbRangeGilbert Ramirez1-0/+4