aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-24Add ws_debug() and use itJoão Valverde45-418/+403
2021-05-24pcapng: Fix debug statementsJoão Valverde1-2/+2
2021-05-23netscaler: plug a memory leak.Guy Harris1-0/+1
2021-05-23tacacs: free a buffer if it's not used.Guy Harris1-1/+3
2021-05-23dnp: plug a memory leak.Guy Harris1-0/+1
2021-05-23PROFInet: Correct handling for multiple APIsMartin Tschoepe1-3/+1
2021-05-23change info labels to match Zigbee spec for clarityChris Brandson1-1/+1
2021-05-23nvme: Fix Dead StoreAlexis La Goutte1-2/+2
2021-05-23addr_resolv: repopulate services table on profile switchChuck Craft1-0/+2
2021-05-23DVB-S2-BB: Make dissect_dvb_s2_gse() have the dissector_t signatureJohn Thacker1-24/+24
2021-05-23[Automatic update for 2021-05-23]Gerald Combs6-98/+212
2021-05-23NVMe: fix parsing ANA Get LogPage response.Constantine Gavrilov1-13/+18
2021-05-23OID handling: fix a memory leak.Guy Harris1-4/+21
2021-05-23epl-profile-parser: plug a memory leak.Guy Harris1-0/+1
2021-05-22RTP streams: plug memory leaks.Guy Harris1-10/+31
2021-05-22Plug another leak.Guy Harris1-0/+1
2021-05-22Remove a duplicate unlink.Guy Harris1-4/+5
2021-05-22Plug a memory leak.Guy Harris1-1/+3
2021-05-22oran: clean up write_pdu_label_and_info().Guy Harris1-2/+5
2021-05-22dof: clean up adding the session key to the dissection.Guy Harris1-3/+2
2021-05-22VoIP Dialogs: Refactoring of singleton windows to factory methodsJirka Novak12-179/+312
2021-05-21fuzzshark: close a leak.Guy Harris1-1/+3
2021-05-21protobuf: close another leak.Guy Harris1-0/+2
2021-05-21protobuf: close a leak when file loading fails.Guy Harris1-1/+3
2021-05-21epan: redo the processing of ENC_APN_STR.Guy Harris1-17/+71
2021-05-21NAS 5GS: fix Non-3GPP NW policies IE dissectionPascal Quantin1-1/+1
2021-05-21Added documentation for new statistics.Thomas Dreibholz4-0/+15
2021-05-21Added statistics for ComponentStatusProtocol.Thomas Dreibholz1-4/+264
2021-05-21Added statistics for FractalGeneratorProtocol.Thomas Dreibholz1-29/+288
2021-05-21Added statistics for CalcAppProtocol.Thomas Dreibholz1-6/+265
2021-05-21ERLDP: Fix the type of the handshake tag.Martin Mathieson1-1/+1
2021-05-21ErlDP: decode handshake flagsAndreas Schultz1-4/+177
2021-05-21NSIS: install all files in the protobuff directory.Anders Broman1-1/+1
2021-05-20DVB-S2-BB: Make dissect_dvb_s2_bb() have the dissector_t signatureJohn Thacker1-26/+26
2021-05-20Reduced size of the ASAP and ENRP Statistics screenshots.Thomas Dreibholz2-0/+0
2021-05-20Updated documentation of the RSerPool statistics.Thomas Dreibholz3-2/+3
2021-05-20Added bytes and byte rate to ASAP and ENRP statistics.Thomas Dreibholz2-61/+185
2021-05-20Adding more than one protobuff file fails.Anders Broman1-1/+1
2021-05-20NGAP: fix dissection of UERadioCapability IE for NB-IoT UEsPascal Quantin3-155/+173
2021-05-20Use ENC_APN_STR in one more place.Anders Broman2-17/+7
2021-05-20DCT2000: allow for longer lines/PDUsMartin Mathieson1-1/+1
2021-05-20btmesh: Add dissectors of some generic opcodesPiotr Winiarczyk1-3/+1766
2021-05-20Add ENC_APN_STR to handle APN stringsAndersBroman5-58/+28
2021-05-20ieee80211: reorder some ett rnr fieldAlexis La Goutte1-8/+6
2021-05-20ieee80211: Enhance display when there is multiple TBTT InformationAlexis La Goutte1-5/+15
2021-05-20ieee80211: Fix Multiple Neigbor AP Information on RNRAlexis La Goutte1-40/+50
2021-05-20wsutil: Add ws_assert_bounds()João Valverde2-1/+6
2021-05-20wsutil: Avoid using g_abort()João Valverde1-2/+3
2021-05-20Fixup ws_assert() macroJoão Valverde1-1/+1
2021-05-20Fix a maybe-uninitialized warning with -O3 (gcc)João Valverde1-1/+1