aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde100-137/+104
2021-07-26Move wmem to wsutilJoão Valverde49-167/+237
2021-07-26Normalize some dissector includesJoão Valverde6-6/+5
2021-07-26Resync ASN.1 dissector sourcesJoão Valverde4-29/+29
2021-07-26check_typed_item_calls.py: check add_bitmask() functionsMartin Mathieson1-4/+24
2021-07-26dumpcap: clean up capture device open errors.Guy Harris1-4/+4
2021-07-25GitLab CI: Add a retry to the Windows builds.Gerald Combs1-0/+1
2021-07-25btatt: fix reported dissector bug.Guy Harris1-1/+1
2021-07-25nettrace 3GPP 32.423: move the name related code together.Guy Harris1-1/+1
2021-07-25wslog: Minor fixes and cleanupsJoão Valverde2-10/+8
2021-07-25libwiretap: Avoid using uninit variableMoshe Kaplan1-0/+2
2021-07-25[Automatic update for 2021-07-25]Gerald Combs6-15/+137
2021-07-24check_typed_item_calls.py: Add a check for all-zeroes maskMartin Mathieson10-44/+52
2021-07-24WOWW: Make undecryptable server messages stop decryptionGtker1-0/+17
2021-07-24WOWW: Make additional messages appear under the proto subtreeGtker1-6/+25
2021-07-24WOWW: Add ability to decrypt multiple messages in PDUGtker1-10/+20
2021-07-24WOWW: Make headers need decryption tree into mapGtker1-5/+9
2021-07-24WOWW: Change decrypted headers tree to mapGtker1-7/+15
2021-07-24WOWW: Add type for decrypted headerGtker1-8/+13
2021-07-24WOWW: Make tree only take the data that belongs to itGtker1-2/+6
2021-07-24WOWW: Move tree building of headers into seperate functionGtker1-32/+43
2021-07-24WOWW: Move adding of tree items to be closer to tree logicGtker1-5/+4
2021-07-24WOWW: Fix allocs with hardcoded valuesGtker1-2/+2
2021-07-24WOWW: Refactor decryption logicGtker1-30/+23
2021-07-24WOWW: Refactor header decryption logic slightlyGtker1-16/+18
2021-07-23Fix duplicated prepositionPiotrek Żygieło1-2/+2
2021-07-23CMake: Remove some unused definitionsJoão Valverde3-22/+2
2021-07-23DoIP: Add better check of length fieldDr. Lars Völker1-6/+32
2021-07-23CMS: Correct RFC 4108 AttributesDylan Ulis2-25/+25
2021-07-23CIP Motion: Match spec data namingDylan Ulis1-85/+92
2021-07-23ieee80211: Fix the handling of Ranging NDP Announcements.Richard Sharpe1-14/+18
2021-07-22rpcap: add support for IPv6 addresses in findalldevs replies.Guy Harris1-14/+155
2021-07-22mp4: handle missing timescaleEvan Huus1-12/+20
2021-07-22CMake: fix macOS build when both Qt5 and Qt6 are installed againPeter Wu1-1/+5
2021-07-22RADIUS: Update h3c dictoAlexis La Goutte1-39/+77
2021-07-21eCPRI: don't show UINT32 type of 4-byte hdr subtree.Martin Mathieson1-4/+6
2021-07-21MKA: Don't just pretend to dissect version 3, implement the additionJaap Keuter1-5/+28
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus189-944/+944
2021-07-21JSON: correction of 3gpp ueEpsPdnConnectionJoakim Karlsson2-4/+4
2021-07-21Add some comments and long text to eCPRI dissector.Martin Mathieson2-16/+39
2021-07-21GTPv2: Add dissect of EN-DC SON Configuration IE in F-ContainerJoakim Karlsson1-46/+59
2021-07-21CMake: Remove unneeded GLIB2_LIBRARIES.Gerald Combs4-14/+2
2021-07-21text_import: create a wtap_block_t before calling wtap_block_add_...option.Guy Harris1-0/+2
2021-07-21First pass pinfo->pool conversionEvan Huus194-802/+803
2021-07-20text_import: only add the packet flags if we have them.Guy Harris1-2/+4
2021-07-20WOWW: Rename 'index' variables to 'idx'Gtker1-18/+20
2021-07-20WOWW: Remove template commentsGtker1-28/+3
2021-07-20WOWW: Make saved original values use structGtker1-11/+14
2021-07-20WOWW: Update documentationGtker1-24/+30
2021-07-20WOWW: Add better support out of order parsingGtker1-22/+40