Commit graph

26479 commits

Author SHA1 Message Date
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
Bill Meier
c53d96ac3b Use ascii_strdown_inplace instead of g_ascii_strdown in a few places.
This also fixes a few cases where memory was not freed after
 g_ascii_strdown.

svn path=/trunk/; revision=27254
2009-01-17 17:33:50 +00:00
Bill Meier
0147b08a4e Revise ascii...inplace to return a ptr to the string
svn path=/trunk/; revision=27253
2009-01-17 17:30:23 +00:00
Gerald Combs
414d042d2e Change the version to 1.1.3. SVN-stamp the version again.
svn path=/trunk/; revision=27252
2009-01-16 22:35:14 +00:00
Guy Harris
cb07614fec Fix some warnings.
svn path=/trunk/; revision=27251
2009-01-16 22:20:10 +00:00
Anders Broman
234b31b986 From Michael Lum:
Brought up to date with version C of the specification
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3204

svn path=/trunk/; revision=27250
2009-01-16 20:20:21 +00:00
Anders Broman
7a87962c76 Add html2text.py to distribution.
svn path=/trunk/; revision=27249
2009-01-16 20:08:14 +00:00
Anders Broman
9d69607e0d Add the idl dir to distro (third try).
svn path=/trunk/; revision=27248
2009-01-16 18:10:21 +00:00
Anders Broman
42cccf3e3c Add the idl dir to distro (second try).
svn path=/trunk/; revision=27246
2009-01-16 17:30:23 +00:00
Martin Mathieson
3ec4589aa4 Some more AM updates.
svn path=/trunk/; revision=27245
2009-01-16 15:41:03 +00:00
Stig Bjørlykke
dd007212da Added a length entry.
svn path=/trunk/; revision=27244
2009-01-16 11:51:19 +00:00
Martin Mathieson
a59360ec78 Some AM fixes.
svn path=/trunk/; revision=27243
2009-01-16 10:53:58 +00:00
Anders Broman
c53b519345 Add the idl dir to distro.
svn path=/trunk/; revision=27242
2009-01-16 07:10:05 +00:00
Anders Broman
6b72209950 Add Id.
svn path=/trunk/; revision=27241
2009-01-16 07:09:18 +00:00
Anders Broman
dd5a7c8cd2 Diameter.xml: Add s6a application contex + Spec ref
Add subdisecton of 3GPP AVP 701 MSISDN using code in gsm map.

svn path=/trunk/; revision=27240
2009-01-15 20:55:24 +00:00