aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-07-09Update 3GPP AVP:sAnders Broman1-55/+178
svn path=/trunk/; revision=29037
2009-07-09 Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3i: 3gpp2Bill Meier1-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 svn path=/trunk/; revision=29036
2009-07-09Split packet-ip into packet-ip and packet-icmp.Stig Bjørlykke4-1075/+1118
Some cleanup in handles and ett entries. svn path=/trunk/; revision=29035
2009-07-09Pop the welcome header when we are finished capture without updating packetStig Bjørlykke1-0/+1
list in real time, so we get back to the welcome screen when closing the file. svn path=/trunk/; revision=29034
2009-07-08Remove hint of name resolution when it's not there.Jaap Keuter1-1/+2
svn path=/trunk/; revision=29033
2009-07-08Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3h: freeradiusBill Meier1-3/+123
FreeRadius 2.1.6 dictionary.freeradius as is; svn path=/trunk/; revision=29032
2009-07-08Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3g: ascendBill Meier1-825/+1082
FreeRadius 2.1.6 dictionary.ascend as is; svn path=/trunk/; revision=29031
2009-07-08Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3f: arubaBill Meier1-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 svn path=/trunk/; revision=29030
2009-07-08Clarify that "-w" specifies a *pcap-format* file to be written to.Guy Harris1-1/+2
svn path=/trunk/; revision=29029
2009-07-08From Kovarththanan Rajaratnam:Anders Broman23-36/+33
No letter-shortcuts in Telephony menu. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678 svn path=/trunk/; revision=29028
2009-07-08Address the size_t vs. gint issue.Jaap Keuter1-16/+16
svn path=/trunk/; revision=29027
2009-07-08Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3e: cisco.vpn3000Bill Meier1-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]". svn path=/trunk/; revision=29026
2009-07-08We are only handling one row at a time(right?).Anders Broman1-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? svn path=/trunk/; revision=29025
2009-07-08Currently, the expert code notifies if a packet is addressedJörg Mayer1-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. svn path=/trunk/; revision=29024
2009-07-08Readd the feature to skip the unknown/faulty remainderJörg Mayer1-0/+3
of an IE and still display the next one(s). svn path=/trunk/; revision=29023
2009-07-08From Magnus Sörman:Anders Broman3-21/+24
Correct AVP properties. svn path=/trunk/; revision=29022
2009-07-08Minor documentation fixBalint Reczey1-3/+3
svn path=/trunk/; revision=29021
2009-07-08Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3d: alcatelBill Meier1-68/+83
Use dictionary.alcatel as is from the FreeRadius release. svn path=/trunk/; revision=29020
2009-07-08Add references to two specifications Bill Meier1-0/+6
svn path=/trunk/; revision=29019
2009-07-08Do defragment inits via registered init routineBill Meier1-8/+11
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-08Default to NULL for description.Stig Bjørlykke1-7/+20
Avoid duplicate name/blurb. svn path=/trunk/; revision=29016
2009-07-08From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+7
Update to include the new constraints. svn path=/trunk/; revision=29015
2009-07-08From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+6
Avoid duplicate blurb/name. svn path=/trunk/; revision=29014
2009-07-08Add Darryl G. Champagne.Anders Broman1-0/+1
svn path=/trunk/; revision=29013
2009-07-08From Kovarththanan Rajaratnam:Stig Bjørlykke4-29/+29
Duplicate name/blurb removal. svn path=/trunk/; revision=29012
2009-07-08"uint" isn't a standard type, and isn't a type defined by GLib; useGuy Harris1-4/+4
guint, as defined by GLib, instead. svn path=/trunk/; revision=29011
2009-07-08From Don Chirieleison:Jaap Keuter4-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. svn path=/trunk/; revision=29010
2009-07-08Drop obsolete --enable-gtk2 CFLAGJaap Keuter1-2/+2
Make fakeroot actually work by setting proper LD_LIBRARY_PATH svn path=/trunk/; revision=29009
2009-07-08Drop non-existing omniidl from wireshark-dev dependancy list.Jaap Keuter1-1/+1
svn path=/trunk/; revision=29008
2009-07-08Add missing packaging file (according to Debian Policy Manual).Jaap Keuter2-0/+35
svn path=/trunk/; revision=29007
2009-07-08Recommend the expert mechanism, rather than DISSECTOR_ASSERT(), forGuy Harris1-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. svn path=/trunk/; revision=29006
2009-07-08Fix several dissector assertions.Gerald Combs1-20/+25
svn path=/trunk/; revision=29005
2009-07-07radius: dictionary.nortel: Update as per the 2009-07-01 FreeRadius ↵Bill Meier1-0/+33
reposistory commit svn path=/trunk/; revision=29004
2009-07-07NULL is zero on all platforms we run on.Anders Broman1-6/+0
svn path=/trunk/; revision=29003
2009-07-07radius: dictionary.wimax; Actually add the missing END-VENDOR statementBill Meier1-0/+2
svn path=/trunk/; revision=29002
2009-07-07Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3c: wimaxBill Meier1-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". svn path=/trunk/; revision=29001
2009-07-07Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3b: microsoftBill Meier1-52/+131
FreeRadius v 2.1.6 dictionary.microsoft modified based upon Wireshark commit SVN #17706. Essentailly: Add "VALUES" for ATTRIBUTE MS-MPPE-Encryption-Policy and ATTRIBUTE MS-MPPE-Encryption-Types. svn path=/trunk/; revision=29000
2009-07-07Removed header_field.hStig Bjørlykke1-1/+0
svn path=/trunk/; revision=28999
2009-07-07Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3a: cablelabsBill Meier1-205/+226
dictionary.cablelabs from FreeRadius v 2.1.6 updated based upon: PacketCable(TM) 1.5 Specification: Event Messages [PKT-SP-EM1.5-I03-070412] PacketCable(TM) Specification: Multimedia Specification [PKT-SP-MM-I04-080522] Also: Added additional comments and changes related to Wireshark use of this file. svn path=/trunk/; revision=28998
2009-07-07Removed flags_set_truthStig Bjørlykke1-1/+0
svn path=/trunk/; revision=28997
2009-07-07Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 2: Bill Meier50-3738/+4567
Modified files w/o conflicts with current Wireshark radius dictionary files. svn path=/trunk/; revision=28996
2009-07-07Add expert item to warn of AM data PDUs that don't have any data.Martin Mathieson1-1/+5
svn path=/trunk/; revision=28995
2009-07-07Fix the esl protocol enable/disable handling issue introduced in SVN #28986:Bill Meier1-14/+17
Use the standard "if (!initialized)..." logic in proto_reg_handoff(). Also: use "true_false_string flags_yes_no" as in the original patch. svn path=/trunk/; revision=28994
2009-07-07Revert r28985 to fix tfs prototypes, as it doesn't work...Stig Bjørlykke1-20/+20
svn path=/trunk/; revision=28993
2009-07-07Added some casts for true_false_string's.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=28992
2009-07-07Do not use tfs true_string and false_string directly.Stig Bjørlykke1-16/+6
svn path=/trunk/; revision=28991
2009-07-07Removed unused flags_set_truth.Stig Bjørlykke2-15/+2
Fixed some capitalizations. svn path=/trunk/; revision=28990
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke42-483/+483
svn path=/trunk/; revision=28989
2009-07-07Add preference for turning off LTE RRC.Martin Mathieson1-3/+13
svn path=/trunk/; revision=28988
2009-07-07No need to include tfs.hStig Bjørlykke1-1/+0
svn path=/trunk/; revision=28987