aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-12-30LBM: No need to cast to 'void *' [-Wcast-qual]João Valverde1-1/+1
2015-12-30Zbee (ZCL Closures): Fix Dead Store (Dead assignement/Dead increment) Warning...Alexis La Goutte1-1/+1
2015-12-30Zbee (Zcl Closures): fix FT_BOOLEAN with a bitmask must specify a 'parent fie...Alexis La Goutte1-2/+2
2015-12-30Netflow/Ipfix: Decode TCP Flags fieldUli Heilmeier1-5/+139
2015-12-30Prevent infinite loop in DNP3 dissector.Michael Mann1-0/+2
2015-12-30802.11 (radio): fix no previous prototype for function 'ieee80211_vhtrate' [-...Alexis La Goutte1-1/+1
2015-12-30ZigBee NWK: fix Info column for NWK Rejoin Resp.dsrsupport1-2/+4
2015-12-29VINES: fix no previous prototype for function 'capture_vines' [-Wmissing-prot...Alexis La Goutte1-1/+1
2015-12-29ZigBee NWK: add End Device Initiator field into NWK Frame Control according t...dsrsupport2-0/+7
2015-12-29Add support for IEEE-11073 FLOATsMichal Labedzki1-42/+21
2015-12-29NAS EPS: upgrade dissector to v13.4.0Pascal Quantin2-10/+120
2015-12-293GPP NAS: upgrade dissector to v13.4.0Pascal Quantin2-1/+166
2015-12-29IPv6: Update option type parameters, make value_string_extJoão Valverde1-41/+49
2015-12-29selfm: Dissector fails to detect message length on multi-message packetscbontje1-23/+3
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris11-64/+64
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris11-57/+57
2015-12-28Don't cast away constness for the key in g_hash_table_lookup().Guy Harris1-1/+1
2015-12-28Eliminate more unnecessary casting away of constness.Guy Harris8-17/+17
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann2-4/+2
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-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-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-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 Jain3-0/+614
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