summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-09Add emem_tree_lookup32_array_le. Resolves bug 5744.Chris Maynard1-0/+1
2011-03-09Update/correct some TLVsJörg Mayer1-23/+8
2011-03-09Check that imported private key is RSA; Prevents a crash.Bill Meier1-0/+14
2011-03-08Add support for Mikrotiks Neigbor Discovery Protocol (MNDP).Jörg Mayer2-0/+386
2011-03-08Don't bother creating/finding conversations if we're encapsulated within anChris Maynard1-0/+10
2011-03-08Conversation tracking must be handled whether "tree" is NULL or not.Chris Maynard1-208/+205
2011-03-08Add support for the pre-rfc DAE port 1700Jörg Mayer1-0/+2
2011-03-08From Martin Kaiser: initialize hdr_tag with NO_TAGBill Meier1-1/+1
2011-03-08Fix for bug 5743 : tshark incorrectly calculates tcp stream for SYN packets w...Sake Blok1-3/+3
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok3-9/+0
2011-03-07Don't pass retransmitted chunks to subdissectors. Instead just mark them asJeff Morriss1-17/+34
2011-03-07From Alexis La Goutte:Anders Broman1-64/+166
2011-03-07Squelch compiler warning:Stephen Fisher1-1/+1
2011-03-07From Stefan Metzmacher: smb2 multi-credit / large mtu supportBill Meier1-6/+32
2011-03-07Remove a no longer needed struct.Anders Broman1-12/+0