obnox/wireshark/wip.git
14 years agoRemove repeated blank lines which caused the pod processor to not recognize the follo...
wmeier [Mon, 28 Dec 2009 14:59:16 +0000 (14:59 +0000)]
Remove repeated blank lines which caused the pod processor to not recognize the following pod directive.

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

14 years agoFrom Jim Young: Fix for "nmake call to cygwin 1.7.1 bash fails if win32 style backsla...
wmeier [Mon, 28 Dec 2009 01:47:10 +0000 (01:47 +0000)]
From Jim Young: Fix for "nmake call to cygwin 1.7.1 bash fails if win32 style backslash path delimiters".

Note the change seems to also work AOK for cygwin1.5.?.

See Bug #4359. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4359

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

14 years agoStart Telephony statistics chapter.
jake [Sun, 27 Dec 2009 22:20:03 +0000 (22:20 +0000)]
Start Telephony statistics chapter.

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

14 years ago[Automatic manuf and enterprise-numbers update for 2009-12-27]
gerald [Sun, 27 Dec 2009 21:54:34 +0000 (21:54 +0000)]
[Automatic manuf and enterprise-numbers update for 2009-12-27]

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

14 years agoSome SMS characters require more than 2 bytes when encoded as UTF-8; the
guy [Sun, 27 Dec 2009 21:33:28 +0000 (21:33 +0000)]
Some SMS characters require more than 2 bytes when encoded as UTF-8; the
maximum number of bytes required by UTF-8 for a single code point is 6 -
that's probably overkill here, as I don't think any *SMS* characters
require 6 bytes, but we'll go with an expansion factor of 6 anyway.

This fixes bug 4358.

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

14 years agoFix for bug 4354:
jake [Sun, 27 Dec 2009 13:26:00 +0000 (13:26 +0000)]
Fix for bug 4354:
Set Edit and Delete button sensitivity when deleting a row.

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

14 years agoAdd save option to RTP graph window.
jake [Thu, 24 Dec 2009 21:28:38 +0000 (21:28 +0000)]
Add save option to RTP graph window.

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

14 years agoAdd NULL pointer checks. Fixes the fuzz crash in bug 4351.
gerald [Thu, 24 Dec 2009 21:23:38 +0000 (21:23 +0000)]
Add NULL pointer checks. Fixes the fuzz crash in bug 4351.

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

14 years agoHave get_host_ipaddr and get_host_ipaddr6 return FALSE if network name
gerald [Thu, 24 Dec 2009 17:21:02 +0000 (17:21 +0000)]
Have get_host_ipaddr and get_host_ipaddr6 return FALSE if network name
resolution is disabled. Fix some indentation.

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

14 years agoIf we're using c-ares, have get_host_ipaddr and get_host_ipaddr6 time
gerald [Thu, 24 Dec 2009 00:58:31 +0000 (00:58 +0000)]
If we're using c-ares, have get_host_ipaddr and get_host_ipaddr6 time
out after 250ms. This should fix the annoying freeze in bug 658.

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

14 years agoChange two cases of FT_STRINGZ to BASE_NONE from BASE_HEX and BASE_DEC as
sfisher [Thu, 24 Dec 2009 00:36:05 +0000 (00:36 +0000)]
Change two cases of FT_STRINGZ to BASE_NONE from BASE_HEX and BASE_DEC as
introduced in the last revision to this file.  This prevents an assertion
when starting tshark/wireshark.

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

14 years agoThe maker of *Peek is WildPackets, InterCap and all, not Wildpacket.
guy [Wed, 23 Dec 2009 22:20:41 +0000 (22:20 +0000)]
The maker of *Peek is WildPackets, InterCap and all, not Wildpacket.

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

