Commit Graph

7252 Commits

Author SHA1 Message Date
Guy Harris 237ac18903 Don't make the pseudo-header fields look as if they're part of the USB
data; at best, that can be a bit confusing, and, at worst, if the field
isn't long enough, or the offset is wrong, it can cause an exception to
be thrown and the dissection to fail.

svn path=/trunk/; revision=26868
2008-11-27 20:11:59 +00:00
Anders Broman 8aa42cd917 The updated Profile wasn't expanded in all places.
svn path=/trunk/; revision=26867
2008-11-27 19:38:41 +00:00
Anders Broman bcae5cce72 Check if the handle exist.
svn path=/trunk/; revision=26866
2008-11-27 19:37:24 +00:00
Stig Bjørlykke 130a59e567 Improved the msg_type and msg_value heur checks.
svn path=/trunk/; revision=26865
2008-11-27 16:41:44 +00:00
Stig Bjørlykke 078e09692a Added support for open TNEF files directly.
No we can decode those winmail.dat files.

svn path=/trunk/; revision=26864
2008-11-27 16:40:45 +00:00
Stig Bjørlykke e16ff09bc0 Do not register protocol preferences if not adding anyone.
Do we need this code for the future?

svn path=/trunk/; revision=26863
2008-11-27 16:38:22 +00:00
Stephen Fisher c36e74116e Enhancements from bug #3043 with a few whitespace cleanups.
svn path=/trunk/; revision=26861
2008-11-27 08:34:41 +00:00
Jaap Keuter 1e5a872489 From Chidambaram Arunachalam:
This patch adds the ability to identify Cisco NSE packets.
http://www.iana.org/assignments/media-types/audio/vnd.cisco.nse
In addition to the NSE(s) described in the above document, the patch also decodes two additional NSE(s): Modem relay capability (199) and Modem Relay indication (203).

svn path=/trunk/; revision=26859
2008-11-26 23:43:09 +00:00
Stig Bjørlykke 14029e4803 Initialize consumed in be_speech_codec_lst().
svn path=/trunk/; revision=26858
2008-11-26 23:36:22 +00:00
Stig Bjørlykke d9d75cd836 Added a default case in the RFC 3558 header format switch.
svn path=/trunk/; revision=26857
2008-11-26 23:33:21 +00:00
Anders Broman 7c82d14ab0 Fix selected codecs list and a number of typos.
svn path=/trunk/; revision=26855
2008-11-26 21:03:53 +00:00
Anders Broman 4ab1deefc0 From Michael Lum:
RFC3558 header dissection (EVRC in RTP)

svn path=/trunk/; revision=26853
2008-11-26 20:59:44 +00:00
Uwe Girlich c38eb2f027 Remove all the NFS "fhandle to name" related warnings.
svn path=/trunk/; revision=26852
2008-11-26 13:19:51 +00:00
Jaap Keuter 8f03461fc6 Fix for bug 3086:
Remove bitmask from FT_STRING fields, causing assert when printing.

svn path=/trunk/; revision=26848
2008-11-26 07:20:11 +00:00
Anders Broman 8080ab1d25 packet-mp4ves.c:832: warning: unused variable 'offset'
svn path=/trunk/; revision=26847
2008-11-25 18:43:45 +00:00
Anders Broman bdb28f5f20 Add dissection of decoderConfigurationInformation and handle short frames.
svn path=/trunk/; revision=26846
2008-11-25 18:23:43 +00:00
Stig Bjørlykke 1f0674d480 Highlight the "Auth Data" bytes when selecting "OSPF Header".
svn path=/trunk/; revision=26845
2008-11-25 17:23:36 +00:00
Stig Bjørlykke 86de9a7c80 One more fix for bug 3081.
svn path=/trunk/; revision=26842
2008-11-25 08:53:14 +00:00
Stig Bjørlykke ab7adad0ee From Pascal Quantin:
Fix more issues after r26834.

svn path=/trunk/; revision=26840
2008-11-25 07:56:07 +00:00
Anders Broman 6e9a281815 Rearange dissection and add some more bits.
svn path=/trunk/; revision=26838
2008-11-24 22:17:43 +00:00
Anders Broman f0313f9864 NAS PDU:s are different in LTE.
svn path=/trunk/; revision=26837
2008-11-24 22:16:53 +00:00
Balint Reczey 5052b73cc2 fix array overindexing
svn path=/trunk/; revision=26834
2008-11-24 14:00:06 +00:00
Anders Broman b45b91aba5 Remove unused hf vars.
svn path=/trunk/; revision=26833
2008-11-23 21:37:28 +00:00
Anders Broman ad41b9667f Move some of the BSSMAP LE stuff to packet-gsm_bssmap_le.c
svn path=/trunk/; revision=26832
2008-11-23 21:08:46 +00:00
Stig Bjørlykke 7ea3b489fe From Bill Florac (bug 3048):
Calling proto_tree_add_int_format() with a unsigned value can cause dissection
failure. Correctly switched to proto_tree_add_uint_format().

svn path=/trunk/; revision=26827
2008-11-23 14:28:36 +00:00
Stig Bjørlykke a1a14719ea From Didier Gautheron (bug 3056):
1) do more work when tree is NULL, otherwise data desegmentation doesn't work.
2) set desegment_len to DESEGMENT_ONE_MORE_SEGMENT rather than 1 when searching
   for end of line.
3) set frame_data->pdu_type for STARTTLS cmd and use se_alloc0 rather than
   se_alloc
4) restore pinfo can_desegment to saved_can_desegment or ssl can't desegment
   packets.
5) move TLS call before searching for cmd. It doesn't deal with rejected TLS
   negotation. Not hard to do but I haven't a capture, it anyone can share one.

