aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-07-22Use pinfo pool and not packet pool for AT_STRINGZ addressesPascal Quantin3-8/+8
2015-07-22PCLI: Expand protocol supportLuke Mewburn3-43/+160
2015-07-21coap: fix decoding of observe extensionHauke Mehrtens1-5/+11
2015-07-21Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().Guy Harris35-236/+340
2015-07-21LTE RRC: fix a typoPascal Quantin1-1/+1
2015-07-21MQ: fix dissection of Work Information Header Reserved fieldRobert Beardsworth1-2/+2
2015-07-21Don't make dummy RPC program entries.Guy Harris1-60/+38
2015-07-20MAC LTE: indicate explicitly that UL LCID 11 is used for Category 0 devicesPascal Quantin1-1/+1
2015-07-20Fix escaping of strings in UATs.Guy Harris2-2/+6
2015-07-20GTPv2: always set direction before dissecting PCO IEPascal Quantin1-0/+30
2015-07-19coverity 1250812: fix a (very unlikely) integer overflowMartin Kaiser1-2/+10
2015-07-19Looks like automatic update 0907a6ebb824c1d9d0eaf34940627e0d4d940e7bJoerg Mayer1-0/+17399
2015-07-19[Automatic update for 2015-07-19]Gerald Combs1-17399/+0
2015-07-19Get rid of trailing whitespace.Guy Harris1-1/+1
2015-07-19Require dissectors for all ONC RPC calls and replies.Guy Harris35-382/+437
2015-07-18Enable decryption by defaultJoerg Mayer1-2/+2
2015-07-17ssl-utils: do not check for empty keylog filenamesPeter Wu1-1/+1
2015-07-17WCCP - remove global variable used to store address information for computati...Michael Mann1-668/+867
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann169-644/+312
2015-07-17STUN: Add missing error codesAlexis La Goutte1-1/+8
2015-07-17Pacify Windows buildbotsPascal Quantin2-2/+2
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 Mann1-0/+5
2015-07-17WCCP - Only populate address table once and presume first address table type ...Michael Mann1-4/+8
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-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-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 Kaiser1-10/+54
2015-07-15Simply code for export of PDUs coming from heuristic dissectorsPascal Quantin3-16/+6
2015-07-15Openflow - prevent infinite loopMichael Mann1-0/+6
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-12Revert "[MSVC2015] TRy to fix Warnings turned errors."Anders Broman6-10/+55
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