14 years agoFrom Kirby Files:
jake [Wed, 23 Dec 2009 20:24:41 +0000 (20:24 +0000)]
From Kirby Files:
Cisco has recently released (in 15.0.1) support for integration between NBAR
and Flexible Netflow (FNF). This allows NBAR-recognized applications to be
identified in the Netflow output. To do so, 3 new template fields were added:
94: APPLICATION_DESC
95: APPLICATION_ID
96: APPLICATION_NAME

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

14 years agoUpdate to V9.0.0 (2009-12)
etxrab [Wed, 23 Dec 2009 14:06:57 +0000 (14:06 +0000)]
Update to V9.0.0 (2009-12)

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

14 years agoUse the official kfw packages.
gerald [Wed, 23 Dec 2009 00:22:12 +0000 (00:22 +0000)]
Use the official kfw packages.

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

14 years agoUpdate to V9.1.0 (2009-12)
etxrab [Tue, 22 Dec 2009 22:17:43 +0000 (22:17 +0000)]
Update to V9.1.0 (2009-12)

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

14 years agoUpdate to V9.1.0 (2009-12)
etxrab [Tue, 22 Dec 2009 21:17:25 +0000 (21:17 +0000)]
Update to V9.1.0 (2009-12)

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

14 years agoFixes/enhancements/updates for 24.008 IEs:
dimeg [Tue, 22 Dec 2009 20:36:20 +0000 (20:36 +0000)]
Fixes/enhancements/updates for 24.008 IEs:
MS Network Capability, LLC SAPI, Tear Down Indicator,
Packet Flow Identifier

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

14 years agoRename splash_register_freq to info_update_freq. Use it to throttle name
gerald [Tue, 22 Dec 2009 20:29:28 +0000 (20:29 +0000)]
Rename splash_register_freq to info_update_freq. Use it to throttle name
resolution updates as well as splash screen updates.

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

14 years agoChange host_name_lookup_process to return TRUE if anything new has been
gerald [Tue, 22 Dec 2009 20:01:06 +0000 (20:01 +0000)]
Change host_name_lookup_process to return TRUE if anything new has been
resolved since the last time it was called. Use this to redraw the packet
list and detail any time we have newly-resolved objects.

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

14 years agoRenamed some menu items to clarify the usage:
stig [Tue, 22 Dec 2009 12:57:39 +0000 (12:57 +0000)]
Renamed some menu items to clarify the usage:
 "Mark All Packets"   -> "Mark All Displayed Packets"
 "Ignore All Packets" -> "Ignore All Displayed Packets"

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

14 years agoSet correct sensitivity for "Ignore All Packets".
stig [Tue, 22 Dec 2009 12:53:05 +0000 (12:53 +0000)]
Set correct sensitivity for "Ignore All Packets".

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

14 years agoFrom Jon via bug 4344:
stig [Tue, 22 Dec 2009 12:07:49 +0000 (12:07 +0000)]
From Jon via bug 4344:
Decode "client last transaction time" and "associated ip"
options added to DHCP in RFC4388 as the proper types.

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

14 years agoautomake 1.11 has macros built in that make compilation much
jmayer [Tue, 22 Dec 2009 09:43:48 +0000 (09:43 +0000)]
automake 1.11 has macros built in that make compilation much
less verbose, i.e. only shows something like
  CC     libdfilter_la-sttype-string.lo
and
  CCLD   libdfilter.la
Warnings are still shown, which makes warnings stick out more prominently
than before.

