aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2022-09-23NAS EPS: upgrade dissector to v17.7.0Pascal Quantin4-13/+387
2022-09-23GSM A GM: upgrade dissector to v17.7.0Pascal Quantin3-47/+351
2022-09-23ROHC: Create subtree for extensionsMartin Mathieson1-40/+70
2022-09-23epan: Prevent crash when asserting on unvalidated UTF-8 stringsJohn Thacker1-3/+6
2022-09-23pfcp: Use ENC_APN_STRJohn Thacker1-18/+3
2022-09-23HTTP: sanitize encoding header field stringsJohn Thacker1-2/+15
2022-09-22Trivial: fix a couple of copy/paste consecutive filtersMartin Mathieson3-4/+4
2022-09-22USB: Make setup and data flags FT_CHARJohn Thacker1-17/+18
2022-09-21XML: Do escape ASCII control charactersJohn Thacker2-2/+31
2022-09-21proto: Validate add_string values as UTF-8John Thacker2-1/+11
2022-09-21RTPS: Added dissection of Compression Id in Data Representationismaelrti1-0/+49
2022-09-21GTP: Fix NSAPI shift in Radio PriorityJohn Thacker1-6/+5
2022-09-20RTPS: Wrong deserialization of optional members.ismaelrti1-5/+17
2022-09-20RTPS: PluginParticipantSecurityAttributesMask value is incorrectly displayedismaelrti1-0/+1
2022-09-20ciscodump(extcap): Fix DeadStoreAlexis La Goutte1-2/+0
2022-09-20bgp: fix deadcode found by Clang AnalyzerAlexis La Goutte1-3/+0
2022-09-20pfcp: Fix deadcode found by Clang AnalyzerAlexis La Goutte1-1/+0
2022-09-20oran: Fix deadcode found by Clang AnalyzerAlexis La Goutte1-1/+0
2022-09-20mbim: Fix deadcode found by Clang AnalyzerAlexis La Goutte1-2/+0
2022-09-20diameter: Fix Clang WarningAlexis La Goutte1-1/+1
2022-09-19GTP: Have all the matched message types appear in SRTJohn Thacker1-24/+23
2022-09-18Fix some spelling errorsMartin Mathieson7-10/+10
2022-09-18[Automatic update for 2022-09-18]Gerald Combs1-1/+7
2022-09-18tplink-smarthome: Reject packets that don't matchJohn Thacker1-27/+47
2022-09-17GTP: Use a map for mapping from <teid,address> to frameJohn Thacker3-89/+72
2022-09-17GTP: Use direct hashing in the session tableJohn Thacker2-43/+41
2022-09-17NAS-5GS: correction of IE Extended rejected NSSAIJoakim Karlsson1-32/+92
2022-09-16ROHC: more comments relating dissector to specMartin Mathieson1-19/+89
2022-09-16ROHC: more fixesMartin Mathieson1-34/+52
2022-09-15Bluetooth: Handle PHY Update procedure with no changeJoakim Andersson1-5/+30
2022-09-15Bluetooth: Fix reserved field in CTE request control packetJoakim Andersson1-1/+1
2022-09-15BBLog: refactor and update the list of eventsMichael Tuexen3-301/+340
2022-09-15UDPCP: seq-num analysis, and match data and ACKsMartin Mathieson1-14/+186
2022-09-14ROHC: Show profile first in Info columnMartin Mathieson1-15/+18
2022-09-13tls: Don't update the msp end on a second passJohn Thacker1-1/+2
2022-09-14follow: Have followers register their stream count functionJohn Thacker10-10/+27
2022-09-13tcp: Create new conversations on a SYN after a RST or FINJohn Thacker1-9/+34
2022-09-13coap, thread: special-case application/octet-stream for CoAP for TMF.Guy Harris3-7/+68
2022-09-13RoHC: set correct length for Dynamic IPv4 Chain subtreeMartin Mathieson1-2/+3
2022-09-13E1AP: upgrade dissector to v17.1.0Pascal Quantin9-1111/+6328
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris16-48/+59
2022-09-13RTPS: Added IP to IPv4 locator dissection.ismaelrti1-0/+1
2022-09-12Give dissectors a descriptive string.Guy Harris13-44/+93
2022-09-12TLS: fix GREASE extensionJaap Keuter1-12/+9
2022-09-11coap: have different dissectors for different transports.Guy Harris2-34/+43
2022-09-11tcp: Don't try to desegment at FIN if we can't desegment the frameJohn Thacker1-0/+1
2022-09-11[Automatic update for 2022-09-11]Gerald Combs2-269/+289
2022-09-11wsdg/Lua: no get_range() method - use fieldinfo.rangeChuck Craft1-2/+2
2022-09-11STUN: fix calculation of CRC-32 with TCP framingNardi Ivan1-1/+1
2022-09-11proto: Ensure that representation strings are printable, valid UTF-8John Thacker1-17/+57