aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-17Register in the UDP heuristic table rather than the internal one.Anders Broman2-2/+4
2013-01-17From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-1/+1
2013-01-17Add modelinesEvan Huus1-0/+13
2013-01-16Remove forbidden C++ style commentsPascal Quantin2-6/+6
2013-01-16no need for if (tree)Martin Kaiser1-2/+1
2013-01-16don't attempt reassembly if more than 1000 consecutive fragments areMartin Kaiser1-0/+9
2013-01-16From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-9/+9
2013-01-16Add a cast to shut up MSVC.Evan Huus1-1/+1
2013-01-16From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus5-3/+308
2013-01-16Null the finfo pointer after we free it. Reduces (but does not completely fix)Evan Huus1-0/+1
2013-01-16Bugfix version number in EtherIP dissector + general cleanup. Bug 8211 (http...Michael Mann1-23/+26
2013-01-16As suggested in comments in sl_alloc() and sl_free(): add a new environmentJeff Morriss1-7/+19
2013-01-15Don't run past the end of a fragment array, either in the loop or by putting aEvan Huus1-3/+1
2013-01-15Based on http://ask.wireshark.org/questions/17661/tcap-decoding-bug :Jeff Morriss1-2/+2
2013-01-15extend the iso7816 dissectorMartin Kaiser1-19/+258
2013-01-15Add modelines.Evan Huus1-1/+12
2013-01-15Add missing header #include as the slab is part of the API even if nobodyEvan Huus1-0/+1