aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann8-7/+1086
2015-12-28ZigBee: Implement r21 NWK End Device Timeout Request/Response commandsdsrsupport2-1/+142
2015-12-28Zbee zdp (management/binding): fix parameter 'pinfo' not found in the functio...Alexis La Goutte2-3/+0
2015-12-27[Automatic update for 2015-12-27]Gerald Combs2-18/+228
2015-12-27ZigBee: fix for inabulity to parse ZigBee packets due to parsing _any_ IEEE 8...dsrsupport1-13/+14
2015-12-26Sanity check column size to prevent allocating an unrealistic amount of memory.Michael Mann1-2/+14
2015-12-26HTTP2: fix cast from 'const void *' to 'struct HTTP2Tap *' drops const qualif...Alexis La Goutte1-1/+1
2015-12-26NGHTTP2: Update to 1.6.0Alexis La Goutte2-10/+70
2015-12-26ieee802154: fix parameter '...' not found in the function declaration / '...'...Alexis La Goutte1-9/+7
2015-12-26Zbee (aps): fix parameter 'clisuer_id' not found in the function declaration ...Alexis La Goutte1-1/+1
2015-12-26ZigBee: ZDP Mgmt Leave: rollback Mgmt_leave bitmask definition changedsrsupport1-3/+2
2015-12-26ZigBee: Implement r21 APS commands Verify Key and Confirm Keydsrsupport2-1/+134
2015-12-26ZigBee: Implement ZDO Parent Annce according to r21dsrsupport3-0/+36
2015-12-25ZigBee: Implement r21 Stack Compliance Revision in Node Descriptordsrsupport2-0/+7
2015-12-25ZigBee ZDO: Fix Mgmt_Leave fieldsdsrsupport2-4/+5
2015-12-25ZigBee NWK: fix Fix placement of NWK FCdsrsupport1-2/+2
2015-12-25Refactor VHT rates table, to use Ndbps (number of data bits per symbol)Simon Barber1-72/+23
2015-12-25Refactoring: Use data bits per symbol MCS table to calculate rates andSimon Barber3-398/+42
2015-12-24Refactor 802.11 radio flags.Simon Barber11-206/+181
2015-12-24Add preference to interpret radiotap rates with bit 7 set as MCS.Simon Barber1-12/+9
2015-12-23[PPCAP] Handle SGSAP and GTPv2 messages.AndersBroman1-31/+41
2015-12-23added support for IEEE 802.15.4 2012e Information Elements, IEsChris Brandson2-735/+996
2015-12-23QUIC: Display Sequence before CID (Connection ID)Alexis La Goutte1-1/+3
2015-12-23[mp2t] add an expert info for invalid adaptation_field_control valuesMartin Kaiser1-8/+16
2015-12-23[mp2t] adaptation_field_control for NULL packets should not be 0Martin Kaiser1-1/+0
2015-12-23Zigbee(zdp): Changing Comment format.(javadocs=>Doxygen)Rishi Dev Singh5-1711/+872
2015-12-23QUIC: Need also to increment tag_offset when tag_len is not zeroAlexis La Goutte1-1/+2
2015-12-23QUIC: It is possible to have multiple CCSAlexis La Goutte1-3/+5
2015-12-23Adding MULTISTATE OUTPUT (BASIC) CLUSTER,MULTISTATE INPUT (BASIC) CLUSTER,MUL...Darshan Nevgi2-0/+870
2015-12-23Plug memory leak in filter_expression_freeStig Bjørlykke1-0/+1
2015-12-23ui: Plug memory leak in decode_build_reset_list.Stig Bjørlykke1-1/+1
2015-12-22Zbee(zc): Changing comment format(javadoc=>Doxygen)Rishi Dev Singh6-1958/+1019
2015-12-22[zbee] Fix display format for integersEvan Huus1-4/+4
2015-12-22Adding Shade Configuration and Door Lock Clusters for ZigbeeAditya Jain4-0/+615
2015-12-22DNS: fix malformed warning when there is no quest(ions)Dario Lombardo1-3/+5
2015-12-22Not all versions of GLib support the g_int64 hash routines.Guy Harris1-0/+1
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann18-40/+65
2015-12-22RTITCP: Added new dissectorJuanjo Martin4-0/+998
2015-12-22ui: Optimize col_custom_prime_edt()Stig Bjørlykke2-30/+17
2015-12-21g_malloc the decrypted key in AES_unwrap(), but always free it.Guy Harris2-2/+5
2015-12-21g_mallocate the encrypted key, but free it in all paths out of the function.Guy Harris1-2/+7
2015-12-21[SMTP] Combine username and password when base64 decoding fails or is disabled.Michael Mann1-4/+19
2015-12-21Adding RSSI Location Cluster for ZigbeeVikram Hegde2-0/+1208
2015-12-21ui: Improved splitting custom column multi-fieldStig Bjørlykke1-1/+1
2015-12-21PPP: fix no previous prototype for 'proto_reg_handoff_bcp_bpdu/ncp' [-Wmissi...Alexis La Goutte1-0/+2
2015-12-21Zbee(nwk): Changing comment format (javadoc=>Doxygen)Rishi Dev Singh1-300/+169
2015-12-21CAN: Add call to register_dissector in CAN dissectorSebastian Schildt1-0/+1
2015-12-21Netflow/Ipfix: Add Barracuda NGFirewallUli Heilmeier2-2/+229
2015-12-21ICMP timestamp is in mseconds, not seconds.Michael Mann1-3/+3
2015-12-21ui: Fixed column tooltip when having multi-field custom columns.Stig Bjørlykke1-19/+47