summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2011-03-22Corrected hack for TAPA by checking for "not IPv4".Stig Bjørlykke1-1/+1
Coverity 343. svn path=/trunk/; revision=36244
2011-03-22Coverity 512Ronnie Sahlberg1-3/+6
Check if we ran out of bytes in the tvb and return NULL instead of trying to pass it to the decryption routines. svn path=/trunk/; revision=36241
2011-03-22- Add 9.4.5 IMEISV IE dissectionAnders Broman1-6/+29
- UE Time Zone is TLV - Cell Global Identity PDU type is SGSAP_PDU_TYPE svn path=/trunk/; revision=36239
2011-03-22Re-arrange code so Coverity Prevent doesn't falsely report several ↵Bill Meier1-1840/+1842
INFINITE_LOOPs: Coverity 427-429 (run 617) svn path=/trunk/; revision=36233
2011-03-21Fix an "infinite loop" defect reported by Coverity Prevent (Coverity 430 ↵Bill Meier1-1/+1
(run 616)). svn path=/trunk/; revision=36231
2011-03-21Corrected decoding of oid values with length 5.Stig Bjørlykke1-5/+5
This fixes coverity 340. svn path=/trunk/; revision=36230
2011-03-21Add a comment re a "suspicious" sizeof() reported by Coverity Prevent.Bill Meier1-0/+2
(The report seems correct but I'm not altogether sure). svn path=/trunk/; revision=36227
2011-03-21From Jakub Zawadzki via wireshark-dev: Fix comment.Chris Maynard1-1/+1
svn path=/trunk/; revision=36223
2011-03-20[Automatic manuf, services and enterprise-numbers update for 2011-03-20]Gerald Combs1-7/+159
svn path=/trunk/; revision=36216
2011-03-20Clean up indentation.Guy Harris1-7/+7
svn path=/trunk/; revision=36213
2011-03-18From Alexis La Goutte submitted in bug 5759: Use ENC_NA where appropriate.Chris Maynard1-27/+9
From me: Remove unused header fields found by checkhf.pl. One more ENC_NA. svn path=/trunk/; revision=36211
2011-03-17All fields are little-endian. Fixes bug 5759 reported by Tang Fulin.Chris Maynard1-36/+36
svn path=/trunk/; revision=36210
2011-03-17Respond to most of the clang warnings for this dissector.Martin Mathieson1-14/+7
svn path=/trunk/; revision=36208
2011-03-17From Jakub Zawadzki: Simpler patch to resolve bug 5755 to properly display allChris Maynard1-3/+1
strings in dissect_octet_string() without having to allocate extra memory. svn path=/trunk/; revision=36207
2011-03-17As per bug 5751, these header files are no longer needed/used.Jeff Morriss2-615/+0
svn path=/trunk/; revision=36206
2011-03-16Avoid some unnecessary assignments (as reported by clang).Martin Mathieson2-22/+6
svn path=/trunk/; revision=36204
2011-03-16Don't increment after reading last outheader value (as reported by clang).Martin Mathieson1-5/+5
svn path=/trunk/; revision=36203
2011-03-162 VS Code Analyzer warnings were bogus. Avoid one and add a comment about ↵Martin Mathieson1-1/+2
the second one. svn path=/trunk/; revision=36201
2011-03-16From Fulko Hew via bug 5755: Fix dissect_octet_string() so it properly displaysChris Maynard1-7/+3
strings of any length. svn path=/trunk/; revision=36199
2011-03-16From Roland Knall:Anders Broman3-34/+548
Patch, which removes both EPL and EPLv1 .h files, as well as adding a heuristic dissector hook to EPL (v1 is nearly nowhere in use anymore, therefore not needed) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5751 svn path=/trunk/; revision=36198
2011-03-15Try to fix checkApi script.Martin Mathieson1-1/+1
svn path=/trunk/; revision=36197
2011-03-15Fix calling of LTE dissectors for R9 DCT protocols.Martin Mathieson1-6/+18
svn path=/trunk/; revision=36196
2011-03-15Add dissection ofAnders Broman1-13/+337
- MBMS-SESSION-STOP-REQUEST - MBMS-SESSION-STOP-RESPONSE - MBMS-SESSION-UPDATE-REQUEST - MBMS-SESSION-UPDATE-RESPONSE - PS-HANDOVER-COMPLETE - PS-HANDOVER-CANCEL - PS-HANDOVER-COMPLETE-ACK svn path=/trunk/; revision=36195
2011-03-14Add expert info to UDP dissector for showing possible (Unix-style)Stephen Fisher1-3/+16
traceroute packets: if the port number range is 33434 to 33434 + 30. svn path=/trunk/; revision=36194
2011-03-14Don't verify the checksum of an ICMP packet when it the payload of anStephen Fisher1-3/+4
error packet (pinfo->in_error_pkt), such as an ICMP destination unreachable, because we probably don't have the whole original packet. svn path=/trunk/; revision=36193
2011-03-14Properly initialize our filter counters.Gerald Combs1-27/+31
svn path=/trunk/; revision=36190
2011-03-14Export Anders Broman1-0/+3
tvb_new_composite tvb_composite_finalize tvb_composite_append svn path=/trunk/; revision=36188
2011-03-14Fix for bug 3933:Jaap Keuter1-0/+3
Decode TCP port 2443 as Secure Skinny (SCCPS). svn path=/trunk/; revision=36187
2011-03-14Add dissection ofAnders Broman1-28/+324
- MBMS-SESSION-START-REQUEST - MBMS-SESSION-START-RESPONSE svn path=/trunk/; revision=36186
2011-03-13[Automatic manuf, services and enterprise-numbers update for 2011-03-13]Gerald Combs1-9/+145
svn path=/trunk/; revision=36183
2011-03-13../../../epan/dissectors/packet-gtp.c:5607: error: unused variable ‘length’Anders Broman1-1/+0
svn path=/trunk/; revision=36182
2011-03-12Add sub dissection of AVP MBMS Service Area.Anders Broman2-23/+37
svn path=/trunk/; revision=36181
2011-03-12Use TRUE/FALSE for encoding_info to make it build.Stig Bjørlykke2-1/+2
Added packet-mndp.c to Makefile build. svn path=/trunk/; revision=36179
2011-03-12Improve r36177 per Guy's suggestion at bug #5746 to always call theStephen Fisher1-7/+1
PPP-over-HDLC dissector since it will do the check for us to see if the HDLC framing is present or not. svn path=/trunk/; revision=36178
2011-03-12Handle PPP in HDLC framing. Fixes bug 5746.Chris Maynard1-1/+7
svn path=/trunk/; revision=36177
2011-03-09Add emem_tree_lookup32_array_le. Resolves bug 5744.Chris Maynard1-0/+1
svn path=/trunk/; revision=36176
2011-03-09Update/correct some TLVsJörg Mayer1-23/+8
svn path=/trunk/; revision=36175
2011-03-09Check that imported private key is RSA; Prevents a crash.Bill Meier1-0/+14
Fixes Bug #5662 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5662 svn path=/trunk/; revision=36174
2011-03-08Add support for Mikrotiks Neigbor Discovery Protocol (MNDP).Jörg Mayer2-0/+386
Sample capture at http://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=mndp.pcap svn path=/trunk/; revision=36170
2011-03-08Don't bother creating/finding conversations if we're encapsulated within anChris Maynard1-0/+10
error packet, such as an ICMP destination unreachable. Prior to this change, I had captures that showed such encapsulated requests with responses indicated in other frames, which obviously can't be true. svn path=/trunk/; revision=36169
2011-03-08Conversation tracking must be handled whether "tree" is NULL or not.Chris Maynard1-208/+205
svn path=/trunk/; revision=36168
2011-03-08Add support for the pre-rfc DAE port 1700Jörg Mayer1-0/+2
svn path=/trunk/; revision=36167
2011-03-08From Martin Kaiser: initialize hdr_tag with NO_TAGBill Meier1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5654 svn path=/trunk/; revision=36163
2011-03-08Fix for bug 5743 : tshark incorrectly calculates tcp stream for SYN packets ↵Sake Blok1-3/+3
when port numbers are re-used svn path=/trunk/; revision=36162
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok3-9/+0
It compiles with "./configure without options" on my Mac. Let's see what the buildbots have to say about it :-) svn path=/trunk/; revision=36161
2011-03-07Don't pass retransmitted chunks to subdissectors. Instead just mark them asJeff Morriss1-17/+34
retranmissions (in COL_INFO). (Obviously this only works if TSN analysis is enabled.) This should make it more obvious to users which chunks are retransmissions and will help avoid confusing the subdissector(s). svn path=/trunk/; revision=36159
2011-03-07From Alexis La Goutte:Anders Broman1-64/+166
enhance tag Power Constraint/Capability, TPC Request/Report, Supported Channel, csa https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5660 svn path=/trunk/; revision=36158
2011-03-07Squelch compiler warning:Stephen Fisher1-1/+1
packet-dvbci.c: In function 'dissect_dvbci_lpdu': packet-dvbci.c:1153: warning: 'hdr_tag' may be used uninitialized in this function packet-dvbci.c:1153: note: 'hdr_tag' was declared here By setting hdr_tag = 0, but see question on bug #5654 on whether 0 is a good default value or not. svn path=/trunk/; revision=36157
2011-03-07From Stefan Metzmacher: smb2 multi-credit / large mtu supportBill Meier1-6/+32
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5729 From me: Update a comment re the "epoch" field: It's now called "credit charge". svn path=/trunk/; revision=36156
2011-03-07Remove a no longer needed struct.Anders Broman1-12/+0
svn path=/trunk/; revision=36155