aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-06-22Move AT_USB to inside USB dissector.Michael Mann4-53/+50
2016-06-21The C standard requires <stdlib.h> for getenv() and abort().Guy Harris1-0/+1
2016-06-21More helpful failure when registration fails.Joerg Mayer1-0/+7
2016-06-21As with dissector_add_uint(), so with dissector_add_{string,guid}.Guy Harris1-7/+17
2016-06-21Slightly improve error message in case of initialization errors.Joerg Mayer1-3/+8
2016-06-21tshark JSON and Elasticsearch output fixMartin Kacer2-38/+128
2016-06-21Add a couple of vendor defines.AndersBroman1-0/+3
2016-06-21[H248-Q1950] Correct signal ids.AndersBroman1-4/+5
2016-06-21bthci: Show unknown ocf as undecodedStig Bjørlykke1-1/+6
2016-06-21packetlogger: Add some info typesStig Bjørlykke1-0/+9
2016-06-21ceph: c_dissect_sockaddr doesn't need the "data" pointerJeff Layton1-15/+15
2016-06-21Add support for Opencontrail virtual networkRudra Rugge1-1/+138
2016-06-20[RNSAP]Update to V13.1.0 (2015-12)AndersBroman8-2840/+13229
2016-06-19Don't assume we have an array of GeoIP databases.Guy Harris1-1/+1
2016-06-19[Automatic update for 2016-06-19]Gerald Combs2-23/+223
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin8-56/+44
2016-06-19Add modelinesJoerg Mayer1-0/+13
2016-06-19Calculate and print CWmin and CWmax in addition to ECWmin and ECWmaxJoerg Mayer1-3/+22
2016-06-19cmake: add PIDL dissector generation supportPeter Wu3-30/+171
2016-06-18DCE/RPC: fix array of pointers with NULLBinh Trinh16-20/+70
2016-06-18ZigBee dissector added support for the Power Negotiation bitChris Brandson2-0/+8
2016-06-18GTPv2: Use proto_tree_add_bitmaskMichael Mann1-14/+9
2016-06-17MKA: tvbrange for all subtrees correctedSamiran Saha1-15/+16
2016-06-17ssh: add RSA host key printingKenny Root1-3/+20
2016-06-17ssh: add hostkey informationKenny Root1-6/+56
2016-06-17Diameter-3GPP: add AVP 21 RAT-Type decodingBinh Trinh1-0/+42
2016-06-17Add an expert item to asure that aifsn is at least 2Joerg Mayer1-0/+7
2016-06-17tap: change glib functions to wmem.Dario Lombardo8-44/+56
2016-06-17GTPV2: add decoding of ECI into enodebid and cellidBinh Trinh1-1/+24
2016-06-17tshark JSON and Elasticsearch outputMartin Kacer2-1/+587
2016-06-17idl2wrs: fix more bad strndupsPeter Wu1-11/+11
2016-06-17mswsp: Remove null check (CID1355407)João Valverde1-10/+1
2016-06-16LDSS: Add an assertion (CID280539,CID280540)João Valverde1-0/+2
2016-06-16CANopen: Check array bounds for untrusted index (CID 1356262)João Valverde1-4/+33
2016-06-16ldap: added modify-increment operation identification in packet dissection an...Victor Barratault4-1/+4
2016-06-16DEC DNART: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-2/+0
2016-06-16SITA: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_valueMichael Mann6-154/+224
2016-06-16Add Cisco ttag dissectorJaap Keuter5-0/+143
2016-06-16ssh: set packet lengths correctlyKenny Root1-1/+6
2016-06-16ssh: packets after SSH_MSG_NEWKEYS are encryptedKenny Root1-1/+4
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_with_flagsMichael Mann13-2314/+518
2016-06-16MKA: Fix for GCM-AES-256 dissection & Added Enumeration for macsec-cipher-suiteSamiran Saha1-4/+12
2016-06-16NSH: Correct the display of the NSH header fieldsThomas Shen1-4/+4
2016-06-16Typing error line 4928 of packet-dns.cVictor Barratault1-1/+1
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo16-47/+73
2016-06-16Update the X11 dissector to use the latest mesa and xcbproto.Jeff Morriss6-13/+107
2016-06-16X11: Fix last indent issue on X11 generatorAlexis La Goutte2-4678/+4678
2016-06-16x11: Regenerate dissector after indent change on g2b8caf31ccaAlexis La Goutte1-565/+565
2016-06-16Don't call g_ascii_strcasecmp() with an NULL string.AndersBroman1-8/+8