aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Replace "manuf" files with static arraysJoão Valverde5-1/+49280
2023-07-25packet-cql.c: fix ERROR message parsingYaniv Kaul1-0/+1
2023-07-25dfilter: Remove deprecated ~= operator symbolJoão Valverde1-4/+0
2023-07-25dfilter: Change "not in" behaviour to match inequalityJoão Valverde7-10/+43
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker12-31/+318
2023-07-25zabbix: fix buffer overflow in zabbix_desegment preferencePeter Wu1-2/+2
2023-07-24dfilter: Fix `all .. in` operator semanticsJoão Valverde5-125/+210
2023-07-24dfilter: Refactor DFVM valuesJoão Valverde3-88/+62
2023-07-24Add Zabbix protocol dissectorMarkku Leiniö2-0/+1108
2023-07-23[Automatic update for 2023-07-23]Gerald Combs1-2/+2
2023-07-23woww: Fix inconsistenciesGtker1-21/+5
2023-07-23woww: Fix SMSG_TEXT_EMOTE emote_intGtker1-1/+1
2023-07-23woww: Fix CMSG_TEXT_EMOTE incorrect typeGtker1-3/+3
2023-07-23woww: Fix inner loops overriding the outer loop variableGtker1-149/+148
2023-07-23woww: Add array indices in subtree textGtker1-61/+61
2023-07-23woww: Add more enumerators for ITEM_SLOTGtker1-0/+148
2023-07-23woww: Remove pinfo from add_update_maskGtker1-4/+4
2023-07-23woww: Add SHIRT to ITEM_SLOT enumGtker1-0/+2
2023-07-23woww: Replace auction house id with enumGtker1-6/+26
2023-07-23woww: Update layoutsGtker1-80/+54
2023-07-23make_enterprises: some minor changesMartin Mathieson1-7/+32
2023-07-22RTP: Remove unnecessary null checkJohn Thacker1-8/+4
2023-07-22DHCPFO: Improve handling of vendor-specific optionsMarkku Leiniö1-86/+92
2023-07-22DHCPFO: Make expert infos appear in Expert Info DialogJohn Thacker1-3/+0
2023-07-22A few more add_bitmask fixesMartin Mathieson7-5/+15
2023-07-22WLAN: Fix some more inconsistent fields[] for add_bitmask() callsMartin Mathieson1-6/+8
2023-07-22SCTP: update support for zero checksum acceptable parameterMichael Tuexen1-3/+16
2023-07-22RLC-NR: Fix the length to a key used for wmem_tree usageMartin Mathieson1-1/+2
2023-07-22NTLMSSP: Remove a useless testMartin Mathieson1-74/+66
2023-07-22rdpudp: fix sequence number computationDavid Fort2-34/+57
2023-07-22rdp_egfx: drop useless verbose logDavid Fort1-1/+1
2023-07-22Q.931: fix value-string for Intermediate rate (octet 5b)Vadim Yanitskiy1-3/+4
2023-07-22MySQL/MariaDB: Dissect CLIENT_SSL_VERIFY_SERVER_CERT bitDaniel Lenski1-3/+10
2023-07-22Openflow(v1): fix Dead Store found by Clang analyzerAlexis La Goutte1-1/+0
2023-07-22cql: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-2/+0
2023-07-22rtps: fix dead assignment found by Clang AnalyzerAlexis La Goutte1-1/+0
2023-07-21Improve check for add_bitmask consistency, and fix up some issuesMartin Mathieson4-11/+11
2023-07-21DNS: add a fence to info columnNardi Ivan1-3/+4
2023-07-21RTP: Rename the struct of per-packet infoJohn Thacker3-33/+33
2023-07-21RTP: SSRCs on the same RTP session have their own number spaceJohn Thacker2-160/+192
2023-07-20Fix a spelling error in file-pcap.cMartin Mathieson1-2/+2
2023-07-19Fix more item/call issuesMartin Mathieson7-24/+24
2023-07-18file-pcap, file-pcapng: use names from the specs for packet lengths.Guy Harris2-43/+43
2023-07-18epan: Convert our column format gbooleans to boolsGerald Combs2-4/+4
2023-07-18epan: Add default log column preferencesGerald Combs1-11/+25
2023-07-18ISIS: Updated SRv6 Locator TLV and SRv6 End SID sub-TLV (rfc9353)Taisuke Sasaki2-104/+451
2023-07-18epan: Decrease dependent frame hash table sizeJohn Thacker1-1/+1
2023-07-18AMR: avoid redundant assignmentMartin Mathieson1-1/+1
2023-07-17CBOR: Add a recursion checkGerald Combs1-2/+27
2023-07-17XnAP: fix another testPascal Quantin2-2/+2