aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-07-10Cleanup handling of ICMP type and code:stig1-230/+239
- 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29050 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-10Header field cleanup.stig1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29049 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-10From Joan Ramio:etxrab1-4/+6
IEC 60870-5-104 dissector decodes nothing (new_tvb reported length bug) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3650 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29048 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09Reworked patch from massimo: etxrab2-19/+64
SNMP cannot be decoded in case of appended data to message https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3684 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29047 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09Fix cut-n-paste errors.etxrab1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29046 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09From: : Nathan Hartwell: Patch to fix output of HP Team dissector in Info columnwmeier1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29045 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09From Joakim Wiberg:etxrab4-2/+409
Device Level Ring protocol addition. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3685 With some minor changes (blurb NULL whem text equal). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29044 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09Revised packaging for the Radius directory:wmeier2-3/+131
include new Radius dictionary files & etc. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29043 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09README describing the Wireshark changes to the FreeRadiuswmeier1-0/+68
v2.1.6 dictionary files as of 2009-07-09. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29042 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09FreeRadius v2.1.6 "dictionary" file with the following changes:wmeier1-390/+161
- 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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29041 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09Add FreeRadius v2.1.6 dictionary.freeradius.internal (for completeness).wmeier1-0/+564
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29040 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09packet-gtp: 3GPP AVP custom VSA dissection no longer required for ↵wmeier1-26/+0
3GPP-RAT-Type attribute. 3GPP-RAT-Type values are now defined in the Radius dictionary.3gpp file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29039 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3j: 3gppwmeier1-45/+59
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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29038 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09Update 3GPP AVP:setxrab1-55/+178
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29037 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09 Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3i: 3gpp2wmeier1-80/+130
- 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29036 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09Split packet-ip into packet-ip and packet-icmp.stig4-1075/+1118
Some cleanup in handles and ett entries. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29035 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-09Pop the welcome header when we are finished capture without updating packetstig1-0/+1
list in real time, so we get back to the welcome screen when closing the file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29034 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Remove hint of name resolution when it's not there.jake1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29033 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3h: freeradiuswmeier1-3/+123
FreeRadius 2.1.6 dictionary.freeradius as is; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29032 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3g: ascendwmeier1-825/+1082
FreeRadius 2.1.6 dictionary.ascend as is; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29031 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3f: arubawmeier1-14/+14
- 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29030 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Clarify that "-w" specifies a *pcap-format* file to be written to.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29029 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08From Kovarththanan Rajaratnam:etxrab23-36/+33
No letter-shortcuts in Telephony menu. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29028 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Address the size_t vs. gint issue.jake1-16/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29027 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3e: cisco.vpn3000wmeier1-157/+238
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]". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29026 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08We are only handling one row at a time(right?).etxrab1-1/+1
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? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29025 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Currently, the expert code notifies if a packet is addressedjmayer1-0/+7
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29024 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Readd the feature to skip the unknown/faulty remainderjmayer1-0/+3
of an IE and still display the next one(s). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29023 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08From Magnus Sörman:etxrab3-21/+24
Correct AVP properties. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29022 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Minor documentation fixrbalint1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29021 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3d: alcatelwmeier1-68/+83
Use dictionary.alcatel as is from the FreeRadius release. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29020 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Add references to two specifications wmeier1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29019 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Do defragment inits via registered init routinewmeier1-8/+11
instead of once-only in proto_reg_handoff; Also: localize handles to proto_reg_handoff; Fix a typo; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29018 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Added some svn:ignore targets for OSX package build.stig0-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29017 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Default to NULL for description.stig1-7/+20
Avoid duplicate name/blurb. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29016 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08From Kovarththanan Rajaratnam:stig1-1/+7
Update to include the new constraints. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29015 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08From Kovarththanan Rajaratnam:stig1-4/+6
Avoid duplicate blurb/name. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29014 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Add Darryl G. Champagne.etxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29013 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08From Kovarththanan Rajaratnam:stig4-29/+29
Duplicate name/blurb removal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29012 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08"uint" isn't a standard type, and isn't a type defined by GLib; useguy1-4/+4
guint, as defined by GLib, instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29011 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08From Don Chirieleison:jake4-0/+2449
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29010 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Drop obsolete --enable-gtk2 CFLAGjake1-2/+2
Make fakeroot actually work by setting proper LD_LIBRARY_PATH git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29009 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Drop non-existing omniidl from wireshark-dev dependancy list.jake1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29008 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Add missing packaging file (according to Debian Policy Manual).jake2-0/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29007 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Recommend the expert mechanism, rather than DISSECTOR_ASSERT(), forguy1-2/+9
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29006 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08Fix several dissector assertions.gerald1-20/+25
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29005 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-07radius: dictionary.nortel: Update as per the 2009-07-01 FreeRadius ↵wmeier1-0/+33
reposistory commit git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29004 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-07NULL is zero on all platforms we run on.etxrab1-6/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29003 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-07radius: dictionary.wimax; Actually add the missing END-VENDOR statementwmeier1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29002 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-07Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3c: wimaxwmeier1-3/+1
- As is from the FreeRadius release except added missing VENDOR-END - Note: Attribute WiMAX-MN-hHA-MIP4-SPI [11] had a type of "octets" in the previous Wireshark repository version of this file. whereas this attribute in the FreeRadius version of tis file has an attribute type of "integer". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29001 f5534014-38df-0310-8fa8-9805f1628bb7