Commit graph

28319 commits

Author SHA1 Message Date
Martin Mathieson
29d6ae0ed5 Remove calls to check_col().
svn path=/trunk/; revision=29079
2009-07-13 11:23:40 +00:00
Martin Mathieson
19d117fb97 Remove calls to check_col(), and stop giving '{' a line of its own.
svn path=/trunk/; revision=29078
2009-07-13 10:55:53 +00:00
Anders Broman
04b77f8437 APDU incorrectly dissected(BSSLAP Protocol Not Decoded In BSSMAP-LE Messages).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3711

svn path=/trunk/; revision=29077
2009-07-13 08:35:30 +00:00
Stephen Fisher
163c8f7761 Change the new packet list to use a cell data function for displaying
values in each column's rows.  This is the first step in adding coloring
rule support and other features.


svn path=/trunk/; revision=29076
2009-07-13 05:27:25 +00:00
Anders Broman
828989fd7b Column index now corresponds to the column in the tree view.
svn path=/trunk/; revision=29075
2009-07-12 19:38:55 +00:00
Anders Broman
da98389b3e Make iCommand a guint8.
svn path=/trunk/; revision=29074
2009-07-12 19:08:55 +00:00
Anders Broman
988cc98cb7 Add a forgotten piece of code...
svn path=/trunk/; revision=29073
2009-07-12 16:34:20 +00:00
Gerald Combs
23012c6c23 [Automatic manuf and enterprise-numbers update for 2009-07-12]
svn path=/trunk/; revision=29070
2009-07-12 15:03:33 +00:00
Jaap Keuter
1997c46083 From Nick Ford:
Chunks handled individually rather than as complete messages which have
the risk of being fragmented and unrecognizable.
Added FLV data type.
Allow simultaneous RTMP streams to be handled independently.

svn path=/trunk/; revision=29069
2009-07-12 15:03:05 +00:00
Bill Meier
9c4a21d9d3 Fix a typo
svn path=/trunk/; revision=29068
2009-07-12 14:13:01 +00:00
Bill Meier
f3cd2bc545 Don't coerce a pointer to guint32 when pointing to a guint8.
Using that pointer will fetch the guint8 plus who knows what....

svn path=/trunk/; revision=29067
2009-07-12 13:41:36 +00:00
Stig Bjørlykke
27572c22f4 From Kovarththanan Rajaratnam via bug 3702:
This patch optimizes the data source name processing in add_new_data_source()
by delaying it. We now simply store the constant string and lazily compute the
name when needed. This gives a performance boost because we only need the name
if we have multiple data sources.

svn path=/trunk/; revision=29066
2009-07-12 10:19:13 +00:00
Anders Broman
052a2b965a Some small fixes from Jakub Zawadzki joined with my efforts
to only store the used columns.

svn path=/trunk/; revision=29065
2009-07-12 09:05:03 +00:00
Bill Meier
fe70a9f9a6 Fix use of "unaligned" memory references;
Fixes Bug #3689.
Also: fix IPV4 address comparisons which would be incorrect
      on a big-endian machine.

svn path=/trunk/; revision=29064
2009-07-11 15:36:18 +00:00
Anders Broman
93a3a50a01 From Artem Tamazov:
Analyze->Decode as... menu item becomes unavailable in some situations.(Ethernet-PW)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3642

svn path=/trunk/; revision=29063
2009-07-11 09:50:09 +00:00
Anders Broman
f8393d2e02 From Harald Welte:
Add some more GSM A-bis IP message types.

svn path=/trunk/; revision=29062
2009-07-11 08:38:41 +00:00
Gerald Combs
16c1dd1b2d Don't use tvb_memcpy to fill in a struct. (Cue Jamie Hyneman saying
"EVER!") Expand the entry/scope struct to include private enterprise
numbers instead of casting guint32s to arbritrary chunks of memory.
Limit the number of entries and scopes we allocate.  Don't allocate
memory every time we see a new template.  Don't use a C++ keyword for
variable names.

svn path=/trunk/; revision=29061
2009-07-10 23:39:23 +00:00
Jaap Keuter
24d2fb5126 From David Aggeler:
* - Fixed corrupt files on DICOM Export
 * - Fixed memory limitation on DICOM Export
 * - Removed minimum packet length for static port mode
 * - Simplified checks for heuristic mode
 * - Removed unused functions

