Commit Graph

7844 Commits

Author SHA1 Message Date
Jaap Keuter a7fd8c01f2 From Jared Renzullo:
The existing Wireshark Cops PCMM dissector does not support the new I04 fields fof PCMM.
I've added the new fields which are relevant to the policy server to the dissector.

svn path=/trunk/; revision=28066
2009-04-16 17:24:56 +00:00
Bill Meier bee5d93ed9 packet_sccp.c: Init an uninit'd variable which was the cause of intermittent crashes.
Fixes Bug #3409 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3409)

svn path=/trunk/; revision=28058
2009-04-15 20:01:45 +00:00
Gerald Combs 89fc73b081 Fix the Buildbot.
svn path=/trunk/; revision=28057
2009-04-15 18:14:34 +00:00
Martin Mathieson efbf22009e Dissect more than one Via entry if found in a single line.
Fixes bug 3406.

svn path=/trunk/; revision=28054
2009-04-15 13:10:55 +00:00
Bill Meier 576e5ae0a5 packet-rlc-lte.c: keep vc6 happy: use gboolean instead of guint8 in several places.
svn path=/trunk/; revision=28053
2009-04-15 02:28:55 +00:00
Bill Meier 871c9c7152 ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);
ep_strbuf_append() --> ep_strbuf_append_c() in a few cases.

svn path=/trunk/; revision=28052
2009-04-14 18:31:02 +00:00
Anders Broman d225d4821f guint8 -> guint16
svn path=/trunk/; revision=28050
2009-04-14 18:14:24 +00:00
Anders Broman 43b00c00f5 Dissect PDN address, fix typos.
svn path=/trunk/; revision=28049
2009-04-14 18:11:41 +00:00
Anders Broman e5d6ac8615 Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANT
svn path=/trunk/; revision=28048
2009-04-14 18:10:45 +00:00
Gerald Combs c3befe3a37 From Jakub Zawadzki: Fix a logic error.
svn path=/trunk/; revision=28047
2009-04-14 17:52:22 +00:00
Martin Mathieson 9c0555d110 Begin to do some per-channel sequence analysis (so far, only for UM).
svn path=/trunk/; revision=28045
2009-04-14 14:38:20 +00:00
Tomas Kukosa b555f92211 do not report encoding error for sequence extension with length 0
highlight one byte also for NULL type

svn path=/trunk/; revision=28043
2009-04-14 07:38:02 +00:00
Tomas Kukosa 3d8d91d80c support UINT64 constants for upper value bounds
svn path=/trunk/; revision=28042
2009-04-14 07:34:56 +00:00
Guy Harris e99e0bc9bb Section 11 of RFC 3550, "RTP over Network and Transport Protocols",
speaks only of destination ports; in the heuristic dissectors, don't
check whether the source port is even or odd.

The total length of an RTCP packet is in tvb_reported_length(), not
tvb_length() - the latter includes only the actual captured data, which
might be cut short by a snapshot length.

svn path=/trunk/; revision=28041
2009-04-13 22:37:35 +00:00
Anders Broman a02bbff000 Add XiMeta Technology's ethertype.
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3392)

svn path=/trunk/; revision=28040
2009-04-13 18:32:24 +00:00
Anders Broman 4dd4f565ce From Abhik Sarkar:
Diameter SRT stats - split by command
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3403

svn path=/trunk/; revision=28039
2009-04-13 18:14:25 +00:00
Anders Broman d457cf380f Try to please the build bot, fix indentation.
svn path=/trunk/; revision=28038
2009-04-13 18:09:20 +00:00
Anders Broman 662bf774f9 From Andreas Heise:
add SIP URI PARTS dissection to packet-sip.c
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3399

svn path=/trunk/; revision=28037
2009-04-13 14:31:13 +00:00
Guy Harris 88b214d11e Get the offset of the padding count correct (it has nothing to do with
the amount of captured packet data, so calculating it must not involve
tvb_length_remaining()), and, when processing the padding, count the
padding count octet in the offset, so that the length check is correct.

svn path=/trunk/; revision=28031
2009-04-11 03:56:14 +00:00
Anders Broman b1b5873c48 Handle PER constrained integer > 32 bits, show more internal PER fields.
svn path=/trunk/; revision=28026
2009-04-10 09:24:10 +00:00
Anders Broman 28b46231f6 Fix a typo.
svn path=/trunk/; revision=28023
2009-04-09 15:32:26 +00:00
Jörg Mayer 4c0e847d8c Starting cleanup in earnest
- get rid of some structure accesses
- use _item functions where possible

svn path=/trunk/; revision=28022
2009-04-09 13:58:20 +00:00
Bill Meier 08ab843143 Fix two usages of non-ascii characters.
svn path=/trunk/; revision=28019
2009-04-09 12:41:40 +00:00
Anders Broman 90e55db489 From Chris Costa:
Patch for NDMP tape_get_state dissector.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3394

