aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Beutify IMEISV IE output.Anders Broman1-0/+2
2011-03-24Fix Checkapi errorsAnders Broman1-3/+3
2011-03-24From Vincent Helfre:Anders Broman3-933/+7144
2011-03-24From Dirk: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2930 :Jeff Morriss4-123/+74
2011-03-24If we've already seen a segment which starts a multi-segment pdu (i.e., it'sJeff Morriss2-242/+282
2011-03-23remove a conditional that can never be trueRonnie Sahlberg1-4/+0
2011-03-23Add ICMP echo request/reply conversation tracking. Closes bug 5770.Chris Maynard1-7/+166
2011-03-23From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-620/+588
2011-03-23Fix bug: 'if ((octet & 0x80) == 80)' ==> 'if ((octet & 0x80) == 0x80)'Bill Meier1-1/+1
2011-03-23Fix bugs: 'if ((flags & 0x2) == 1)' ==> 'if ((flags & 0x2) != 0)'Bill Meier2-28/+28
2011-03-23Fixed second parameter to create_persconffile_profile.Stig Bjørlykke1-1/+1
2011-03-23Ensure we create the "Default" personal configuration files directory beforeStig Bjørlykke1-0/+7
2011-03-23Fix bug: 'guint8 |=0x8000'.Bill Meier1-5/+7
2011-03-23Don't use C++/C99-style comments.Jeff Morriss1-1/+1
2011-03-23Remove some unncessary assignments to proto_item pointers.Martin Mathieson1-6/+4
2011-03-23Don't assign proto_item pointers that are not used.Martin Mathieson1-4/+2
2011-03-23Remove static that was added to appease Coverity 753. 2016 bytes isn't too mu...Martin Mathieson1-1/+1
2011-03-23From Vincent Helfre:Anders Broman5-1382/+1568
2011-03-23Removed "comparing an array to null", with no effect.Stig Bjørlykke1-2/+1
2011-03-23value&0x03 does not need to be shifted to the right by two.Ronnie Sahlberg1-1/+1
2011-03-23CID 453,454Anders Broman1-0/+1
2011-03-23Shift the correct number of steps when masking the UAAERP bit to 0/1Ronnie Sahlberg1-1/+1
2011-03-23The NSG bits in the login pdu are 0x0c not 0xc0Ronnie Sahlberg1-4/+4
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