svn path=/trunk/; revision=29060
2009-07-10 21:54:29 +00:00
Bill Meier
58ed99ea6e Two minor changes: include emem.h not req'd; SUB_IPACCESS not used.
svn path=/trunk/; revision=29059
2009-07-10 20:35:34 +00:00
Michael Tüxen
0d2271b2cc Fix last issue reported by Jaap.
svn path=/trunk/; revision=29058
2009-07-10 20:07:57 +00:00
Michael Tüxen
5e6cc00044 Fix the two other nits reported by Jaap.
svn path=/trunk/; revision=29057
2009-07-10 20:03:25 +00:00
Michael Tüxen
9c6ee5cefd Add ip.access A-bis over IP dissector received from Harald Welte.
Removed check_col() calls.

svn path=/trunk/; revision=29056
2009-07-10 20:00:54 +00:00
Anders Broman
d7afe6b0eb Fix a typo.
svn path=/trunk/; revision=29055
2009-07-10 15:15:14 +00:00
Stig Bjørlykke
2002748969 Cleanup handling of ICMPv6 type and code (not complete):
- Use value_string to convert strings
- Added more types and codes from IANA

Removed use of check_col()
Some white space cleanup

svn path=/trunk/; revision=29054
2009-07-10 12:48:48 +00:00
Anders Broman
7b8cdbe44f Restore hf_gtp_ext_rat_type as it's used in decode_gtp_rat_type().
Fix IMEI(SV) While we're at it.

svn path=/trunk/; revision=29053
2009-07-10 12:26:39 +00:00
Anders Broman
75a6ad54be More 3GPP updates.
svn path=/trunk/; revision=29052
2009-07-10 09:40:11 +00:00
Stig Bjørlykke
d4b575f041 Use correct length for "Version OD Calling".
This fixes bug 3694.

svn path=/trunk/; revision=29051
2009-07-10 09:12:13 +00:00
Stig Bjørlykke
8af0d42c47 Cleanup handling of ICMP type and code:
- Use value_string to convert strings
- Added more types and codes from IANA

Removed use of check_col()
Check checksum also if no tree
Some white space cleanup

svn path=/trunk/; revision=29050
2009-07-10 09:09:11 +00:00
Stig Bjørlykke
a69f313e68 Header field cleanup.
svn path=/trunk/; revision=29049
2009-07-10 08:03:19 +00:00
Anders Broman
889d1f124e From Joan Ramio:
IEC 60870-5-104 dissector decodes nothing
(new_tvb reported length bug)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3650

svn path=/trunk/; revision=29048
2009-07-10 05:40:02 +00:00
Anders Broman
aec691c11f Reworked patch from massimo:
SNMP cannot be decoded in case of appended data to message
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3684

svn path=/trunk/; revision=29047
2009-07-09 21:43:57 +00:00
Anders Broman
eaac8aab5d Fix cut-n-paste errors.
svn path=/trunk/; revision=29046
2009-07-09 21:18:59 +00:00
Bill Meier
4b00d59822 From: : Nathan Hartwell: Patch to fix output of HP Team dissector in Info column
svn path=/trunk/; revision=29045
2009-07-09 21:05:37 +00:00
Anders Broman
298feb719f From Joakim Wiberg:
Device Level Ring protocol addition.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3685

With some minor changes (blurb NULL whem text equal).

svn path=/trunk/; revision=29044
2009-07-09 20:44:28 +00:00
Bill Meier
e10eb5770c Revised packaging for the Radius directory:
include new Radius dictionary files & etc.

svn path=/trunk/; revision=29043
2009-07-09 20:31:22 +00:00
Bill Meier
38ae3b8a09 README describing the Wireshark changes to the FreeRadius
v2.1.6 dictionary files as of 2009-07-09.

svn path=/trunk/; revision=29042
2009-07-09 20:28:46 +00:00
Bill Meier
9de7a9dfa4 FreeRadius v2.1.6 "dictionary" file with the following changes:
- enabled  include: dictionary.cisco.vpn3000
   - disabled include: dictionary.vqp
   - disabled include: dictionary.freeradius.internal
   - added    include: dictionary.chillispot: as per 2009-06-11 commit
                        in the FreeRadius repository.
   - added: Comment re Wireshark usage of the integer data type.