svn path=/trunk/; revision=28018
2009-04-09 05:53:14 +00:00
Anders Broman 7d3b2bfbbd Small indentation fix.
svn path=/trunk/; revision=28016
2009-04-09 05:51:15 +00:00
Gerald Combs e2cd2bf4f2 Don't assemble asm_utils_win32_x86 on x64. Export a dummy read_keytab_file
if we're not using any encryption libraries on Windows.

This fixes the last Win64 compilation problems in epan.

svn path=/trunk/; revision=28008
2009-04-08 19:15:10 +00:00
Bill Meier 321506c076 (Trivial) Fix some spelling & etc in comments
svn path=/trunk/; revision=27996
2009-04-08 13:41:30 +00:00
Bill Meier 0beccd173f More Ethereal --> Wireshark
svn path=/trunk/; revision=27995
2009-04-08 13:28:23 +00:00
Bill Meier f3d59ba1fe More ethereal --> wireshark
svn path=/trunk/; revision=27994
2009-04-08 13:07:21 +00:00
Anders Broman 27026d0eb1 Add dissection of:
- SMSDeliveryPointToPointAck
- InterSystemSMSDeliveryPointToPoint
- QualificationRequest2

svn path=/trunk/; revision=27991
2009-04-08 06:28:34 +00:00
Jeff Morriss d9f7a40296 Fix a typo.
Fix up indentation of some value_strings.
Add/fix some ANSI-specific return causes.

svn path=/trunk/; revision=27986
2009-04-07 21:07:10 +00:00
Bill Meier 6f92b028aa Use some default true_false_string's.
svn path=/trunk/; revision=27983
2009-04-07 12:20:41 +00:00
Anders Broman 3caf5ca19c Add missed packet-pw-atm.c.
svn path=/trunk/; revision=27982
2009-04-07 05:45:38 +00:00
Gerald Combs c1e3c91b8f The last of the size_t fixes in epan/dissectors.
svn path=/trunk/; revision=27980
2009-04-06 23:06:35 +00:00
Gerald Combs dde9618170 More size_t fixes.
svn path=/trunk/; revision=27977
2009-04-06 20:28:47 +00:00
Gerald Combs 4403f89243 More size_t fixes.
svn path=/trunk/; revision=27976
2009-04-06 19:30:48 +00:00
Anders Broman 680cf63be8 Dissect g722.2 H.245 paramaters.
svn path=/trunk/; revision=27972
2009-04-06 16:53:41 +00:00
Jaap Keuter bdf8c5d574 Fix bug 3342:
Add decoding of newer component codes.
Add dissection of Alternate Assignment Component.

svn path=/trunk/; revision=27970
2009-04-06 05:43:24 +00:00
Stephen Fisher 5f78aafa55 Fix compiler warning/errors
svn path=/trunk/; revision=27969
2009-04-06 02:50:46 +00:00
Gerald Combs 60d3b45792 More size_t casts/fixes, and string buffers.
svn path=/trunk/; revision=27968
2009-04-06 00:08:46 +00:00
Gerald Combs 7265c99e0c Get rid of a bunch of size_t's.
svn path=/trunk/; revision=27967
2009-04-05 23:42:26 +00:00
Guy Harris 532a4ad4bd Use ep_strdup_printf() and emem_strbuf_t's.
svn path=/trunk/; revision=27966
2009-04-05 18:37:47 +00:00
Guy Harris ee8ddd5123 Use an emem_strbuf_t in bitrange().
svn path=/trunk/; revision=27965
2009-04-05 18:20:20 +00:00
Guy Harris a36f62678c Casts of pointer differences to squelch P64 warnings; the differences
aren't going to be > 2^31-1.

svn path=/trunk/; revision=27964
2009-04-05 17:28:20 +00:00
Gerald Combs 098eb5606f tvbuff.[ch]: Accept more size_t's.
packet-wcp.c: Add size_t casts.
packet-x11.c: Use string buffers.

svn path=/trunk/; revision=27959
2009-04-04 19:34:06 +00:00
Anders Broman 526cf5d50d Keep the buildbot happy.
svn path=/trunk/; revision=27958
2009-04-04 17:29:46 +00:00
Anders Broman 757a6bf29a Wrong tree used, add Codec list dissection.
svn path=/trunk/; revision=27957
2009-04-04 15:19:45 +00:00
Anders Broman e0cf1679e3 From Francesco Fondelli:
New ATM PW (with/without CW) dissector, RFC 4717
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3375

svn path=/trunk/; revision=27955
2009-04-04 11:48:19 +00:00
Guy Harris 978f771a8d Use an emem_strbuf_t where appropriate.
svn path=/trunk/; revision=27954
2009-04-03 19:10:34 +00:00
Guy Harris ed30baaa0d size_t fix (you won't get more than 2^31-1 bytes there).
svn path=/trunk/; revision=27953
2009-04-03 19:03:31 +00:00