aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2022-08-29conversation: speak of the "conversation key" as just address/port endpoints.Guy Harris8-40/+40
2022-08-29OCP.1: Fix potential infinite loopMartin Mayer1-1/+5
2022-08-28[Automatic update for 2022-08-28]Gerald Combs1-1/+1
2022-08-28EAP: fix TEAP Identity TLV decoding caused by typoAlexander Clouter1-1/+1
2022-08-28bt-utp: Implement Close Reason extensionJohn Thacker1-43/+99
2022-08-27OCP1: Make all value_strings staticMartin Mathieson1-27/+28
2022-08-27netflow: Sequence numbers are by Transport SessionJohn Thacker1-10/+24
2022-08-27tcp: Fix a comparison that should be strict in OOO processingJohn Thacker1-1/+1
2022-08-27DoIP: Prepare for ISO 13400-2:2019Amd1 and newerDr. Lars Völker1-7/+9
2022-08-26TCP: Raise an expert info for non-zero data after EOLMichael Tuexen1-5/+13
2022-08-26OCP.1: Change Protocol Short NameMartin Mayer1-1/+1
2022-08-26DLT: Adding support to open DLT filesDr. Lars Völker3-9/+251
2022-08-26conversation: fix some comments.Guy Harris1-2/+2
2022-08-25Rename routines that talk about conversation keys to talk about elements.Guy Harris15-32/+34
2022-08-25Rename a bunch of things with "conversation".Guy Harris133-657/+753
2022-08-25AT: Implement CMGR command (binary mode)DarienSpencer651-0/+174
2022-08-24mxproxy: don't mix PT_ and ENDPOINT_ values.Guy Harris1-14/+16
2022-08-25HTTP: Test the first header line in a PDU moreJohn Thacker1-25/+34
2022-08-25tls 1.3: set CCM aad_len for draft >= 25Chuck Craft1-13/+7
2022-08-25tcp: Update the maxnextseq on ooo MSPs properlyJohn Thacker1-12/+15
2022-08-24dissector: Open Control Protocol OCP.1/AES70Martin Mayer2-0/+3327
2022-08-24dtls: Handle invalid use_srtp protection profiles lengthJohn Thacker1-8/+17
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris21-172/+172
2022-08-24smpp: add NULL address_range to packet detailsChuck Craft1-1/+1
2022-08-24BSSMAP: Show SAC in CellId treePau Espin Pedrol1-0/+6
2022-08-24SMTP: Handle pipelining of DATA and BDATJohn Thacker1-87/+141
2022-08-23Fix comments to reflect reality.Guy Harris17-17/+17
2022-08-23Update Wi-SUN FAN dissector with LBC-IEJérôme Pouiller1-0/+35
2022-08-23Update Wi-SUN FAN dissector with last LBS-IE specificationJérôme Pouiller1-0/+7
2022-08-23Fix deprecation warning.Guy Harris1-1/+1
2022-08-23TCP: Improve consistency of reproting the SACK supported optionMichael Tuexen1-1/+1
2022-08-23epan: Add back missing public API declaration.João Valverde1-0/+4
2022-08-23Rename some functions and types for endpoint tables.Guy Harris23-211/+292
2022-08-23TLS:add error check for ssl_hmac_initzhangzhilei1-7/+17
2022-08-22HTTP: Send binary Continuation Data to Follow StreamJohn Thacker1-5/+23
2022-08-21SMTP: Move the request handling into a functionJohn Thacker1-301/+317
2022-08-21SMTP: Move response handling into functionJohn Thacker1-173/+187
2022-08-21DCT2000: Don't assign to tag unused valueMartin Mathieson1-1/+2
2022-08-21[Automatic update for 2022-08-21]Gerald Combs2-1/+20
2022-08-21epan: Handle subset tvbuffs with non-zero offets and length -1John Thacker1-0/+10
2022-08-20ieee80211: Improve A-MSDU dissectingChien Wong1-4/+27
2022-08-20ieee80211: Add Transition Disable KDE dissectingChien Wong2-0/+72
2022-08-20pcapng: add support displaying hash from pcapngStephen Hemminger1-0/+82
2022-08-19Windows: Upgrade libgcrypt to 1.10.1.Gerald Combs2-12/+18
2022-08-19QUIC: In stateless reset only set from_server if token foundJohn Thacker1-2/+4
2022-08-19Use `register_dissector()` for more protocolsDavid Perry42-161/+140
2022-08-19Fix some spelling errorsMartin Mathieson5-9/+9
2022-08-19Protobuf: correct the starting offsets of the field name and type tree itemshuangqiangxiong1-2/+3
2022-08-19QUIC: Add support for stateless resetJohn Thacker3-6/+136
2022-08-19TLS:support decrypt TLS_SM4_GCM_SM3 ciphersuitezhangzhilei2-0/+2