svn path=/trunk/; revision=29041
2009-07-09 20:21:39 +00:00
Bill Meier
8c953bc707 Add FreeRadius v2.1.6 dictionary.freeradius.internal (for completeness).
This file contains "Non Protocol Attributes used by FreeRADIUS".
The "$inlude dictionary.freeradius.internal" line in 
the Radius "dictionary" file is commented out and thus the 
dictionary.freeradius.internal file is not 
read by Wireshark as part of the Radius dictionary files load.

svn path=/trunk/; revision=29040
2009-07-09 20:10:39 +00:00
Bill Meier
59cc6f3e61 packet-gtp: 3GPP AVP custom VSA dissection no longer required for 3GPP-RAT-Type attribute.
3GPP-RAT-Type values are now defined in the Radius dictionary.3gpp file.

svn path=/trunk/; revision=29039
2009-07-09 16:02:34 +00:00
Bill Meier
52160fd429 Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3j: 3gpp
FreeRadius 2.1.6 dictionary.3gpp plus additions based upon:
	http://pda.etsi.org/exchangefolder/ts_129061v080300p.pdf
 	 (ETSI TS 129 061 V8.3.0 (2009-06))
    Also: Add values for RAT-Type; (packet-gtp custom AVP 3GPP VSA dissector
          no longer required for  3GPP-RAT-Type).

svn path=/trunk/; revision=29038
2009-07-09 15:59:02 +00:00
Anders Broman
0b77fbddfe Update 3GPP AVP:s
svn path=/trunk/; revision=29037
2009-07-09 15:26:41 +00:00
Bill Meier
682d0cb423 Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3i: 3gpp2
- FreeRadius 2.1.6 dictionary.3gpp2 plus additions based upon
      the latest 3GPP2 specification:
       "cdma2000 Wireless IP Network Standard: Accounting Services and 3GPP2 Radius VSAs
        3GPP2 X.S0011-005-D
        Version: 2.0
        Version Date: November 2008"
       http://www.3gpp2.org/public_html/Specs/X.S0011-005-D_v2.0_081103.pdf

svn path=/trunk/; revision=29036
2009-07-09 12:44:16 +00:00
Stig Bjørlykke
046a329a66 Split packet-ip into packet-ip and packet-icmp.
Some cleanup in handles and ett entries.

svn path=/trunk/; revision=29035
2009-07-09 11:32:50 +00:00
Stig Bjørlykke
f40bd67713 Pop the welcome header when we are finished capture without updating packet
list in real time, so we get back to the welcome screen when closing the file.

svn path=/trunk/; revision=29034
2009-07-09 09:28:05 +00:00
Jaap Keuter
98b5c7bf9a Remove hint of name resolution when it's not there.
svn path=/trunk/; revision=29033
2009-07-08 21:04:53 +00:00
Bill Meier
9604d665bf Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3h: freeradius
FreeRadius 2.1.6 dictionary.freeradius as is;

svn path=/trunk/; revision=29032
2009-07-08 20:50:56 +00:00
Bill Meier
dd35e312c0 Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3g: ascend
FreeRadius 2.1.6 dictionary.ascend as is;

svn path=/trunk/; revision=29031
2009-07-08 20:29:06 +00:00
Bill Meier
56db19812f Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3f: aruba
- FreeRadius 2.1.6 dictionary.aruba plus additions:
     See Wireshark Bug #3104 and SVN #26945.
     See also: https://airheads.arubanetworks.com/vBulletin/showthread.php?t=910

svn path=/trunk/; revision=29030
2009-07-08 19:35:49 +00:00
Guy Harris
a3fda98056 Clarify that "-w" specifies a *pcap-format* file to be written to.
svn path=/trunk/; revision=29029
2009-07-08 19:19:06 +00:00
Anders Broman
6c25896d84 From Kovarththanan Rajaratnam:
No letter-shortcuts in Telephony menu.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678

svn path=/trunk/; revision=29028
2009-07-08 18:36:31 +00:00