Commit graph

31178 commits

Author SHA1 Message Date
Guy Harris
285cd1fec7 Constify an argument.
svn path=/trunk/; revision=32303
2010-03-26 23:40:48 +00:00
Jeff Morriss
14f2f93a35 s/#if DEBUG/#ifdef DEBUG/
svn path=/trunk/; revision=32302
2010-03-26 23:34:54 +00:00
Guy Harris
6e8ddafc03 g_strv_length() is only available in GLib 2.6 and later, and we don't
require GLib 2.6, just 2.4 or later.

svn path=/trunk/; revision=32301
2010-03-26 22:49:24 +00:00
Guy Harris
f55452dd77 Print 32-bit counters with the right format.
svn path=/trunk/; revision=32300
2010-03-26 22:36:22 +00:00
Guy Harris
c30410fcba If we have more than 4294967295 items, we have a real problem, as we
allocate memory for each item.

Use gboolean for Boolean flags.

svn path=/trunk/; revision=32299
2010-03-26 22:30:54 +00:00
Jeff Morriss
2f09fa518a Use one space and a larger printf field width instead of many spaces and a
smaller field width.  This allows printf to use those extra spaces if it needs
to, helping column alignment when the numbers are big.

svn path=/trunk/; revision=32298
2010-03-26 21:19:30 +00:00
Gerasimos Dimitriadis
7eb0269c54 Add another MCC for India
svn path=/trunk/; revision=32297
2010-03-26 21:19:19 +00:00
Jeff Morriss
6b81cd8c43 Use 64-bit counters throughout. This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3205
though most of the other taps also need such a change.

Note: the columns don't align with really big numbers.

Add support for 64-bit ftypes.

svn path=/trunk/; revision=32296
2010-03-26 21:07:49 +00:00
Anders Broman
058274f711 From Mike Morrin:
There were 2 dissectors for GPRS-NS (GSM 48.016) protocol, packet-gprs-ns.c and
packet-gprs-ns.c.  packet-nsip.c seemed to be the more complete, and has a
cleaner output.

I have polished up nsip.c and changed it so that it identifies itself as the
dissector for gprs-ns.

packet-gprs-ns.c can be deleted.
(Removed from the makefile for now).

svn path=/trunk/; revision=32295
2010-03-26 20:31:47 +00:00
Anders Broman
e3a0cf1fcb From Andrej Kuehnal:
tap-diameter-avp.patch:
- make diameter.cmd_code configurable rather than hard coded in 
- more fields in the output
- documetation/man pages + usage examples
- switch option parser from stdlib to glib to avoid troubles with M$ c++

diameter-dict.patch
remove strage spaces in the AVP names.

svn path=/trunk/; revision=32294
2010-03-26 20:15:55 +00:00
Gerald Combs
12e2df52e1 Update c-ares to 1.7.1.
svn path=/trunk/; revision=32293
2010-03-26 18:36:27 +00:00
Jeff Morriss
325ed3bfbb From Kovarththanan Rajaratnam via
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3437 :

PSDK is now required when building with MSVC6.

From me: change some spacing around to make the table
in section 4.4.1 more readable in PDF form.

svn path=/trunk/; revision=32292
2010-03-26 18:04:09 +00:00
Gerasimos Dimitriadis
8c1b0a8500 Update MNC list with all amendments up to No. 17 (ITU
Operational Bulletin 951)

svn path=/trunk/; revision=32291
2010-03-25 22:52:55 +00:00
Jaap Keuter
deef2df47d From Alexis La Goutte:
Add IKE Notify Message from RFC5685: Redirect Mechanism for IKEv2
Add IKE Notify Message from RFC5723: Session Resumption for IKEv2
Add IKE Notify Message from Cisco Unity

