aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-07-17Qt/Bluetooth: Add HCI Summary dialogueMichal Labedzki5-59/+488
2015-07-17Add preference for disabling 'packet size limited during capture' message in ...Michael Mann2-1/+23
2015-07-17WCCP - Only populate address table once and presume first address table type ...Michael Mann1-4/+8
2015-07-17Add new long options to GUIs to allow arbitrary protocols and heuristics to b...Jim Young2-0/+43
2015-07-17Don't register in a non-existent dissector table.Guy Harris4-4/+4
2015-07-17The pflog spec appears to have some host-endian field values. Since we don't...Michael Mann1-4/+17
2015-07-17Report an error if we fail to open the keylog file.Guy Harris1-1/+6
2015-07-17Bluetooth: RFCOMM: Replace Decode by Channel by DLCIMichal Labedzki1-19/+19
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki19-270/+223
2015-07-17wmem: don't remove tiny blocks from the recyclerEvan Huus1-1/+1
2015-07-16ssl-utils: fix RSA keys with GnuTLS 2.12.23Peter Wu1-4/+4
2015-07-16SMB2: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2015-07-16One definition of the same typedef suffices.Guy Harris1-2/+0
2015-07-16DTLS: fix compilation without libgcrypt or libgnutlsPascal Quantin1-0/+4
2015-07-16Add support to the SMB2 protocol for one of the proposals for POSIX ExtensionsRichard Sharpe1-2/+191
2015-07-16LTE RRC: fix dissection of ETWS/CMAS warning messagesPascal Quantin1-18/+266
2015-07-16GSM RLC/MAC: fix an infinite loop when analyzing (E)GPRS headerPascal Quantin1-9/+10
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs2-2/+6
2015-07-15WaveAgent - Use tvb_get_guint8 instead of tvb_get_ptr to walk a packet and pr...Michael Mann1-7/+6
2015-07-15ssl-utils: fix failing decryption for some RSA keysPeter Wu1-0/+5
2015-07-15ssl-utils: remove unused, broken libgcrypt codePeter Wu2-43/+12
2015-07-15zvt: handle multi-byte tagsMartin Kaiser3-10/+56
2015-07-15Simply code for export of PDUs coming from heuristic dissectorsPascal Quantin6-44/+8
2015-07-15Openflow - prevent infinite loopMichael Mann1-0/+6
2015-07-14Add a bounds check.Guy Harris1-0/+4
2015-07-14Don't copy zero bytes of data.Guy Harris1-2/+4
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann4-10/+433
2015-07-14If the IP length says there no data following the IP layer, don't try to diss...Michael Mann1-5/+7
2015-07-14Correct eventlog.eventlog_OpenEventLogW.Module dissection by providing lsa_St...Michael Mann2-42/+17
2015-07-14RTCP heuristic only matches odd port-number TURN ChannelData packetsHadriel Kaplan1-7/+13
2015-07-14stun/turn: stop STUN heuristic incorrectly matching TURN ChannelData messagesHadriel Kaplan1-17/+49
2015-07-14tftp: stop TFTP heuristic incorrectly matching TURN ChannelData messagesHadriel Kaplan1-24/+62
2015-07-13Change Lua's tvbrange:*int64() to read only the number of bytes specified inCédric Delmas1-18/+46
2015-07-13Lua: all protocol tree entries expand/contract togetherHadriel Kaplan1-1/+5
2015-07-12Revert "[MSVC2015] TRy to fix Warnings turned errors."Anders Broman6-10/+55
2015-07-12[Automatic update for 2015-07-12]Gerald Combs2-7/+172
2015-07-12megaco: replace THROW() with an expert info + returnMartin Kaiser1-2/+4
2015-07-12VXLAN: Remove a (flag) subtree levelAlexis La Goutte1-6/+3
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann173-280/+309
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan22-5309/+6082
2015-07-11Lua: fix docs and default base for ProtoField.framenum()Hadriel Kaplan1-3/+4
2015-07-10Netflow: Fix sequence analysis to work for different protocol versionsMartin Mathieson1-14/+27
2015-07-10wslua_tree: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-2/+2
2015-07-10MPTCP small optionsBenjamin Hesmans1-1/+1
2015-07-10IEEE 802.11: tap all packetsPascal Quantin1-5/+4
2015-07-10LTE RRC: upgrade dissector to v12.6.0Pascal Quantin1-17/+181
2015-07-10xip: add support for XIP packetsCody Doucette5-0/+693
2015-07-10Use tfs_defined_not_definedMichael Mann1-6/+1
2015-07-09VXLAN: Add Group Based Policy dissectorAmine Kherbouche4-61/+44
2015-07-09HTTP2: fix dissection of traffic over HTTP portPascal Quantin1-7/+15