Commit Graph

26493 Commits

Author SHA1 Message Date
Stig Bjørlykke b28ca9c930 Fixed some typos.
svn path=/trunk/; revision=27308
2009-01-27 12:41:33 +00:00
Bill Meier da3959145e Fix some indentation .....
svn path=/trunk/; revision=27307
2009-01-27 00:54:09 +00:00
Guy Harris 2ba37de400 Fix uninitialized variable.
More indentation cleanups.

svn path=/trunk/; revision=27306
2009-01-26 23:48:10 +00:00
Guy Harris a8a74a9d5b Get rid of "displaylang=" from the URLs; let whatever the site defaults
to be the language you get.

svn path=/trunk/; revision=27305
2009-01-26 23:04:18 +00:00
Guy Harris 248db0a42a Non-constant strings should not be used as format items; the format
should be "%s", with the string used as an argument, just in case the
string contains a "%" character.

Clean up indentation.

svn path=/trunk/; revision=27304
2009-01-26 22:58:47 +00:00
Bill Meier 4725b0a0f0 Prefs callback & etc not req'd ...
svn path=/trunk/; revision=27303
2009-01-26 21:41:44 +00:00
Anders Broman e1eed93101 Start code is 24 bits, use bit_offset to read it.
svn path=/trunk/; revision=27302
2009-01-26 20:08:12 +00:00
Anders Broman 356c960719 Make it a bit clearer witch bits are displayed.
svn path=/trunk/; revision=27301
2009-01-26 20:07:08 +00:00
Anders Broman 3246929f31 Add enum values for some IANA registered AVP:s.
svn path=/trunk/; revision=27300
2009-01-26 20:06:22 +00:00
Ulf Lamping f9e110d4cd fix a minor comment bug
svn path=/trunk/; revision=27299
2009-01-26 19:53:22 +00:00
Ulf Lamping 269cec3108 add some expert infos
svn path=/trunk/; revision=27298
2009-01-26 19:52:19 +00:00
Ulf Lamping a0d22c16ca add a note that PI_CHECKSUM and PI_WARN can be found in proto.h (don't want to search for it again :-)
svn path=/trunk/; revision=27297
2009-01-26 19:49:36 +00:00
Ulf Lamping 0e128c0789 add a small section about "msvcr90.dll / vcredist_x86.exe"
svn path=/trunk/; revision=27296
2009-01-26 19:47:03 +00:00
Ulf Lamping a7cabf10e4 fix filename in header comment
svn path=/trunk/; revision=27295
2009-01-26 19:46:06 +00:00
Martin Mathieson fa74972a7e Remove C++-style comment.
svn path=/trunk/; revision=27294
2009-01-26 14:05:24 +00:00
Martin Mathieson 938c049286 Add dissector for LTE PDCP.
This dissector has lots of TODOs, and hasn't really been worked on in a while, but since
a couple of people had been asking about PDCP support I thought I'd check it in now.

svn path=/trunk/; revision=27293
2009-01-26 12:18:32 +00:00
Gerald Combs 8bec8e109c [Automatic manuf update for 2009-01-25]
svn path=/trunk/; revision=27291
2009-01-25 16:03:27 +00:00
Jaap Keuter d4b79ec466 NTP version 1 and 2 can be used as well.
svn path=/trunk/; revision=27290
2009-01-23 19:36:48 +00:00
Martin Mathieson 8da2af7630 Get ready to call PDCP LTE dissector (when its cleaned up and added).
svn path=/trunk/; revision=27289
2009-01-23 15:58:33 +00:00
Gerald Combs cc5357bee8 Add a comment about possible Windows 7 support.
svn path=/trunk/; revision=27288
2009-01-22 21:26:54 +00:00
Tomas Kukosa c0af52c979 Fix Bug 3219: avoid overwriting H.323 callIdentifier value when CallIdentifier type is called from another dissector, e.g. H.450
svn path=/trunk/; revision=27287
2009-01-22 19:48:12 +00:00
Martin Mathieson 51b8e113df Make AM polling bit more prominent.
svn path=/trunk/; revision=27286
2009-01-22 17:18:48 +00:00
Martin Mathieson 181b2dc394 Also check for bytes remaining for padding at end of DL frame.
svn path=/trunk/; revision=27285
2009-01-21 17:17:50 +00:00
Martin Mathieson 6d2b2aeeae Handle "predefined" frames (when this mode is set just show data as raw hex).
svn path=/trunk/; revision=27284
2009-01-21 15:44:22 +00:00
Martin Mathieson e06e1ad944 Be more careful about the length of the last SDU or padding in a PDU.
svn path=/trunk/; revision=27283
2009-01-21 11:12:36 +00:00
Jaap Keuter c2c8a2f409 Fix some indentation
svn path=/trunk/; revision=27282
2009-01-21 05:26:40 +00:00
Gerald Combs 5ff80e9b5f Use the correct data type for the range string in the Win32 file dialog.
Have value_is_in_range() to gracefully handle a NULL range. This might
fix bug 3208.

svn path=/trunk/; revision=27281
2009-01-20 23:33:38 +00:00
Bill Meier b82ef98f4b Fix some indentation
svn path=/trunk/; revision=27280
2009-01-20 21:43:49 +00:00
Anders Broman 2f2c3aa7a5 Revert previous change.
svn path=/trunk/; revision=27279
2009-01-20 21:10:10 +00:00
Gerald Combs 05c5a60f63 More work on modernizing the column prefs.
svn path=/trunk/; revision=27278
2009-01-20 20:49:33 +00:00
Anders Broman ed0d58a01f Add kerberos to the distribution - should no be built yet.
svn path=/trunk/; revision=27277
2009-01-20 20:17:21 +00:00
Anders Broman 8474c3d23d From Michael Lum:
ANSI MAP fix for TRN digits/SMS and OTA subdissection
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3214

svn path=/trunk/; revision=27276
2009-01-20 20:16:33 +00:00
Anders Broman e9b0866d94 From Michael Lum:
Fixed SPC digit translation
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3213

svn path=/trunk/; revision=27275
2009-01-20 19:41:29 +00:00
Gerald Combs ea9d93e7a9 Since we're not bound to GTK1 any more, let the user drag and drop column
specifiers to change the order. Get rid of the up/down buttons.

svn path=/trunk/; revision=27274
2009-01-20 05:14:57 +00:00
Guy Harris 7b098bca7b http://stationpayloads.jsc.nasa.gov/J-reference/documents/ssp57002B.pdf
is a dead link; supply another link, to a document that describes *some*
of this.

svn path=/trunk/; revision=27273
2009-01-20 03:53:40 +00:00
Bill Meier dee3410f99 Update list of supported file formats + some minor rewording.
svn path=/trunk/; revision=27272
2009-01-19 22:40:39 +00:00
Bill Meier 89db5fe608 Change indentation as needed to be consistent for the whole file.
svn path=/trunk/; revision=27271
2009-01-19 22:37:14 +00:00
Jaap Keuter c7145ef52b I'm pretty sure time_s and time_ns don't come from the same 4 bytes.
svn path=/trunk/; revision=27269
2009-01-19 21:32:45 +00:00
Jaap Keuter a61043c1b6 From Bradley Higgins:
Add E100 encapsulation packet type to the dissectors.

E100 is an Arbor Networks router, which can redirect packets through an AUX port, 
and which prepends a header to each redirected packet.  This dissector should detect 
these packets, and display them in wireshark.

svn path=/trunk/; revision=27268
2009-01-19 21:26:38 +00:00
Anders Broman 2b607d7ce7 Dissect H263-1998/2000 Level
svn path=/trunk/; revision=27267
2009-01-19 20:35:52 +00:00
Bill Meier 38c30e1d3d Fix (what I believe to be) typos so build will work again....
svn path=/trunk/; revision=27266
2009-01-19 01:16:34 +00:00
Anders Broman 4f5db8d12c Update to V8.3.0 (2008-12).
svn path=/trunk/; revision=27264
2009-01-18 20:37:16 +00:00
Gerald Combs 18d974c4e3 [Automatic manuf update for 2009-01-18]
svn path=/trunk/; revision=27262
2009-01-18 16:03:19 +00:00
Jaap Keuter 0855f501cc Set the packet details counter column to 1, as it's one expert info per packet.
svn path=/trunk/; revision=27261
2009-01-18 14:51:22 +00:00
Jaap Keuter fe7ea8526e From Jim Young:
The attached patch is an enhancement to the Expert Info Composite dialog's tab labels.
On the four severity level tabs a second number is displayed that represents the total 
number of detail records associated with each severity level.

svn path=/trunk/; revision=27260
2009-01-18 14:47:51 +00:00
Jaap Keuter 3278bafd5b From Jim Young:
Confine status bar widgets to module.

svn path=/trunk/; revision=27259
2009-01-18 13:51:00 +00:00
Jaap Keuter f3ad87485b Fix for bug 3192:
Version 17 of the Skinny protocol seems to report its version number in a previously reserved
header field. The dissector now accepts this, even though it can't dissect all new messages yet.

svn path=/trunk/; revision=27258
2009-01-18 12:43:37 +00:00
Jaap Keuter 17df7f823e From Matt P:
CCSDS packets may reside within an 802.3 packet.  This patch provides a way for
the CCSDS dissector to be called from the 802.3 dissector.

svn path=/trunk/; revision=27257
2009-01-18 12:08:56 +00:00
Michael Tüxen fb9e53c635 Do not include dev stuff not ready for prime time yet.
svn path=/trunk/; revision=27256
2009-01-17 18:48:43 +00:00
Michael Tüxen 8ab2055892 Get rid of trailing whitespace.
svn path=/trunk/; revision=27255
2009-01-17 17:39:48 +00:00