svn path=/trunk/; revision=32290
2010-03-25 22:41:46 +00:00
Bill Meier
32e4784dc3 Remove svn:executable property.
svn path=/trunk/; revision=32289
2010-03-25 22:35:29 +00:00
Jaap Keuter
b899efbaf4 From Alexis La Goutte:
Add IKEv2 Config Attributes from Experimental RFC5739:
IPv6 Configuration in IKEv2
Updates missing IKEv2 Config Attributes from RFC4306 (SUPPORTED_ATTRIBUTES and INTERNAL_IP6_SUBNET)

svn path=/trunk/; revision=32288
2010-03-25 22:29:17 +00:00
Bill Meier
2b75413d3a Set svn:executable property for some .py and .pl files
svn path=/trunk/; revision=32287
2010-03-25 22:22:45 +00:00
Jaap Keuter
991e709d56 Update for RFC 4578.
svn path=/trunk/; revision=32286
2010-03-25 22:15:11 +00:00
Bill Meier
316a01437f Add svn:eol-style native property
svn path=/trunk/; revision=32285
2010-03-25 20:59:08 +00:00
Bill Meier
9d5ddeb46c Fix properties:
svn:eol-stle --> svn:eol-style
 svn:keywords: native --> Ids
 remove svn:kewywords

svn path=/trunk/; revision=32284
2010-03-25 20:54:03 +00:00
Bill Meier
360cd0f98b Value of svn:keywords property should be Id (not native).
svn path=/trunk/; revision=32283
2010-03-25 20:51:19 +00:00
Bill Meier
80c8aef1d8 Fix property name: sv:eol-style --> svn:eol-style
svn path=/trunk/; revision=32282
2010-03-25 20:49:00 +00:00
Bill Meier
f5ca04fc65 Remove propery svn:eol-style: none of the other .svg files in this dir have this property.
svn path=/trunk/; revision=32281
2010-03-25 20:47:13 +00:00
Guy Harris
2101397e40 Update a comment to discuss how zlib and z_off_t has gotten messier lately.
svn path=/trunk/; revision=32280
2010-03-25 19:45:29 +00:00
Bill Meier
613d74ef8c Add minor sanity check
svn path=/trunk/; revision=32279
2010-03-25 19:06:49 +00:00
Bill Meier
36b82db075 (Minor): Do some sanity checking....
svn path=/trunk/; revision=32278
2010-03-25 19:05:44 +00:00
Bill Meier
264d162f8d (Minor): Improve an output message.
svn path=/trunk/; revision=32277
2010-03-25 18:50:31 +00:00
Bill Meier
9beaab0ce2 From Samu Varjonen: "New patch to the locators"
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3378#c25

From me:
 Fix typo: "REALY_UDP_HIP" --> "RELAY_UDP_HIP";
 Cleanup whitespace.

svn path=/trunk/; revision=32276
2010-03-25 15:18:39 +00:00
Gerasimos Dimitriadis
4fd14a25ff Incorporate changes to the MNC list as mandated from Amendments 1-3
to the 'Annex to ITU Operational Bulletin No. 935'

svn path=/trunk/; revision=32275
2010-03-24 21:23:37 +00:00
Gerasimos Dimitriadis
a16a5e89c6 Triggered by a comment from Mark Wallis:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4588#c6
2 and 3 digits long MNCs with the same arithmetic value (e.g.
21 and 021) are possible under the same MCC, yet in the
mcc_mnc_codes they would get mapped to the same entry. To 
avoid this aliasing, the encoding of the MCC/MNC pair into a
single arithmetic value in the mcc_mnc_codes list is changed.

svn path=/trunk/; revision=32274
2010-03-24 20:31:11 +00:00
Jaap Keuter
3f6e8b0284 From Martin Visser:
Please change the dissector so that TCP packets that have the "SACK permitted"
option set, set the "tcp.options.sack_perm" field to 1.

