obnox/wireshark/wip.git
15 years agoadd a new "Telephony" main menu entry and move the telephony specific statistics...
ulfl [Thu, 29 Jan 2009 01:38:08 +0000 (01:38 +0000)]
add a new "Telephony" main menu entry and move the telephony specific statistics stuff over there

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27326 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agotrying to "inject" commands into xcopy doesn't work on international windows version...
ulfl [Thu, 29 Jan 2009 01:31:11 +0000 (01:31 +0000)]
trying to "inject" commands into xcopy doesn't work on international windows version. You simply can't answer the question "Datei oder Verzeichnis" with the key 'f' ;-)

Replace this with the triple: "copy, if exist delete, rename" which isn't very nice but at least works on all machines

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27325 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoMinor changes mostly related to proto_register & proto_reg_handoff;
wmeier [Wed, 28 Jan 2009 21:52:57 +0000 (21:52 +0000)]
Minor changes mostly related to proto_register & proto_reg_handoff;
- Use 'dissector standard template format'
- Remove 'once-only' ["if (!initialized) ..."] if not req'd
- Misc
Also: adjust some indentation

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27324 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdjust some indentation
wmeier [Wed, 28 Jan 2009 21:22:30 +0000 (21:22 +0000)]
Adjust some indentation

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27323 f5534014-38df-0310-8fa8-9805f1628bb7

15 years ago#include prefs.h not req'd
wmeier [Wed, 28 Jan 2009 20:52:52 +0000 (20:52 +0000)]
#include prefs.h not req'd

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27322 f5534014-38df-0310-8fa8-9805f1628bb7

15 years ago#include prefs.h not req'd
wmeier [Wed, 28 Jan 2009 20:10:12 +0000 (20:10 +0000)]
#include prefs.h not req'd

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27321 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoCheck the length in dissect_q931_change_status_ie().
guy [Wed, 28 Jan 2009 18:16:22 +0000 (18:16 +0000)]
Check the length in dissect_q931_change_status_ie().

