aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-07-24Lua: fix "since 1.99.9" to be 1.99.8Hadriel Kaplan4-19/+19
2015-07-23Add support for MB2c Diameter interface.Umberto Corponi1-1/+290
2015-07-23openSAFETY: Disable heur dissector & scm bugfixRoland Knall1-72/+63
2015-07-23epl: Fix epl write multiple parameter by indexChristoph Schlosser1-15/+52
2015-07-23NTP: fix DISSECTOR_ASSERT when decoding v6_flagsAlexis La Goutte1-2/+2
2015-07-23Add decoding of following GSM A RR messages:Jean Thomas1-3/+63
2015-07-23Add test_length to ptvcursor_add so it can do some bounds checking.Michael Mann1-24/+27
2015-07-23Lua: add plugin version infoHadriel Kaplan3-6/+101
2015-07-23Add Enabled Protocols dialog for QtMichael Mann3-0/+43
2015-07-23HTTP2: Update to libnghttp2 1.1.2Alexis La Goutte6-32/+63
2015-07-22RTSP: allow RTP heuristic dissection of RTSP interleaved channel dataHadriel Kaplan2-3/+20
2015-07-22WCCP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
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-20Allow EUI-64s to be specified as numbers or byte strings.Guy Harris1-14/+31
2015-07-20Qt: Add option to back white line separator for packet list itemsMichal Labedzki2-1/+9
2015-07-20Protect dissector_get_(default_)string_handle() against NULL input stringPascal Quantin1-1/+4
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 Harris3-5/+9
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-19Remove functions that got reintroduced by error in g21e5a95Pascal Quantin1-19/+0
2015-07-19Looks like automatic update 0907a6ebb824c1d9d0eaf34940627e0d4d940e7bJoerg Mayer1-0/+17399
2015-07-19[Automatic update for 2015-07-19]Gerald Combs3-17403/+169
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 Mann174-653/+416
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 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