svn path=/trunk/; revision=32273
2010-03-23 20:05:04 +00:00
Martin Mathieson
cfb6f1531a Improve reporting of Scheduling Request failure.
svn path=/trunk/; revision=32272
2010-03-23 13:24:01 +00:00
Bill Meier
af85fe653e (Trivial) Fix a typo.
svn path=/trunk/; revision=32271
2010-03-22 22:40:06 +00:00
Bill Meier
b28dbd9656 Minor Reformatting; Rename some enum constant identifiers to be a bit more specific;
svn path=/trunk/; revision=32270
2010-03-22 20:59:35 +00:00
Martin Mathieson
90b1fb287d Show oob items outside of context tree.
svn path=/trunk/; revision=32269
2010-03-22 19:20:37 +00:00
Bill Meier
e2b20f86b8 (Minor): Add blank line before "and by".
svn path=/trunk/; revision=32268
2010-03-22 18:59:17 +00:00
Martin Mathieson
c40e31f2de Initialise a couple of variables to prevent gcc warnings.
svn path=/trunk/; revision=32267
2010-03-22 18:09:33 +00:00
Bill Meier
0929a5625d From Venkateshwaran Dorai: Server/Application State Protocol v1 (RFC 4678 ) Dissector
See: http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4584
From me: 
   - Change dissect_sasp_pdu() to return void: tcp_dissect_pdus() ignores
     any return value when it calls a dissector and thus trying to register/use 
      the dissector as a 'new-style' dissector doesn't work as intended;.
   - Add some 'expert' messages for invalid SASP Header Type and unknown Message Type.
 - Use consistent indentation & cleanup whitespace;
 - (A few other minor changes).

svn path=/trunk/; revision=32266
2010-03-22 18:09:09 +00:00
Gerasimos Dimitriadis
eaba9a1147 Include the leading zeroes when decoding the MNC
svn path=/trunk/; revision=32265
2010-03-22 18:06:03 +00:00
Bill Meier
dabad92be6 Fix a gcc -Wshadow warning inadvertantly introduced in SVN #32262.
svn path=/trunk/; revision=32264
2010-03-22 15:18:06 +00:00
Guy Harris
371b8ec65b Fix a comment.
svn path=/trunk/; revision=32263
2010-03-21 21:42:51 +00:00
Bill Meier
245f3c1787 Rework code so File ! Merge file_type selection works and to remove use of global 'filetype'.
svn path=/trunk/; revision=32262
2010-03-21 19:26:32 +00:00
Bill Meier
42087e5593 Fix some gcc -Wshadow warnings.
svn path=/trunk/; revision=32261
2010-03-21 18:13:49 +00:00
Gerald Combs
e96ac9977f [Automatic manuf and enterprise-numbers update for 2010-03-21]
svn path=/trunk/; revision=32258
2010-03-21 15:03:40 +00:00
Gerasimos Dimitriadis
dfde72f247 Fix for Bug 4588:
RANAP and friends want the MNC encoded in big endian form.

svn path=/trunk/; revision=32257
2010-03-20 23:53:22 +00:00
Jaap Keuter
f8387d1240 Squelch GTK runtime warnings.
svn path=/trunk/; revision=32256
2010-03-20 23:00:23 +00:00
Anders Broman
52c69cd0b6 From KATAOKA Toshihiro:
Completion Diameter definition for mobileipv4.xml.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4600

svn path=/trunk/; revision=32254
2010-03-20 22:21:19 +00:00
Anders Broman
25e4a2eae1 Comment out the obsoleted AVP:s in imscxdx but leave them in.
Update the comments accordingly.

svn path=/trunk/; revision=32253
2010-03-20 22:18:32 +00:00
Anders Broman
bf3b7a8654 From KATAOKA Toshihiro:
Update Cx/Dx dictionary.
Only part of the patch applied, leaving the obsoleted AVP:s for now.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4602

svn path=/trunk/; revision=32252
2010-03-20 22:07:39 +00:00
Bill Meier
9e89185da6 Bug Fix: File ! Save As (on *nix) causes a gtk_critical message.
ToDo:    Fix Filetype handling for File ! Merge so it works again; 
(These issues were inroduced in SVN #31950).

svn path=/trunk/; revision=32251
2010-03-20 20:41:50 +00:00