Offer that option if present.
This will provide 2 new configure arguments:
  --enable-silent-rules          less verbose build output (undo: `make V=1')
  --disable-silent-rules         verbose build output (undo: `make V=0')
The current default is disable-silent-rules to make the default behaviour
match the current one.

If you like that feature, maybe we should make silent compilation the new
default.

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

14 years agoOnly mark/ignore displayed frames when doing mark/ignore all packets
sake [Tue, 22 Dec 2009 07:37:00 +0000 (07:37 +0000)]
Only mark/ignore displayed frames when doing mark/ignore all packets

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

14 years agoDocument the new Copy Profile button.
stig [Mon, 21 Dec 2009 23:32:33 +0000 (23:32 +0000)]
Document the new Copy Profile button.

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

14 years agoAdd "Ignore all packets", just like "Mark all packets"
sake [Mon, 21 Dec 2009 23:07:14 +0000 (23:07 +0000)]
Add "Ignore all packets", just like "Mark all packets"

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

14 years agoCan someone explain why it's a good idea that functions like strlen
gerald [Mon, 21 Dec 2009 21:34:18 +0000 (21:34 +0000)]
Can someone explain why it's a good idea that functions like strlen
return a size_t and then not define a size_t format specifier for sprintf?

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

14 years agoSwitch to using a bundled version of the openSUSE Build Service packages
gerald [Mon, 21 Dec 2009 21:06:01 +0000 (21:06 +0000)]
Switch to using a bundled version of the openSUSE Build Service packages
for GNUTLS since they provide 32-bit and 64-bit Windows packages. We no
longer have winposixtype.h, so remove its #includes and add a ssize_t
typedef to config.h.win32.

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

14 years agoSmall rewrite for glib < 2.14 to make it work more than once.
stig [Mon, 21 Dec 2009 17:39:37 +0000 (17:39 +0000)]
Small rewrite for glib < 2.14 to make it work more than once.

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

14 years agoMake copy_persconffile_profile work with glib < 2.14.
stig [Mon, 21 Dec 2009 17:28:47 +0000 (17:28 +0000)]
Make copy_persconffile_profile work with glib < 2.14.

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

14 years agoAdd profile_store_persconffiles.
gerald [Mon, 21 Dec 2009 17:20:49 +0000 (17:20 +0000)]
Add profile_store_persconffiles.

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

14 years agoUpdate to V9.1.0 (2009-12).
etxrab [Mon, 21 Dec 2009 15:40:32 +0000 (15:40 +0000)]
Update to V9.1.0 (2009-12).

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

14 years agoExport copy_persconffile_profile.
stig [Mon, 21 Dec 2009 14:41:04 +0000 (14:41 +0000)]
Export copy_persconffile_profile.

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

14 years agoAdded Copy Profile functionality.
stig [Mon, 21 Dec 2009 12:32:31 +0000 (12:32 +0000)]
Added Copy Profile functionality.

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

14 years agoFix some [-XX bytes missing in capture file] messages when doing
sake [Mon, 21 Dec 2009 06:47:32 +0000 (06:47 +0000)]
Fix some [-XX bytes missing in capture file] messages when doing
follow TCP stream.

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

14 years agoUpdate to V9.1.0 (2009-12)
etxrab [Mon, 21 Dec 2009 06:35:45 +0000 (06:35 +0000)]
Update to V9.1.0 (2009-12)

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

14 years agoOnly add a delimiter to COL_INFO when actually adding something more.
stig [Mon, 21 Dec 2009 00:34:41 +0000 (00:34 +0000)]
Only add a delimiter to COL_INFO when actually adding something more.
(remaining data can be TCP segment data)

Removed calls to col_check().

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

14 years agoFix for bug 4340:
jake [Sun, 20 Dec 2009 23:22:21 +0000 (23:22 +0000)]
Fix for bug 4340:
Reset statistics variable when restart statistics gathering.

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

14 years agoUpdate SM Cause IE; Decode SM Cause 2 IE; Update
dimeg [Sun, 20 Dec 2009 23:17:40 +0000 (23:17 +0000)]
Update SM Cause IE; Decode SM Cause 2 IE; Update
Activate PDP Context Accept msg

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

14 years agoSet new column minimum width and resize column when changing column title
stig [Sun, 20 Dec 2009 23:15:04 +0000 (23:15 +0000)]
Set new column minimum width and resize column when changing column title
from the packet list popup menu.

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

14 years agoUpdate to reflect that Tiger isn't the current OS X release.
guy [Sun, 20 Dec 2009 22:46:07 +0000 (22:46 +0000)]
Update to reflect that Tiger isn't the current OS X release.

Suggest that the user completely clean out their build trees and start
from scratch after an OS major version upgrade.  (That might well be a
good idea on *all* UN*Xes.)

Note some issues that show up with support libraries on Snow Leopard due
to builds being 64-bit by default (and note that you *get* a 64-bit
Wireshark by default).

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

14 years agoUpdate to V9.1.0 (2009-12)
etxrab [Sun, 20 Dec 2009 21:47:43 +0000 (21:47 +0000)]
Update to V9.1.0 (2009-12)

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

14 years agoClean up the docbook source code, apply proper tags, update references.
jake [Sun, 20 Dec 2009 14:49:49 +0000 (14:49 +0000)]
Clean up the docbook source code, apply proper tags, update references.
Update readme information, add some editing information for authors.

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

14 years agoGet rid of no-longer-applicable and no-longer-referred-to footnote.
guy [Sat, 19 Dec 2009 22:12:36 +0000 (22:12 +0000)]
Get rid of no-longer-applicable and no-longer-referred-to footnote.

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

14 years agoRename some objects to avoid duplicate definitions.
stig [Sat, 19 Dec 2009 15:39:16 +0000 (15:39 +0000)]
Rename some objects to avoid duplicate definitions.

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

14 years agoDocument expert info group Protocol.
stig [Sat, 19 Dec 2009 15:03:23 +0000 (15:03 +0000)]
Document expert info group Protocol.

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

14 years agoRegenerate with SIZE constraints checking.
stig [Sat, 19 Dec 2009 14:27:17 +0000 (14:27 +0000)]
Regenerate with SIZE constraints checking.

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

14 years agoRegenerate P7 with SIZE constraints checking.
stig [Sat, 19 Dec 2009 14:26:26 +0000 (14:26 +0000)]
Regenerate P7 with SIZE constraints checking.
Added MSUpperBounds.asn.
Export upper bounds from X411, rename some duplicate definitions in P7.

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

14 years agoOops, back out my little test change.
guy [Sat, 19 Dec 2009 03:21:28 +0000 (03:21 +0000)]
Oops, back out my little test change.

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

14 years agoFor fields of type FT_ABSOLUTE_TIME, have the "display" value be one of
guy [Sat, 19 Dec 2009 03:17:44 +0000 (03:17 +0000)]
For fields of type FT_ABSOLUTE_TIME, have the "display" value be one of
ABSOLUTE_TIME_LOCAL or ABSOLUTE_TIME_UTC, indicating whether to display
the date/time in local time or UTC. (int)ABSOLUTE_TIME_LOCAL ==
(int)BASE_NONE, so there's no source or binary compatiblity issue,
although we might want to eliminate BASE_NONE at some point and have the
BASE_ values used with integral types start at 0, so that you can't
specify BASE_NONE for an integral field.

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

14 years agoPortAudio doesn't make sure that a default device is even available on the default...
jake [Fri, 18 Dec 2009 23:26:12 +0000 (23:26 +0000)]
PortAudio doesn't make sure that a default device is even available on the default Host API (go figure).
Therefore opening the default stream may fail in the precense of usable devices, on other Host API's.
If the default stream fails to open iterate among the Host API's to find one with a default device.

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

14 years agoUpdate the User Guide to show the current menu.
jake [Fri, 18 Dec 2009 23:14:26 +0000 (23:14 +0000)]
Update the User Guide to show the current menu.

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

14 years agoUse the WinPcap version of pcap_datalink_val_to_description if it's
gerald [Fri, 18 Dec 2009 20:36:36 +0000 (20:36 +0000)]
Use the WinPcap version of pcap_datalink_val_to_description if it's
present.  Add an entry for DLT_PPI in case it's not.

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

14 years agoDon't try to free a static pointer.
gerald [Fri, 18 Dec 2009 19:44:10 +0000 (19:44 +0000)]
Don't try to free a static pointer.

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

14 years agoAdded some shortcuts for the Ignore Packet menu items.
stig [Fri, 18 Dec 2009 17:45:42 +0000 (17:45 +0000)]
Added some shortcuts for the Ignore Packet menu items.

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

14 years agoFixed some OPTIONAL vs. DEFAULT issues.
stig [Fri, 18 Dec 2009 17:43:54 +0000 (17:43 +0000)]
Fixed some OPTIONAL vs. DEFAULT issues.
Regenerate the DOP dissector.

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

14 years agoRegenerated with SIZE constraints checking.
stig [Fri, 18 Dec 2009 15:24:18 +0000 (15:24 +0000)]
Regenerated with SIZE constraints checking.
Added MMSUpperBounds.asn.

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

14 years agoRegenerated with SIZE constraints checking.
stig [Fri, 18 Dec 2009 15:22:45 +0000 (15:22 +0000)]
Regenerated with SIZE constraints checking.
Added IPMSUpperBounds.asn.

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

14 years agoRegenerated with SIZE constraints checking.
stig [Fri, 18 Dec 2009 15:21:08 +0000 (15:21 +0000)]
Regenerated with SIZE constraints checking.
Added MTSUpperBounds.asn.

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

14 years agoAdded option (-C) to check for SIZE constraints in octet-string, integer,
stig [Fri, 18 Dec 2009 15:18:31 +0000 (15:18 +0000)]
Added option (-C) to check for SIZE constraints in octet-string, integer,
enumerated, sequence-of and set-of types.

Added BER functions to check for SIZE constraints and give expert info warnings.

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

14 years agoAdded expert info group PI_PROTOCOL.
stig [Fri, 18 Dec 2009 15:13:44 +0000 (15:13 +0000)]
Added expert info group PI_PROTOCOL.

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

14 years agoFix crash bug by allocating correct size of struct (used with SR tracking).
martinm [Fri, 18 Dec 2009 12:32:14 +0000 (12:32 +0000)]
Fix crash bug by allocating correct size of struct (used with SR tracking).

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

14 years agoDissect NumberPortabilityRequest return result.
etxrab [Fri, 18 Dec 2009 06:26:20 +0000 (06:26 +0000)]
Dissect NumberPortabilityRequest return result.

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

14 years agoIntroduce a value_string to provide descriptions for some SMTP response
sfisher [Fri, 18 Dec 2009 04:04:15 +0000 (04:04 +0000)]
Introduce a value_string to provide descriptions for some SMTP response
codes.

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

14 years agoDisable PCRE in the Win32 build. GRegex uses a newer version than we do
gerald [Fri, 18 Dec 2009 01:29:56 +0000 (01:29 +0000)]
Disable PCRE in the Win32 build. GRegex uses a newer version than we do
and this matches the Win64 configuration.

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

14 years agoFix our match flags.
gerald [Fri, 18 Dec 2009 01:25:46 +0000 (01:25 +0000)]
Fix our match flags.

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

14 years agoIf we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the
gerald [Fri, 18 Dec 2009 01:15:08 +0000 (01:15 +0000)]
If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the
"matches" operator.

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

14 years agoUse the latest c-ares and GeoIP libraries. Try to fix the Win32 installer
gerald [Thu, 17 Dec 2009 22:01:13 +0000 (22:01 +0000)]
Use the latest c-ares and GeoIP libraries. Try to fix the Win32 installer
build.

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

14 years agoSquelch GTK warnings on the RTP player progress bar when resizeing the window.
jake [Thu, 17 Dec 2009 19:58:57 +0000 (19:58 +0000)]
Squelch GTK warnings on the RTP player progress bar when resizeing the window.

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

14 years agoSquelch a GTK warning on the RTP player spinner control.
jake [Thu, 17 Dec 2009 17:59:46 +0000 (17:59 +0000)]
Squelch a GTK warning on the RTP player spinner control.

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

14 years agoFix/enhacement of Quality of Service IE
dimeg [Thu, 17 Dec 2009 16:56:56 +0000 (16:56 +0000)]
Fix/enhacement of Quality of Service IE

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

14 years agoFrom Martin Lutz: Patch tvb_memeql return check;
wmeier [Thu, 17 Dec 2009 16:22:50 +0000 (16:22 +0000)]
From  Martin Lutz: Patch tvb_memeql return check;
  ... tvb_memeql returns 0 for truth.
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3986#c7

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

14 years agoFrom Petr Sumbera:
stig [Thu, 17 Dec 2009 15:32:23 +0000 (15:32 +0000)]
From Petr Sumbera:
Small comment fix.

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

14 years agoRemove stray #if 1
martinm [Thu, 17 Dec 2009 13:33:00 +0000 (13:33 +0000)]
Remove stray #if 1

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

14 years agoAdding FT_NONE item with proto_tree_add_item() causes crashes later, so use
martinm [Thu, 17 Dec 2009 13:15:29 +0000 (13:15 +0000)]
Adding FT_NONE item with proto_tree_add_item() causes crashes later, so use
proto_tree_add_none_format() instead.

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

14 years agoInitialize hd pointer to avoid a compiler warning.
stig [Thu, 17 Dec 2009 12:09:40 +0000 (12:09 +0000)]
Initialize hd pointer to avoid a compiler warning.

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

14 years agoAdded "Ignore Packet" menu items to the main menu.
stig [Thu, 17 Dec 2009 12:05:13 +0000 (12:05 +0000)]
Added "Ignore Packet" menu items to the main menu.
Show ignored packages in the summary dialog.

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

14 years agoUse gtk+-bundle_2.18.5-20091215_win32
etxrab [Thu, 17 Dec 2009 06:36:37 +0000 (06:36 +0000)]
Use gtk+-bundle_2.18.5-20091215_win32

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

14 years agoIntroduce "Ignore Packet" in the packet list.
stig [Thu, 17 Dec 2009 01:18:14 +0000 (01:18 +0000)]
Introduce "Ignore Packet" in the packet list.

This will remove the package from the dissection functions without
removing it from the capture file.

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

14 years agoFrom Pascal Quantin:
etxrab [Wed, 16 Dec 2009 21:34:03 +0000 (21:34 +0000)]
From Pascal Quantin:
Add dissection of UE Capability Information PDU.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4335

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

14 years agoUse gtk+-bundle_2.16.6-20091215_win32
etxrab [Wed, 16 Dec 2009 20:54:40 +0000 (20:54 +0000)]
Use gtk+-bundle_2.16.6-20091215_win32

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

14 years agoExpert info warning when Keypad Facility IE contains character that is
dimeg [Wed, 16 Dec 2009 20:46:47 +0000 (20:46 +0000)]
Expert info warning when Keypad Facility IE contains character that is
not a DTMF digit

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

14 years agoUpdate CC Capabilities IE to decode ENICM and MCAT
dimeg [Wed, 16 Dec 2009 19:16:15 +0000 (19:16 +0000)]
Update CC Capabilities IE to decode ENICM and MCAT

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

14 years agoMore NULL entries in dtap_msg_sm_fcn[] to avoid out of bounds access
dimeg [Tue, 15 Dec 2009 22:09:32 +0000 (22:09 +0000)]
More NULL entries in dtap_msg_sm_fcn[] to avoid out of bounds access

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

14 years agoFix/update for PDP Address IE
dimeg [Tue, 15 Dec 2009 21:48:05 +0000 (21:48 +0000)]
Fix/update for PDP Address IE

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

14 years agoBehave more gracefully if WinPcap isn't installed. Don't assert if
gerald [Tue, 15 Dec 2009 19:29:21 +0000 (19:29 +0000)]
Behave more gracefully if WinPcap isn't installed. Don't assert if
we call pcap_open or pcap_open_live when WinPcap isn't loaded - just
return NULL. Don't display the "NPF driver isn't running" dialog if
we're capturing from stdin or a file.

Fix a cut-and-paste error in capture_pcap_linktype_list.

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

14 years agoFix a number of copy & paste errors introduced over various checkins and
sfisher [Tue, 15 Dec 2009 08:05:14 +0000 (08:05 +0000)]
Fix a number of copy & paste errors introduced over various checkins and
change duplicated filter names used for different purposes by inserting
another word to differentiate between them.

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

14 years agoFrom Yaniv Kaul:
jake [Tue, 15 Dec 2009 07:45:14 +0000 (07:45 +0000)]
From Yaniv Kaul:
Attached patch fixes the dissection of the Set Colormap Entries server message.
It was at least off-by-one to start with, and the dissection went a bit wrong from there on.

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

14 years agoFrom Vasil Velichkov:
etxrab [Tue, 15 Dec 2009 06:31:18 +0000 (06:31 +0000)]
From Vasil Velichkov:
Bug 4330 - Add dissection of HighLayerCompatibility parameter in CAMEL/INAP InitialDP operation.

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

14 years agoUse the right field for the extension length. Should fix
guy [Mon, 14 Dec 2009 23:55:50 +0000 (23:55 +0000)]
Use the right field for the extension length.  Should fix

http://buildbot.wireshark.org/trunk/builders/Ubuntu-7.10-x86-64/builds/311/steps/run-randpkt/logs/stdio

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

14 years agoFrom Valerio Messina:
jake [Mon, 14 Dec 2009 22:05:29 +0000 (22:05 +0000)]
From Valerio Messina:
As now, when Wireshark save capture files, it show "Loading" in status bar and
in the dialog box, warning many users of lost them packets. Saving work as expected.
Is simply a GUI use interaction problem.

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

14 years agoAdd support for LUDT/LUDTS in ANSI (ANSI added them in 2000/2001).
morriss [Mon, 14 Dec 2009 20:08:11 +0000 (20:08 +0000)]
Add support for LUDT/LUDTS in ANSI (ANSI added them in 2000/2001).

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

14 years agoAdd a cast to try to keep the win64 compiler happy
martinm [Mon, 14 Dec 2009 16:50:42 +0000 (16:50 +0000)]
Add a cast to try to keep the win64 compiler happy

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

14 years agoAdd ETSI Applications.
etxrab [Mon, 14 Dec 2009 16:49:35 +0000 (16:49 +0000)]
Add ETSI Applications.

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

14 years agoShow the time between SR and failure or grant.
martinm [Mon, 14 Dec 2009 16:04:14 +0000 (16:04 +0000)]
Show the time between SR and failure or grant.

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

14 years agoUpdate README to reflect fop-0.95 as default on Windows.
wmeier [Mon, 14 Dec 2009 15:04:49 +0000 (15:04 +0000)]
Update README to reflect fop-0.95 as default on Windows.

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

14 years agoUpdate details about building and installing.
jake [Mon, 14 Dec 2009 14:39:32 +0000 (14:39 +0000)]
Update details about building and installing.

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

14 years agoMoved conversations_ipv6.c and hostlist_ipv6.c to TAP_SRC.
stig [Mon, 14 Dec 2009 13:07:56 +0000 (13:07 +0000)]
Moved conversations_ipv6.c and hostlist_ipv6.c to TAP_SRC.

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

14 years agoCatch unexpected Scheduling Request state transitions as expert info.
martinm [Mon, 14 Dec 2009 11:23:24 +0000 (11:23 +0000)]
Catch unexpected Scheduling Request state transitions as expert info.

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