Don't print a string value returned by a function by using it as the
format string - use "%s" as the format.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27320 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoUse standard format (proto_reg_handoff last in the file).
wmeier [Wed, 28 Jan 2009 16:18:00 +0000 (16:18 +0000)]
Use standard format (proto_reg_handoff last in the file).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27319 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoRemove unnecessary code from proto_reg_handoff....
wmeier [Wed, 28 Jan 2009 16:16:09 +0000 (16:16 +0000)]
Remove unnecessary code from proto_reg_handoff....

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27318 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agonew SERVICE/SERVICE ACKNOWLEGE messages defined in various US standards (AT&T TR41459...
kukosa [Wed, 28 Jan 2009 13:32:13 +0000 (13:32 +0000)]
new SERVICE/SERVICE ACKNOWLEGE messages defined in various US standards (AT&T TR41459, Nortel NIS A211-1, Telcordia SR-4994)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27317 f5534014-38df-0310-8fa8-9805f1628bb7

15 years ago- add attributes and CDATA into XML structure
kukosa [Wed, 28 Jan 2009 11:25:39 +0000 (11:25 +0000)]
- add attributes and CDATA into XML structure
- implement functions for searching in XML structure

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27316 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFurther cleanup of code, put in standard template format.
jake [Tue, 27 Jan 2009 23:52:02 +0000 (23:52 +0000)]
Further cleanup of code, put in standard template format.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27315 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoMinor changes related to proto_reg_handoff...
wmeier [Tue, 27 Jan 2009 23:00:22 +0000 (23:00 +0000)]
Minor changes related to proto_reg_handoff...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27314 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFix some indentation ....
wmeier [Tue, 27 Jan 2009 21:46:58 +0000 (21:46 +0000)]
Fix some indentation ....

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27313 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFrom Rolf Fiedler:
etxrab [Tue, 27 Jan 2009 21:13:26 +0000 (21:13 +0000)]
From   Rolf Fiedler:
Add DPNSS link layer dissector, support EyeSDN Trace files with DPNSS.
(Removed a couple of c++ style comments).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3224

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27312 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoHandle V3 SendRoutingInfoRes where the tag[3] is missing.
etxrab [Tue, 27 Jan 2009 20:25:28 +0000 (20:25 +0000)]
Handle V3 SendRoutingInfoRes where the tag[3] is missing.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27311 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFix some indentation ....
wmeier [Tue, 27 Jan 2009 18:09:50 +0000 (18:09 +0000)]
Fix some indentation ....

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27310 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoCorrected some defines. Use defines when appropriate.
stig [Tue, 27 Jan 2009 14:36:46 +0000 (14:36 +0000)]
Corrected some defines.  Use defines when appropriate.
Document last argument to DissectorTable.new().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27309 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFixed some typos.
stig [Tue, 27 Jan 2009 12:41:33 +0000 (12:41 +0000)]
Fixed some typos.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27308 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFix some indentation .....
wmeier [Tue, 27 Jan 2009 00:54:09 +0000 (00:54 +0000)]
Fix some indentation .....

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27307 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFix uninitialized variable.
guy [Mon, 26 Jan 2009 23:48:10 +0000 (23:48 +0000)]
Fix uninitialized variable.

More indentation cleanups.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27306 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoGet rid of "displaylang=" from the URLs; let whatever the site defaults
guy [Mon, 26 Jan 2009 23:04:18 +0000 (23:04 +0000)]
Get rid of "displaylang=" from the URLs; let whatever the site defaults
to be the language you get.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27305 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoNon-constant strings should not be used as format items; the format
guy [Mon, 26 Jan 2009 22:58:47 +0000 (22:58 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27304 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoPrefs callback & etc not req'd ...
wmeier [Mon, 26 Jan 2009 21:41:44 +0000 (21:41 +0000)]
Prefs callback & etc not req'd ...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27303 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoStart code is 24 bits, use bit_offset to read it.
etxrab [Mon, 26 Jan 2009 20:08:12 +0000 (20:08 +0000)]
Start code is 24 bits, use bit_offset to read it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27302 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoMake it a bit clearer witch bits are displayed.
etxrab [Mon, 26 Jan 2009 20:07:08 +0000 (20:07 +0000)]
Make it a bit clearer witch bits are displayed.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27301 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdd enum values for some IANA registered AVP:s.
etxrab [Mon, 26 Jan 2009 20:06:22 +0000 (20:06 +0000)]
Add enum values for some IANA registered AVP:s.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27300 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agofix a minor comment bug
ulfl [Mon, 26 Jan 2009 19:53:22 +0000 (19:53 +0000)]
fix a minor comment bug

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27299 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoadd some expert infos
ulfl [Mon, 26 Jan 2009 19:52:19 +0000 (19:52 +0000)]
add some expert infos

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27298 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoadd a note that PI_CHECKSUM and PI_WARN can be found in proto.h (don't want to search...
ulfl [Mon, 26 Jan 2009 19:49:36 +0000 (19:49 +0000)]
add a note that PI_CHECKSUM and PI_WARN can be found in proto.h (don't want to search for it again :-)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27297 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoadd a small section about "msvcr90.dll / vcredist_x86.exe"
ulfl [Mon, 26 Jan 2009 19:47:03 +0000 (19:47 +0000)]
add a small section about "msvcr90.dll / vcredist_x86.exe"

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27296 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agofix filename in header comment
ulfl [Mon, 26 Jan 2009 19:46:06 +0000 (19:46 +0000)]
fix filename in header comment

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27295 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoRemove C++-style comment.
martinm [Mon, 26 Jan 2009 14:05:24 +0000 (14:05 +0000)]
Remove C++-style comment.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27294 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdd dissector for LTE PDCP.
martinm [Mon, 26 Jan 2009 12:18:32 +0000 (12:18 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27293 f5534014-38df-0310-8fa8-9805f1628bb7

15 years ago[Automatic manuf update for 2009-01-25]
gerald [Sun, 25 Jan 2009 16:03:27 +0000 (16:03 +0000)]
[Automatic manuf update for 2009-01-25]

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27291 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoNTP version 1 and 2 can be used as well.
jake [Fri, 23 Jan 2009 19:36:48 +0000 (19:36 +0000)]
NTP version 1 and 2 can be used as well.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27290 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoGet ready to call PDCP LTE dissector (when its cleaned up and added).
martinm [Fri, 23 Jan 2009 15:58:33 +0000 (15:58 +0000)]
Get ready to call PDCP LTE dissector (when its cleaned up and added).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27289 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdd a comment about possible Windows 7 support.
gerald [Thu, 22 Jan 2009 21:26:54 +0000 (21:26 +0000)]
Add a comment about possible Windows 7 support.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27288 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFix Bug 3219: avoid overwriting H.323 callIdentifier value when CallIdentifier type...
kukosa [Thu, 22 Jan 2009 19:48:12 +0000 (19:48 +0000)]
Fix Bug 3219: avoid overwriting H.323 callIdentifier value when CallIdentifier type is called from another dissector, e.g. H.450

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27287 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoMake AM polling bit more prominent.
martinm [Thu, 22 Jan 2009 17:18:48 +0000 (17:18 +0000)]
Make AM polling bit more prominent.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27286 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAlso check for bytes remaining for padding at end of DL frame.
martinm [Wed, 21 Jan 2009 17:17:50 +0000 (17:17 +0000)]
Also check for bytes remaining for padding at end of DL frame.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27285 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoHandle "predefined" frames (when this mode is set just show data as raw hex).
martinm [Wed, 21 Jan 2009 15:44:22 +0000 (15:44 +0000)]
Handle "predefined" frames (when this mode is set just show data as raw hex).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27284 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoBe more careful about the length of the last SDU or padding in a PDU.
martinm [Wed, 21 Jan 2009 11:12:36 +0000 (11:12 +0000)]
Be more careful about the length of the last SDU or padding in a PDU.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27283 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFix some indentation
jake [Wed, 21 Jan 2009 05:26:40 +0000 (05:26 +0000)]
Fix some indentation

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27282 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoUse the correct data type for the range string in the Win32 file dialog.
gerald [Tue, 20 Jan 2009 23:33:38 +0000 (23:33 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27281 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFix some indentation
wmeier [Tue, 20 Jan 2009 21:43:49 +0000 (21:43 +0000)]
Fix some indentation

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27280 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoRevert previous change.
etxrab [Tue, 20 Jan 2009 21:10:10 +0000 (21:10 +0000)]
Revert previous change.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27279 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoMore work on modernizing the column prefs.
gerald [Tue, 20 Jan 2009 20:49:33 +0000 (20:49 +0000)]
More work on modernizing the column prefs.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27278 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdd kerberos to the distribution - should no be built yet.
etxrab [Tue, 20 Jan 2009 20:17:21 +0000 (20:17 +0000)]
Add kerberos to the distribution - should no be built yet.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27277 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFrom Michael Lum:
etxrab [Tue, 20 Jan 2009 20:16:33 +0000 (20:16 +0000)]
From   Michael Lum:
ANSI MAP fix for TRN digits/SMS and OTA subdissection
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3214

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27276 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFrom Michael Lum:
etxrab [Tue, 20 Jan 2009 19:41:29 +0000 (19:41 +0000)]
From   Michael Lum:
Fixed SPC digit translation
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3213

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27275 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoSince we're not bound to GTK1 any more, let the user drag and drop column
gerald [Tue, 20 Jan 2009 05:14:57 +0000 (05:14 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27274 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agohttp://stationpayloads.jsc.nasa.gov/J-reference/documents/ssp57002B.pdf
guy [Tue, 20 Jan 2009 03:53:40 +0000 (03:53 +0000)]
stationpayloads.jsc.nasa.gov/J-reference/documents/ssp57002B.pdf
is a dead link; supply another link, to a document that describes *some*
of this.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27273 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoUpdate list of supported file formats + some minor rewording.
wmeier [Mon, 19 Jan 2009 22:40:39 +0000 (22:40 +0000)]
Update list of supported file formats + some minor rewording.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27272 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoChange indentation as needed to be consistent for the whole file.
wmeier [Mon, 19 Jan 2009 22:37:14 +0000 (22:37 +0000)]
Change indentation as needed to be consistent for the whole file.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27271 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoI'm pretty sure time_s and time_ns don't come from the same 4 bytes.
jake [Mon, 19 Jan 2009 21:32:45 +0000 (21:32 +0000)]
I'm pretty sure time_s and time_ns don't come from the same 4 bytes.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27269 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFrom Bradley Higgins:
jake [Mon, 19 Jan 2009 21:26:38 +0000 (21:26 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27268 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoDissect H263-1998/2000 Level
etxrab [Mon, 19 Jan 2009 20:35:52 +0000 (20:35 +0000)]
Dissect H263-1998/2000 Level

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27267 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFix (what I believe to be) typos so build will work again....
wmeier [Mon, 19 Jan 2009 01:16:34 +0000 (01:16 +0000)]
Fix (what I believe to be) typos so build will work again....

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27266 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoUpdate to V8.3.0 (2008-12).
etxrab [Sun, 18 Jan 2009 20:37:16 +0000 (20:37 +0000)]
Update to V8.3.0 (2008-12).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27264 f5534014-38df-0310-8fa8-9805f1628bb7

15 years ago[Automatic manuf update for 2009-01-18]
gerald [Sun, 18 Jan 2009 16:03:19 +0000 (16:03 +0000)]
[Automatic manuf update for 2009-01-18]

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27262 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoSet the packet details counter column to 1, as it's one expert info per packet.
jake [Sun, 18 Jan 2009 14:51:22 +0000 (14:51 +0000)]
Set the packet details counter column to 1, as it's one expert info per packet.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27261 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFrom Jim Young:
jake [Sun, 18 Jan 2009 14:47:51 +0000 (14:47 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27260 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFrom Jim Young:
jake [Sun, 18 Jan 2009 13:51:00 +0000 (13:51 +0000)]
From Jim Young:
Confine status bar widgets to module.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27259 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFix for bug 3192:
jake [Sun, 18 Jan 2009 12:43:37 +0000 (12:43 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27258 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFrom Matt P:
jake [Sun, 18 Jan 2009 12:08:56 +0000 (12:08 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27257 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoDo not include dev stuff not ready for prime time yet.
tuexen [Sat, 17 Jan 2009 18:48:43 +0000 (18:48 +0000)]
Do not include dev stuff not ready for prime time yet.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27256 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoGet rid of trailing whitespace.
tuexen [Sat, 17 Jan 2009 17:39:48 +0000 (17:39 +0000)]
Get rid of trailing whitespace.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27255 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoUse ascii_strdown_inplace instead of g_ascii_strdown in a few places.
wmeier [Sat, 17 Jan 2009 17:33:50 +0000 (17:33 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27254 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoRevise ascii...inplace to return a ptr to the string
wmeier [Sat, 17 Jan 2009 17:30:23 +0000 (17:30 +0000)]
Revise ascii...inplace to return a ptr to the string

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27253 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoChange the version to 1.1.3. SVN-stamp the version again.
gerald [Fri, 16 Jan 2009 22:35:14 +0000 (22:35 +0000)]
Change the version to 1.1.3. SVN-stamp the version again.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27252 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFix some warnings.
guy [Fri, 16 Jan 2009 22:20:10 +0000 (22:20 +0000)]
Fix some warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27251 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFrom Michael Lum:
etxrab [Fri, 16 Jan 2009 20:20:21 +0000 (20:20 +0000)]
From Michael Lum:
Brought up to date with version C of the specification
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3204

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27250 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdd html2text.py to distribution.
etxrab [Fri, 16 Jan 2009 20:08:14 +0000 (20:08 +0000)]
Add html2text.py to distribution.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27249 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdd the idl dir to distro (third try).
etxrab [Fri, 16 Jan 2009 18:10:21 +0000 (18:10 +0000)]
Add the idl dir to distro (third try).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27248 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdd the idl dir to distro (second try).
etxrab [Fri, 16 Jan 2009 17:30:23 +0000 (17:30 +0000)]
Add the idl dir to distro (second try).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27246 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoSome more AM updates.
martinm [Fri, 16 Jan 2009 15:41:03 +0000 (15:41 +0000)]
Some more AM updates.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27245 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdded a length entry.
stig [Fri, 16 Jan 2009 11:51:19 +0000 (11:51 +0000)]
Added a length entry.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27244 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoSome AM fixes.
martinm [Fri, 16 Jan 2009 10:53:58 +0000 (10:53 +0000)]
Some AM fixes.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27243 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdd the idl dir to distro.
etxrab [Fri, 16 Jan 2009 07:10:05 +0000 (07:10 +0000)]
Add the idl dir to distro.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27242 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdd Id.
etxrab [Fri, 16 Jan 2009 07:09:18 +0000 (07:09 +0000)]
Add Id.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27241 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoDiameter.xml: Add s6a application contex + Spec ref
etxrab [Thu, 15 Jan 2009 20:55:24 +0000 (20:55 +0000)]
Diameter.xml: Add s6a application contex + Spec ref
Add subdisecton of 3GPP AVP 701 MSISDN using code in gsm map.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27240 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoUpdate the description & skeleton code for the use of proto_reg_handoff.
wmeier [Thu, 15 Jan 2009 16:52:15 +0000 (16:52 +0000)]
Update the description & skeleton code for the use of proto_reg_handoff.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27239 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoAdd prefs callback so a pref change works...
wmeier [Thu, 15 Jan 2009 14:32:20 +0000 (14:32 +0000)]
Add prefs callback so a pref change works...
Also: minor changes related to reg_handoff

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27238 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFrom Dan Gora:
jake [Thu, 15 Jan 2009 07:36:50 +0000 (07:36 +0000)]
From Dan Gora:
A new protocol dissector for PICMG SFP.0 and SFP.1 I-TDM.  This dissector will only dissect
the so-called 125usec modality of I-TDM currently.  I-TDM (Internal TDM) is a protocol used to
encapsulate voice traffic into ethernet frames and vise-versa. The protocol is not based upon
IP/UDP/TDP, but is a totally new protocol which uses MPLS.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27237 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agostrcasecmp()'s behavior is locale-dependent, and thus unpredictable (and
guy [Thu, 15 Jan 2009 02:40:43 +0000 (02:40 +0000)]
strcasecmp()'s behavior is locale-dependent, and thus unpredictable (and
possibly undesirable - in a Turkish locale, for example, "i" and "I" are
not equal); g_ascii_strcasecmp()'s behavior is not locale-dependent (and
treats "i" and "I" as equal even in a Turkish locale; the strings being
compared against are English, not Turkish, so treating "i" and "I" as
equal is a feature, not a bug).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27236 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoBuild 1.1.2.
gerald [Thu, 15 Jan 2009 01:37:52 +0000 (01:37 +0000)]
Build 1.1.2.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27235 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFrom Alex Lindberg:
jake [Wed, 14 Jan 2009 23:32:59 +0000 (23:32 +0000)]
From Alex Lindberg:
Provide for custom decodes of bootp/dhcp options.
By Jaap Keuter:
Cleaned up some option processing code and made option change more robust.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27233 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFrom Thomas M. Knoll:
jake [Wed, 14 Jan 2009 22:01:10 +0000 (22:01 +0000)]
From Thomas M. Knoll:
- New dissector for CoS Capability attributes added
- tiny changes in my committed dissector for QoS Marking attributes

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27232 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoUpdate comment re the use of the flex statement '%option noline'
wmeier [Wed, 14 Jan 2009 20:50:39 +0000 (20:50 +0000)]
Update comment re the use of the flex statement '%option noline'

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27231 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoClarify the GeoIP path tooltip.
gerald [Wed, 14 Jan 2009 17:40:30 +0000 (17:40 +0000)]
Clarify the GeoIP path tooltip.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27230 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoreg_handoff: removed unneeded code; also: prefs callback not req'd
wmeier [Wed, 14 Jan 2009 02:28:38 +0000 (02:28 +0000)]
reg_handoff: removed unneeded code; also: prefs callback not req'd

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27229 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoprefs callback not needed.
wmeier [Wed, 14 Jan 2009 02:27:12 +0000 (02:27 +0000)]
prefs callback not needed.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27228 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoreg_handoff: "once-only" test [if(!initted)...] not req'd since no prefs callback.
wmeier [Wed, 14 Jan 2009 02:25:37 +0000 (02:25 +0000)]
reg_handoff: "once-only" test [if(!initted)...] not req'd since no prefs callback.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27227 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoUse Glib 2.18-4 GTK+ 2.14.7 and Cairo 1.8.6.
etxrab [Tue, 13 Jan 2009 23:21:19 +0000 (23:21 +0000)]
Use Glib 2.18-4 GTK+ 2.14.7 and Cairo 1.8.6.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27226 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoMinor changes related to reg_handoff_ & proto_register_
wmeier [Tue, 13 Jan 2009 21:09:03 +0000 (21:09 +0000)]
Minor changes related to reg_handoff_ & proto_register_

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27225 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoMake the column check actually check the information column status.
jake [Tue, 13 Jan 2009 20:47:06 +0000 (20:47 +0000)]
Make the column check actually check the information column status.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27224 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoMake the column check actually check the information column status.
jake [Tue, 13 Jan 2009 20:46:26 +0000 (20:46 +0000)]
Make the column check actually check the information column status.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27223 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoMake the column check actually check the information column status.
jake [Tue, 13 Jan 2009 20:37:28 +0000 (20:37 +0000)]
Make the column check actually check the information column status.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27222 f5534014-38df-0310-8fa8-9805f1628bb7

15 years agoFix some indentation
wmeier [Tue, 13 Jan 2009 19:58:59 +0000 (19:58 +0000)]
Fix some indentation

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27221 f5534014-38df-0310-8fa8-9805f1628bb7