aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-20snmp dissector did not correctly set length of pdu's of more than 127 bytes. ...Graham Bloice1-1/+1
2013-01-19Use epan-scoped memory to clean up another 1Kb+ of valgrindEvan Huus1-3/+4
2013-01-19Use wmem epan-scoped memory when initializing dcerpc so that it gets freed whenEvan Huus1-1/+2
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-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-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-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-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-16Bugfix version number in EtherIP dissector + general cleanup. Bug 8211 (http...Michael Mann1-23/+26
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-14Fix Coverity CID 732304: Missing break in switch.Chris Maynard1-0/+1
2013-01-14Avoid any possibility of an infinte loop. Fixes Coverity CID 739883: Infinit...Chris Maynard1-16/+18