Commit Graph

28146 Commits

Author SHA1 Message Date
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
Jaap Keuter 863057ff9c Address the size_t vs. gint issue.
svn path=/trunk/; revision=29027
2009-07-08 17:46:37 +00:00
Bill Meier 5d5d3004aa Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3e: cisco.vpn3000
dictionary.cisco.vpn3000 from FreeRadius v 2.1.6 plus additions:
 a. Values as defined in the previous Wireshark version of dictionary.cisco.vpn3000;
 b. Attributes as defined in:
http://www.cisco.com/en/US/docs/security/vpn3000/vpn3000_47/configuration/guide/ldapapp.html#wp1564468
 Additions from the FreeRadius version marked with "## [wireshark]".

svn path=/trunk/; revision=29026
2009-07-08 17:23:58 +00:00
Anders Broman 0df04dc0fc We are only handling one row at a time(right?).
Shouldn't the row_data_t structures col_text and col_filter just hold the number of columns (cfile.cinfo.num_cols) rather than [NUM_COL_FMTS] with an adittional col_fmt[] all beeing dynamically allocated?

svn path=/trunk/; revision=29025
2009-07-08 16:16:13 +00:00
Jörg Mayer c43391cd08 Currently, the expert code notifies if a packet is addressed
to 224.0.0.x with a TTL>1. Some protocols (notably VRRP and GLBP)
send out a TTL of 255 and thus cause a notice. That should be fixed,
so for now: Add a FIXME about that.

svn path=/trunk/; revision=29024
2009-07-08 15:29:37 +00:00
Jörg Mayer 8daca54c04 Readd the feature to skip the unknown/faulty remainder
of an IE and still display the next one(s).

svn path=/trunk/; revision=29023
2009-07-08 15:26:04 +00:00
Anders Broman 3815134a61 From Magnus Sörman:
Correct AVP properties.

svn path=/trunk/; revision=29022
2009-07-08 14:27:21 +00:00
Balint Reczey a909a692de Minor documentation fix
svn path=/trunk/; revision=29021
2009-07-08 14:20:59 +00:00
Bill Meier 1fd7f6fd96 Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3d: alcatel
Use dictionary.alcatel as is from the FreeRadius release.

svn path=/trunk/; revision=29020
2009-07-08 13:38:59 +00:00
Bill Meier f569b013d6 Add references to two specifications
svn path=/trunk/; revision=29019
2009-07-08 13:10:00 +00:00
Bill Meier b60ff9f677 Do defragment inits via registered init routine
instead of once-only in proto_reg_handoff;
Also: localize handles to proto_reg_handoff;
      Fix a typo;

svn path=/trunk/; revision=29018
2009-07-08 12:50:09 +00:00
Stig Bjørlykke 862c77e4df Default to NULL for description.
Avoid duplicate name/blurb.

svn path=/trunk/; revision=29016
2009-07-08 10:41:17 +00:00
Stig Bjørlykke 884ef57f1e From Kovarththanan Rajaratnam:
Update to include the new constraints.

svn path=/trunk/; revision=29015
2009-07-08 08:04:30 +00:00
Stig Bjørlykke ec53e7789a From Kovarththanan Rajaratnam:
Avoid duplicate blurb/name.

svn path=/trunk/; revision=29014
2009-07-08 08:00:55 +00:00
Anders Broman 16849e5cff Add Darryl G. Champagne.
svn path=/trunk/; revision=29013
2009-07-08 07:53:28 +00:00
Stig Bjørlykke c0622654ed From Kovarththanan Rajaratnam:
Duplicate name/blurb removal.

svn path=/trunk/; revision=29012
2009-07-08 07:48:13 +00:00
Guy Harris b0f37069b7 "uint" isn't a standard type, and isn't a type defined by GLib; use
guint, as defined by GLib, instead.

svn path=/trunk/; revision=29011
2009-07-08 06:40:17 +00:00
Jaap Keuter 437318216b From Don Chirieleison:
Within the attached diff file are two source files, packet-dtn.h and
packet-dtn.c. Their function is to decode Bundle Protocol PDUs sent using the
UDP or TCP Convergence Layers. These protocols have been released by the
Internet Research Task Force and are described in RFC 4838 and RFC 5050.
Detailed information on DTN can be obtained at www.dtnrg.org.

svn path=/trunk/; revision=29010
2009-07-08 06:07:21 +00:00
Jaap Keuter 22768eeca9 Drop obsolete --enable-gtk2 CFLAG
Make fakeroot actually work by setting proper LD_LIBRARY_PATH

svn path=/trunk/; revision=29009
2009-07-08 05:24:55 +00:00
Jaap Keuter 05ca8baee2 Drop non-existing omniidl from wireshark-dev dependancy list.
svn path=/trunk/; revision=29008
2009-07-08 05:22:47 +00:00
Jaap Keuter c556ce7ee0 Add missing packaging file (according to Debian Policy Manual).
svn path=/trunk/; revision=29007
2009-07-08 05:20:30 +00:00
Guy Harris d5289354ab Recommend the expert mechanism, rather than DISSECTOR_ASSERT(), for
checks that really check whether the packet is valid; DISSECTOR_ASSERT()
should only be used for cases where the dissector is making an
assumption about its internal state.

svn path=/trunk/; revision=29006
2009-07-08 00:57:01 +00:00
Gerald Combs 98c1ca42c9 Fix several dissector assertions.
svn path=/trunk/; revision=29005
2009-07-08 00:28:54 +00:00
Bill Meier 6b96407490 radius: dictionary.nortel: Update as per the 2009-07-01 FreeRadius reposistory commit
svn path=/trunk/; revision=29004
2009-07-07 22:53:44 +00:00