summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-03-22Coverity 989Ronnie Sahlberg1-24/+24
2011-03-22Remove two tests for fail return from g_malloc(); Fixes Coverity #424 "FORWA...Bill Meier1-8/+4
2011-03-22Allocate correct size of nwk_keyring.Stig Bjørlykke1-1/+1
2011-03-22Allocate correct size of hash_key.Stig Bjørlykke1-1/+1
2011-03-22Allocate correct size of reload_frame.Stig Bjørlykke1-1/+1
2011-03-22Initialize al_cto before usage.Stig Bjørlykke1-0/+1
2011-03-22Fix potential array overrun: Coverity CID #565.Bill Meier1-5/+10
2011-03-22Fix mask when extracting FACH Indicator.Martin Mathieson1-1/+1
2011-03-22Remove redundant comparison.Martin Mathieson1-2/+0
2011-03-22Make a struct static to avoid growing the stack too much.Martin Mathieson1-1/+1
2011-03-22Don't assign top_ti - delete it for now.Martin Mathieson1-13/+1
2011-03-22From Dirk via bug #5771: Add heuristic dissector for images and HTTP Stephen Fisher3-6/+52
2011-03-22There can be up to 15 DL HARQ processes (depending upon TDD config index).Martin Mathieson1-3/+3
2011-03-22Pass pointers to structs instead of struct values to create_ntlmssp_v2_key.Stig Bjørlykke1-5/+5
2011-03-22Close fp in error case in ssl_parse_key_list to avoid leakage.Stig Bjørlykke1-0/+1
2011-03-22Corrected hack for TAPA by checking for "not IPv4".Stig Bjørlykke1-1/+1
2011-03-22Coverity 512Ronnie Sahlberg1-3/+6
2011-03-22- Add 9.4.5 IMEISV IE dissectionAnders Broman1-6/+29
2011-03-22Re-arrange code so Coverity Prevent doesn't falsely report several INFINITE_L...Bill Meier1-1840/+1842
2011-03-21Fix an "infinite loop" defect reported by Coverity Prevent (Coverity 430 (run...Bill Meier1-1/+1
2011-03-21Corrected decoding of oid values with length 5.Stig Bjørlykke1-5/+5
2011-03-21Add a comment re a "suspicious" sizeof() reported by Coverity Prevent.Bill Meier1-0/+2
2011-03-21From Jakub Zawadzki via wireshark-dev: Fix comment.Chris Maynard1-1/+1
2011-03-20[Automatic manuf, services and enterprise-numbers update for 2011-03-20]Gerald Combs1-7/+159
2011-03-20Clean up indentation.Guy Harris1-7/+7
2011-03-18From Alexis La Goutte submitted in bug 5759: Use ENC_NA where appropriate.Chris Maynard1-27/+9
2011-03-17All fields are little-endian. Fixes bug 5759 reported by Tang Fulin.Chris Maynard1-36/+36
2011-03-17Respond to most of the clang warnings for this dissector.Martin Mathieson1-14/+7
2011-03-17From Jakub Zawadzki: Simpler patch to resolve bug 5755 to properly display allChris Maynard1-3/+1
2011-03-17As per bug 5751, these header files are no longer needed/used.Jeff Morriss2-615/+0
2011-03-16Avoid some unnecessary assignments (as reported by clang).Martin Mathieson2-22/+6
2011-03-16Don't increment after reading last outheader value (as reported by clang).Martin Mathieson1-5/+5
2011-03-162 VS Code Analyzer warnings were bogus. Avoid one and add a comment about the...Martin Mathieson1-1/+2
2011-03-16From Fulko Hew via bug 5755: Fix dissect_octet_string() so it properly displaysChris Maynard1-7/+3
2011-03-16From Roland Knall:Anders Broman3-34/+548
2011-03-15Try to fix checkApi script.Martin Mathieson1-1/+1
2011-03-15Fix calling of LTE dissectors for R9 DCT protocols.Martin Mathieson1-6/+18
2011-03-15Add dissection ofAnders Broman1-13/+337
2011-03-14Add expert info to UDP dissector for showing possible (Unix-style)Stephen Fisher1-3/+16
2011-03-14Don't verify the checksum of an ICMP packet when it the payload of anStephen Fisher1-3/+4
2011-03-14Properly initialize our filter counters.Gerald Combs1-27/+31
2011-03-14Export Anders Broman1-0/+3
2011-03-14Fix for bug 3933:Jaap Keuter1-0/+3
2011-03-14Add dissection ofAnders Broman1-28/+324
2011-03-13[Automatic manuf, services and enterprise-numbers update for 2011-03-13]Gerald Combs1-9/+145
2011-03-13../../../epan/dissectors/packet-gtp.c:5607: error: unused variable ‘length’Anders Broman1-1/+0
2011-03-12Add sub dissection of AVP MBMS Service Area.Anders Broman2-23/+37
2011-03-12Use TRUE/FALSE for encoding_info to make it build.Stig Bjørlykke2-1/+2
2011-03-12Improve r36177 per Guy's suggestion at bug #5746 to always call theStephen Fisher1-7/+1
2011-03-12Handle PPP in HDLC framing. Fixes bug 5746.Chris Maynard1-1/+7