summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-01-01Clean up response matching type preference.Guy Harris1-14/+19
2016-01-01Clean up response matching type preference.Guy Harris1-14/+17
2016-01-01Get rid of trailing whitespace.Guy Harris1-3/+3
2016-01-01No need for toolkit-dependent color initialization.Guy Harris3-63/+71
2016-01-01Get rid of the "pixel" member of a color_t.Guy Harris2-24/+5
2015-12-31uat: Fix warnings [-Wcast-qual]João Valverde3-15/+15
2015-12-31Don't allocate something until we know we need it.Guy Harris1-5/+3
2015-12-31Don't cast away constness.Guy Harris1-3/+4
2015-12-31Squelch a compiler warning.Guy Harris1-1/+1
2015-12-31Don't cast away constness.Guy Harris1-4/+3
2015-12-31Don't cast away constness.Guy Harris1-1/+1
2015-12-31Don't cast away constness.Guy Harris1-33/+33
2015-12-31Don't cast away constness.Guy Harris1-3/+3
2015-12-31Use wmem_strdup_printf().Guy Harris1-2/+1
2015-12-31Clean up setting the port and address.Guy Harris1-8/+13
2015-12-31Don't cast away constness.Guy Harris1-1/+1
2015-12-31Get rid of unused #defines.Guy Harris1-18/+0
2015-12-31Use wmem_memdup() instead of wmem_alloc() followed by memcpy().Guy Harris1-2/+1
2015-12-31Don't throw away constness.Guy Harris1-3/+3
2015-12-31Use wmem_memdup() instead of wmem_alloc() followed by memcpy().Guy Harris1-8/+4
2015-12-31[iso14443] continue dissection of the ATSMartin Kaiser1-4/+62
2015-12-30GTP: fix Dual Stack with one static and one Dynamic IP dissectionPascal Quantin1-4/+18
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-29Qt: Add gui.prepend_window_title optionAlexis La Goutte2-0/+8
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 Labedzki10-43/+1661
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-29Get rid of another unnecessary new_ prefix.Guy Harris2-3/+3
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris13-84/+84
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris13-81/+81
2015-12-28Save the results of wmem_strndup(NULL, ...) in a non-const pointer.Guy Harris2-27/+30
2015-12-28Don't cast away constness for the key in g_hash_table_lookup().Guy Harris4-8/+8
2015-12-28Eliminate more unnecessary casting away of constness.Guy Harris9-19/+19
2015-12-28Don't cast away constness unnecessarily.Guy Harris4-8/+8
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