svn path=/trunk/; revision=26826
2008-11-23 14:18:07 +00:00
Stig Bjørlykke 85eab2967b From Federico Mena Quintero (bug 3070):
Add support for TightVNC extensions to the VNC dissector.

It has the following changes:
- Dissect TightVNC negotiation (tunneling, basic authentication, capabilities).
- Dissect X cursor encoding.
- Dissect POINTER_POS encoding.
- Dissect the general form of Tight rectangles.
- Dissect Tight image data (basic compression, JPEG, gradient).
- Handle LastRect encoding.
- Fix some always-true conditions.
- Some code cleanups.

svn path=/trunk/; revision=26825
2008-11-23 14:09:04 +00:00
Jaap Keuter d641d661b3 From Gregor Jasny:
This one adds all the values from the LOCATE__TAGS table:
http://dev.aol.com/aim/oscar#LOCATE__TAGS

svn path=/trunk/; revision=26824
2008-11-23 10:55:35 +00:00
Jaap Keuter e39ecb7ea1 From Henning Rogge:
I have restructured the old code, pushed both IPv4 and IPv6 into the same
codepath and put each OLSR message into a subtree of it's own.

In addition to this the new dissector supports the custom message types of the
NRL-OLSR and Olsr.org implementation (the custom messages are used for
linkquality support and nameservices). The optional messages can be switched of
in the OLSR preferences page.

svn path=/trunk/; revision=26823
2008-11-23 10:35:19 +00:00
Stig Bjørlykke 9a0020f2f9 From Peter (bug 2942):
Allow optimalization with -ftracer.

svn path=/trunk/; revision=26822
2008-11-22 15:55:01 +00:00
Anders Broman 210e7c0d97 From Johnny Mitrevski:
Add a preference to chose between A and lb interface

svn path=/trunk/; revision=26820
2008-11-21 06:41:00 +00:00
Gerald Combs bbac96dcd4 Add Custom.nmake to the distribution.
svn path=/trunk/; revision=26818
2008-11-20 23:07:26 +00:00
Jaap Keuter 2bbbd462ec From Pascal Quantin:
RP IEs fail to decode due to a wrong size of ett[] table.

svn path=/trunk/; revision=26817
2008-11-20 21:35:25 +00:00
Anders Broman f42db62a55 From Johnny Mitrevski:
Add new Bssap dissectors for the Lb interface.

svn path=/trunk/; revision=26814
2008-11-20 07:57:24 +00:00
Jaap Keuter 73c044fef8 From Gregor Jasny:
I've extended the AIM dissector with the information available from http://dev.aol.com/aim/oscar .
I've verified most of the additions by sniffing my iChat (OSX 10.4) data traffic.

svn path=/trunk/; revision=26813
2008-11-20 07:02:34 +00:00
Jaap Keuter a0c9431909 From Joakim Wiberg:
This patch allows the ModbusTCP dissector (packet-mbtcp.c) to decode ModbusUDP packets. Essentially this is the same packets over UDP instead of TCP. 

ModbusUDP isn't an official part of the ModbusTCP specification but used by several vendors.

svn path=/trunk/; revision=26812
2008-11-19 22:30:45 +00:00
Jaap Keuter 8b65a8f0bb Fix for bug 3071:
Incorrect address structure assigned for find_conversation()

svn path=/trunk/; revision=26809
2008-11-19 07:27:02 +00:00
Stig Bjørlykke 9936884558 The stream index does not belong to the source and destination port bytes.
Do not let the generated TCP Analysis Flags get all TCP bytes.
Point the hidden TCP Segment Len to the header length byte.

svn path=/trunk/; revision=26806
2008-11-18 16:38:08 +00:00
Michael Tüxen bf796ee2a6 - Do not register UDP port 4433. Use dissector_add_handle instead.
- Also use dissector_add_handle() to make it available for DTLS/SCTP.

svn path=/trunk/; revision=26798
2008-11-17 21:44:42 +00:00
Anders Broman dabf28342f From Pascal Quantin:
Enhance 3GPP 24.008 GMM dissection.

svn path=/trunk/; revision=26796
2008-11-17 19:41:44 +00:00
Stig Bjørlykke d014842509 Added an option to turn off content decoding, as this does not always work
correctly until we fix bug 2345.

svn path=/trunk/; revision=26795
2008-11-17 14:49:59 +00:00
Anders Broman e9ad3ced49 Add some comments.
svn path=/trunk/; revision=26794
2008-11-16 22:51:49 +00:00
Anders Broman 95451b54f8 From Max Filippov:
patch to support IEE802.15.4 non-ASK PHY.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2906

svn path=/trunk/; revision=26792
2008-11-16 17:15:49 +00:00
Anders Broman dac2f04f74 Dissect NAS-PDU.
svn path=/trunk/; revision=26789
2008-11-16 12:35:42 +00:00
Anders Broman 68ef96b3bf From Abhik Sarkar:
Support for Diameter conversations and service response time.

svn path=/trunk/; revision=26785
2008-11-15 15:52:39 +00:00
Stig Bjørlykke 0342e89148 Use string format argument.
svn path=/trunk/; revision=26784
2008-11-15 15:51:26 +00:00
Anders Broman 0b297c0215 Make it easy to add custom dissectors.
svn path=/trunk/; revision=26783
2008-11-15 15:44:56 +00:00
Anders Broman fbb3653573 Fix a typo.
svn path=/trunk/; revision=26781
2008-11-15 14:34:43 +00:00
Anders Broman 67e29d7f7e Update comments add Emergensy number list IE.
svn path=/trunk/; revision=26780
2008-11-15 11:38:27 +00:00
Anders Broman 05fa33881c From Pascal Quantin:
Improve 3GPP 44.018 RR dissection.

svn path=/trunk/; revision=26779
2008-11-15 11:36:49 +00:00