summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-04-29Updated items in dissect_ospf_v2_lsa to use filterable item fieldsMike Gerschefske1-34/+99
2014-04-29prefs: prevent double-free on changing prefsPeter Wu1-0/+2
2014-04-29prefs: spelling fix, simplify codePeter Wu1-11/+4
2014-04-28Make a dissector table out of IPv6 Next header.Michael Mann6-177/+188
2014-04-28Fix checkAPIs warnings in packet-lldp.c. repoted_length() used instead of cap...Anish Bhatt1-4/+4
2014-04-28This block of defines was always changed when I was retabbing my additions, t...Anish Bhatt1-7/+7
2014-04-28HTTP2: with HTTP2 draft-1x, now upgrade use h2-XX or h2c-XX for upgrade HTTP1...Alexis La Goutte1-4/+2
2014-04-28Update SR and DRX tracking when see UL CRC error'd frame, and add anMartin Mathieson1-17/+161
2014-04-28With the use of tvb_reported_length_remaining(), there is no need to calculat...Anish Bhatt1-6/+2
2014-04-28Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-0/+3
2014-04-28Make filterable OSPF Header...Alexis La Goutte1-217/+245
2014-04-28DPoE OAM message decoding as per CableLabs spec.Philip Rosenberg-Watt1-11/+790
2014-04-28Add dissector for LINKTYPE_EPONPhilip Rosenberg-Watt3-0/+299
2014-04-28MBIM: make the backward compatibility function staticPascal Quantin1-1/+1
2014-04-28Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+1
2014-04-28Add Support for IEEE DCBx (8021az)Anish Bhatt1-5/+361
2014-04-28Fix issues reported by clang-analyzerLorand Jakab1-6/+2
2014-04-28Updated ospf link state router messages to use proto_tree_add_item instead of...Mike Gerschefske1-6/+25
2014-04-28tvb_reported_length_remaining() returns gintEvan Huus1-3/+3
2014-04-28Add support for DCBX cee/cin protocolMichael Mann3-0/+467
2014-04-27Change preference default to use RRC-signalled value for SN field length of D...Martin Mathieson1-1/+1
2014-04-27Fix rare case of wmem map being O(n)Michael Mann1-0/+2
2014-04-27MBIM: fix compilation with GLib versions < 2.22.0Pascal Quantin1-0/+8
2014-04-27Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-1/+1
2014-04-27MBIM: use wmem hash map functions for request/response trackingPascal Quantin1-27/+12
2014-04-27swIPe IP Security ProtocolMichael Mann3-0/+148
2014-04-27packet-http2: updated to http2 draft-12Daniel Stenberg1-192/+377
2014-04-27Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-04-27Add Modelines infoAlexis La Goutte1-0/+13
2014-04-27Add Modelines infoAlexis La Goutte1-0/+13
2014-04-27Add Modelines infoAlexis La Goutte1-0/+13
2014-04-27Fix warning found by -Wunused-const-variable (Clang 3.5)Alexis La Goutte1-0/+2
2014-04-27Reorder fields in http_conv_t to save some memory.Jakub Zawadzki1-4/+4
2014-04-27Try to fix Mac OS X buildbotAlexis La Goutte1-1/+1
2014-04-27prefs: fix ASAN error due to invalid indirectionPeter Wu1-29/+14
2014-04-27http: Fix src/dest mapping for proxied connectionsPeter Wu2-2/+9
2014-04-27ssl/dtls: add keyfile support to dtlsHauke Mehrtens4-31/+48
2014-04-27http: Display a list of cookiesPeter Wu1-1/+40
2014-04-27[Automatic manuf, services and enterprise-numbers update for 2014-04-27]Gerald Combs1-28/+143
2014-04-27SAP: fix dissection of Originating Source addressStefan Doehla1-2/+2
2014-04-27Limit the start of HTTP request/response to a printable character.Michael Mann1-0/+10
2014-04-27T38: fix access to uninitialised variablesPascal Quantin1-5/+8
2014-04-27SSL: fix compilation without GnuTLS and GcryptPascal Quantin1-2/+1
2014-04-26Change preferences - always want to try to decrypt signalling PDUsMartin Mathieson1-2/+2
2014-04-26Fix FSF address.Guy Harris1-2/+1
2014-04-26dtls: run dissector for decryption also on server hello extensionsHauke Mehrtens1-2/+0
2014-04-26ssl: support any address/port combi for priv keyPeter Wu1-0/+7
2014-04-26ssl: return early if no private keys are foundPeter Wu1-0/+8
2014-04-26ssl: Reduce chance of hash-collisions SSL private keysPeter Wu1-0/+1
2014-04-26Change ssl_find_private_key to voidPeter Wu2-5/+3