aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-13Qt: Allow dropping fields to add columns and indicate widthRoland Knall8-10/+244
2019-06-13Add 2 extra AVPs used in the SCAPv2 communication for charging on Ericsson CCNsPaulThompson1-2/+10
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser21-23/+20
2019-06-13Qt: traffic table: remove file_closed_Martin Kaiser2-2/+0
2019-06-13rdt: remove a bunch of unnecessary if (tree) checksMartin Kaiser1-141/+104
2019-06-13Pull get_unicode_or_ascii_string() into packet-smb.c.Guy Harris3-160/+157
2019-06-12Qt: fix 'open protocol preferences' shortcut for protocol subtreesPascal Quantin1-0/+5
2019-06-12NGAP: Dissect N2 SM InformationAnders Broman3-25/+76
2019-06-12REAME.dissector: update the code snippet for Decode AsMartin Kaiser1-1/+1
2019-06-12Don't check lenretval in proto_tree_add_item_ret_display_string_and_length().Guy Harris1-4/+2
2019-06-12Don't assume dissect_smb2_olb_string() returned a non-null pointer.Guy Harris1-2/+4
2019-06-12Eliminate more calls to get_unicode_or_ascii_string().Guy Harris11-146/+206
2019-06-12Qt: Selected item preference updates.Gerald Combs2-10/+10
2019-06-12babel: update portEtienne MARAIS1-1/+1
2019-06-11wix: fix packaging of various pluginsPascal Quantin2-12/+11
2019-06-11ZigBee: Improve dissection of PublishBillingPeriod, PublishBlockPeriodKenneth Soerensen1-55/+121
2019-06-11Qt: Add context menu to drag-n-drop filtersRoland Knall2-2/+66
2019-06-11Windows: package codec pluginsPascal Quantin2-0/+35
2019-06-11Use the flags in the AUTHENTICATE message, if available.Guy Harris1-40/+160
2019-06-11debian: update libwsutil0 symbolsPascal Quantin1-0/+11
2019-06-11Kill libwscodecs plugin library, just use pluginsJoão Valverde30-152/+22
2019-06-11Move codec plugins to /pluginsJoão Valverde24-631/+655
2019-06-11CL3DCW: Added Dual Channel Wi-Fi DissectorsJon Dennis6-0/+582
2019-06-11FTDI FT: Indicate number of bytes sent on wireTomasz Moń1-3/+3
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser34-48/+46
2019-06-11batadv: Fix info column seqno of IV_OGM v15 packetsSven Eckelmann1-4/+5
2019-06-11DOCSIS: Adding missing MDD TLVsBruno Verstuyft1-25/+109
2019-06-11NAS 5GS: 5GSM Cause added in PDU session modification completeSwapnil Roy1-0/+2
2019-06-11Add FTDI FT dissector to release notesTomasz Moń1-0/+1
2019-06-11batadv: Add support for throughput meter icmp packet variantSven Eckelmann1-2/+169
2019-06-11Diameter 3GPP: Avoid dereference reported by VS2019.Anders Broman1-3/+4
2019-06-11BATADV: remove tree checksPascal Quantin1-309/+211
2019-06-10iso7816: dissector table for non-standard APDUsMartin Kaiser1-3/+20
2019-06-10extcap: Do not use global pipe handle on WindowsTomasz Moń2-93/+87
2019-06-10cisco-fp-mim: Adding FabricPath FCS dissection and verificationAlexander Koeppe1-10/+53
2019-06-10FTDI FT: Initial USB Bridging Devices dissectorTomasz Moń4-0/+1069
2019-06-10IO stats in 5 ms task cyclesubhav81-1/+2
2019-06-10batadv: Fix info column seqno of ICMP v15 packetsSven Eckelmann1-10/+11
2019-06-10batadv: Fix offset to ICMP v15 message typeSven Eckelmann1-1/+1
2019-06-10batadv: Add support for OGM2 packetsSven Eckelmann1-0/+193
2019-06-10batadv: Add support for ELP packetsSven Eckelmann1-0/+134
2019-06-10batadv: Parse priority field of fragmented packetsSven Eckelmann1-0/+10
2019-06-10Diameter 3GPP: add a few Rx related AVPsPascal Quantin2-4/+69
2019-06-10batadv: Fix filtering by mcast flagsSven Eckelmann1-1/+7
2019-06-10LSD: Fix valid headers being marked as malformedDaniel Kamil Kozar1-2/+2
2019-06-09TLS: fix crash on handshake reassembly with truncated capturesPeter Wu1-8/+22
2019-06-09TPKT: Add the dissector to the list of TLS subdissectorsÉmilio Gonzalez1-0/+3
2019-06-09QUIC: fix decryption after Version NegotiationPeter Wu1-5/+17
2019-06-09Document why extcap utilities can't be run "by hand" on WindowsMichael Mann2-2/+14
2019-06-09Use gboolean for Boolean flags.Guy Harris1-11/+13