aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs2-5/+10
2013-01-23Allow dissection of several segmented warning messages in parallelPascal Quantin1-15/+40
2013-01-23Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8216 :Pascal Quantin2-0/+9
2013-01-23mm_context_used_cipher is 3 bits.Anders Broman1-2/+2
2013-01-23svn path=/trunk/; revision=47229Anders Broman1-0/+4
2013-01-23Fix for CID 280286:Jaap Keuter1-1/+1
2013-01-23Convert the strict allocator to use a hash table similarly to the simpleEvan Huus1-49/+138
2013-01-23Handle NULL-pointers and 0-lengths in a much simpler allocator-agnostic way,Evan Huus2-32/+37
2013-01-23Add wrapper functions for realloc, free and gc, but don't expose them in theEvan Huus1-0/+18
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin14-707/+772
2013-01-22Fix for CID 761911-761984 and CID 761985-761994.Jaap Keuter2-924/+2220
2013-01-22Fix a typo in a comment;Bill Meier1-178/+186
2013-01-22More fixes for handling of NULL-pointers and 0-lengths in calls toEvan Huus1-9/+18
2013-01-22GTK+:Gerald Combs2-20/+3
2013-01-22#include <epan/reassemble.h> not needed.Bill Meier1-1/+0
2013-01-22Create/use extended value-string;Bill Meier1-67/+82
2013-01-22Fix for CID 717414-717435.Jaap Keuter2-26/+29
2013-01-22Revert 47201 it does not compile on Windows.Anders Broman2-3080/+913
2013-01-22Update the FeliCa dissector to identify FeliCa Standard commandsMichael Mann1-42/+226
2013-01-22Try to eliminate VS Code Analysis warning: warning C6385: Invalid data: acces...Chris Maynard1-1/+3
2013-01-22Fix bug found by VS Code Analysis: warning C6336: Arithmetic operator has pre...Chris Maynard1-1/+2
2013-01-21Fix for CID 761911-761984 and CID 761985-761994.Jaap Keuter2-913/+3080
2013-01-21From Subramanian via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8109...Alexis La Goutte1-0/+14
2013-01-21Update to 3GPP TS 25.419 V11.0.0 (2012-09) no change in asn1.Anders Broman1-8/+8
2013-01-20Fix CID 966637 and CID 966638Jaap Keuter1-2/+2
2013-01-20Replace tvb_get_ipv4 / ip_to_str ... by tvb_ip_to_strAlexis La Goutte1-9/+4
2013-01-20Fix indent (Replace tabs by space) and add Modelines infoAlexis La Goutte1-1119/+1131
2013-01-20Use proto_tree_add_item for stun_att_reserved and use FT_BYTES type.Alexis La Goutte1-10/+10
2013-01-20Enhance FIX generatorAlexis La Goutte1-9759/+9772
2013-01-20Dissect ETWS and CMAS notificationsPascal Quantin3-69/+466
2013-01-20[Automatic manuf, services and enterprise-numbers update for 2013-01-20]Gerald Combs1-3/+155
2013-01-20snmp dissector did not correctly set length of pdu's of more than 127 bytes. ...Graham Bloice1-1/+1
2013-01-20NULL is also a valid return for g_malloc if the requested size is 0.Evan Huus1-2/+6
2013-01-20Don't add the new block to the hash table if it is NULL, which is aEvan Huus1-1/+5
2013-01-19Use epan-scoped memory to clean up another 1Kb+ of valgrindEvan Huus1-3/+4
2013-01-19Rewrite wmem_allocator_simple to track allocations using a GHashTable instead ofEvan Huus1-27/+71
2013-01-19Use wmem epan-scoped memory when initializing dcerpc so that it gets freed whenEvan Huus1-1/+2
2013-01-19Add three more slots to the wmem allocater definition (not yet implementedEvan Huus4-6/+27
2013-01-19Fix for CID 280252.Jaap Keuter1-2/+2
2013-01-19Following r47157, this tries to suppress similar Coverity issues.Jaap Keuter2-0/+70
2013-01-19Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs1-1/+1
2013-01-18Try and see if we can suppress about half of the Coverity issues.Jaap Keuter1-973/+1831
2013-01-18From Kaushal Shah via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8021Evan Huus1-8/+27
2013-01-18Make the buffer argument to FvalueToStringRepr functions volatileEvan Huus2-8/+6
2013-01-18Replace tvb_get_ipv4 / ip_to_str ... by tvb_ip_to_strAlexis La Goutte1-14/+8
2013-01-18Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-01-18Enhance MRCPv2 dissector * Fix indent (Tab => 4 Spaces) and add Modelines inf...Alexis La Goutte1-1289/+1241
2013-01-18Dissect 3GPP PCO option.Anders Broman1-1/+8
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs4-55/+58
2013-01-17Fix for bug 8212.Jaap Keuter1-2/+8