obnox/wireshark/wip.git
14 years agoCleanup some column alignment code.
stig [Wed, 9 Dec 2009 16:16:04 +0000 (16:16 +0000)]
Cleanup some column alignment code.

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

14 years agoSave column alignment in the old packet list.
stig [Wed, 9 Dec 2009 15:50:20 +0000 (15:50 +0000)]
Save column alignment in the old packet list.

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

14 years agoMoved column xalign values.
stig [Wed, 9 Dec 2009 15:48:38 +0000 (15:48 +0000)]
Moved column xalign values.

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

14 years agoAdded "No Sorting" and Align menu items to the old packet list
stig [Wed, 9 Dec 2009 14:40:19 +0000 (14:40 +0000)]
Added "No Sorting" and Align menu items to the old packet list
heading popup menu.

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

14 years agoWhen reading NetMon capture files version 2.1 and higher (the latest is 2.2 right
sfisher [Wed, 9 Dec 2009 03:27:12 +0000 (03:27 +0000)]
When reading NetMon capture files version 2.1 and higher (the latest is 2.2 right
now), the capture file's header encapsulation type is set to 1 for Ethernet for
backwards compability only.  These files use per-packet encapsulation types
instead.  For now, set it to Unknown file encapsulation until we can find a
way to set it to WTAP_ENCAP_PER_PACKET without having to assert in wtap_read()
so the user can see that it is a per-packet encapulation in places such as
the capinfos program.

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

14 years agoNote that there are similar functions to the "to_hexstr" functions
guy [Wed, 9 Dec 2009 01:31:41 +0000 (01:31 +0000)]
Note that there are similar functions to the "to_hexstr" functions
in strutil.c.

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

14 years agoFollowing bug 4302 added ctime() to the deprecated list.
jake [Tue, 8 Dec 2009 22:26:04 +0000 (22:26 +0000)]
Following bug 4302 added ctime() to the deprecated list.

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

14 years agoAdd the Id tag.
jake [Tue, 8 Dec 2009 22:21:51 +0000 (22:21 +0000)]
Add the Id tag.

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

14 years agoMake the check work on hexadecimal bitmasks.
jake [Tue, 8 Dec 2009 22:10:35 +0000 (22:10 +0000)]
Make the check work on hexadecimal bitmasks.

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

14 years agoFix header field names containing dots.
jake [Tue, 8 Dec 2009 22:05:55 +0000 (22:05 +0000)]
Fix header field names containing dots.
Move excessive long texts to header field blurb.

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

14 years agoWhen freezing/thawing selection gets lost.
etxrab [Tue, 8 Dec 2009 16:14:01 +0000 (16:14 +0000)]
When freezing/thawing selection gets lost.

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

14 years agoAdded GCRYPT_LIBRARIES to capinfos.
stig [Tue, 8 Dec 2009 11:04:52 +0000 (11:04 +0000)]
Added GCRYPT_LIBRARIES to capinfos.

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

14 years agoFrom Jakub Zawadzki:
stig [Tue, 8 Dec 2009 10:17:37 +0000 (10:17 +0000)]
From Jakub Zawadzki:
Fix win64 build.

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

14 years agoAdded defines for protocol identifier.
stig [Tue, 8 Dec 2009 10:14:22 +0000 (10:14 +0000)]
Added defines for protocol identifier.
Added hf_addr_ext_form_orig for Originator.
Rewrote strings for addr_form.
Indicate national protocol.
Added expert info for unknown compression.
Some code cleanup.

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

14 years agoAdd a link to protocol wiki page, where link to example program for UDP framing may...
martinm [Tue, 8 Dec 2009 10:07:27 +0000 (10:07 +0000)]
Add a link to protocol wiki page, where link to example program for UDP framing may be found.

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

14 years agoFrom Jakub Zawadzki:
etxrab [Tue, 8 Dec 2009 07:45:06 +0000 (07:45 +0000)]
From Jakub Zawadzki:
Replace some g_snprintf() with 'probably' faster version.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4303

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

14 years agoFrom Jakub Zawadzki:
etxrab [Tue, 8 Dec 2009 07:41:43 +0000 (07:41 +0000)]
From Jakub Zawadzki:
ctime() is not thread safe and it's obsolete.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4302

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

14 years agoUpdate my AUTHORS entry with a few new items
sfisher [Tue, 8 Dec 2009 07:31:26 +0000 (07:31 +0000)]
Update my AUTHORS entry with a few new items

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

14 years agoAdded packet-socketcan.c
stig [Tue, 8 Dec 2009 07:30:07 +0000 (07:30 +0000)]
Added packet-socketcan.c

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

14 years agoForgot to add Felix to the AUTHORS file in commit 31196.
sfisher [Tue, 8 Dec 2009 07:26:37 +0000 (07:26 +0000)]
Forgot to add Felix to the AUTHORS file in commit 31196.

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

14 years agoFrom Felix Obenhuber via bug #4299: SocketCAN dissector patch
sfisher [Tue, 8 Dec 2009 07:21:33 +0000 (07:21 +0000)]
From Felix Obenhuber via bug #4299: SocketCAN dissector patch

From me: Remove changes related to the ARP protocol because it doesn't
appear to be necessary for SocketCAN.  Will add later if Felix says it is
needed.

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

14 years agoFrom Jakub Zawadzki via bug #4289: (Fix for) Frame arrival times (pcap)
sfisher [Tue, 8 Dec 2009 07:12:59 +0000 (07:12 +0000)]
From Jakub Zawadzki via bug #4289: (Fix for) Frame arrival times (pcap)
are 1 hour more than timestamps in txt

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

14 years agoFrom Jim Young via bug #4304: Patch to capinfos -H feature to generate
sfisher [Tue, 8 Dec 2009 07:04:12 +0000 (07:04 +0000)]
From Jim Young via bug #4304: Patch to capinfos -H feature to generate
expected column header names

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

14 years agowinposixtype.h appears to be Windows-only.
guy [Tue, 8 Dec 2009 01:49:01 +0000 (01:49 +0000)]
winposixtype.h appears to be Windows-only.

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

14 years agoFix compilation under Windows. Allocate our hash buffer dynamically so
gerald [Tue, 8 Dec 2009 00:13:57 +0000 (00:13 +0000)]
Fix compilation under Windows. Allocate our hash buffer dynamically so
that _chkstk doesn't throw a hissy fit. When hashing, open the file in
binary mode.

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

14 years agoAdd SHA1, RMD160, and MD5 hashes to capinfos.
gerald [Mon, 7 Dec 2009 23:18:12 +0000 (23:18 +0000)]
Add SHA1, RMD160, and MD5 hashes to capinfos.

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

14 years agoSet svn:use-commit-times to "yes" for the enterprise-numbers file. The
gerald [Mon, 7 Dec 2009 22:09:59 +0000 (22:09 +0000)]
Set svn:use-commit-times to "yes" for the enterprise-numbers file. The
make-sminmpec.pl script uses its modification time to check for a newer
version.

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

14 years ago[Automatic manuf and enterprise-numbers update for 2009-12-07]
gerald [Mon, 7 Dec 2009 21:32:27 +0000 (21:32 +0000)]
[Automatic manuf and enterprise-numbers update for 2009-12-07]

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

14 years agoIf WinPcap isn't loaded, return NULL from pcap_lookupdev() instead
gerald [Mon, 7 Dec 2009 18:21:58 +0000 (18:21 +0000)]
If WinPcap isn't loaded, return NULL from pcap_lookupdev() instead
of asserting. Returning an empty interface list is more graceful than
crashing.

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

14 years agoA fix for bug 4301:
stig [Mon, 7 Dec 2009 15:07:38 +0000 (15:07 +0000)]
A fix for bug 4301:
Check sip->extra_info for SMB_EI_NTI before usage.

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

14 years agoBuild correct oraddress for several Teletex values.
stig [Mon, 7 Dec 2009 12:17:13 +0000 (12:17 +0000)]
Build correct oraddress for several Teletex values.
Corrected label format for GenerationQualifier: GQ -> Q.

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

14 years agoFrom Pascal Quantin. Add support a UDP framing format for LTE RLC.
martinm [Mon, 7 Dec 2009 10:23:35 +0000 (10:23 +0000)]
From Pascal Quantin.  Add support a UDP framing format for LTE RLC.

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

14 years ago[Automatic manuf and enterprise-numbers update for 2009-12-06]
gerald [Sun, 6 Dec 2009 16:03:25 +0000 (16:03 +0000)]
[Automatic manuf and enterprise-numbers update for 2009-12-06]

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

14 years agoLet c-ares actually resolve IPv6 addresses.
jake [Sun, 6 Dec 2009 08:45:52 +0000 (08:45 +0000)]
Let c-ares actually resolve IPv6 addresses.

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

14 years agoUpdate AUTHORS for Ravi Kondamuru.
wmeier [Sat, 5 Dec 2009 15:27:29 +0000 (15:27 +0000)]
Update AUTHORS for Ravi Kondamuru.

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

14 years agoFrom Bug 4298:
dimeg [Fri, 4 Dec 2009 23:09:37 +0000 (23:09 +0000)]
From Bug 4298:
Add additional LDAP OIDs for LDAP Content Synchronization Operation
(Slightly modified in order to add code in packet-ldap-template.c)

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

14 years agoFix length in loop (from Pascal Quantin).
martinm [Fri, 4 Dec 2009 22:27:29 +0000 (22:27 +0000)]
Fix length in loop (from Pascal Quantin).

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

14 years agoFix for Bug 4197:
dimeg [Fri, 4 Dec 2009 20:27:16 +0000 (20:27 +0000)]
Fix for Bug 4197:
Neighbour Cell Description 2 decode error

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

14 years agoWith revision 27279 the make part of revision 26467 has to be reverted too.
jake [Fri, 4 Dec 2009 18:20:15 +0000 (18:20 +0000)]
With revision 27279 the make part of revision 26467 has to be reverted too.

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

14 years agoFrom Pascal Quantin via bug 4296.
martinm [Fri, 4 Dec 2009 17:39:39 +0000 (17:39 +0000)]
From Pascal Quantin via bug 4296.

- make framing format work when there are no optional parameters present
- when showing raw SDU, show formatted info as well as data itself.  This is done in a horrible way, but I can't find a nice way.

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

14 years agoRevise #31172 slightly to clarify #define dependencies
wmeier [Fri, 4 Dec 2009 16:56:34 +0000 (16:56 +0000)]
Revise #31172 slightly to clarify #define dependencies

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

14 years agoFrom: babi
wmeier [Fri, 4 Dec 2009 16:42:14 +0000 (16:42 +0000)]
From: babi

[Fix] potential memory problem (crash?) in daintree-sna.

See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4294

(A parameterized version of the patch supplied in the above)

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

14 years agoFrom: Ravi Kondamuru:
wmeier [Fri, 4 Dec 2009 15:21:48 +0000 (15:21 +0000)]
From: Ravi Kondamuru:

"... a patch to make the netscaler wiretap code independent of the
 host system endian-ness.
 I have taken care of (1) reading and writing nstrace files (netscaler.c) and
 (2) reading in dissector code (packet-nstrace.c) also."

See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3540#c26

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

14 years agoShow whether NACK is full or partial in expert info.
martinm [Fri, 4 Dec 2009 11:22:33 +0000 (11:22 +0000)]
Show whether NACK is full or partial in expert info.

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

14 years agoProvide frame links between grant or failure ind back to SR.
martinm [Fri, 4 Dec 2009 11:13:20 +0000 (11:13 +0000)]
Provide frame links between grant or failure ind back to SR.

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

14 years agoFix a problem where the Info column's contents was changing erratically
sfisher [Fri, 4 Dec 2009 02:41:23 +0000 (02:41 +0000)]
Fix a problem where the Info column's contents was changing erratically
because the Info column was being filled in with a string that didn't
stay around long enough.  Changed a col_set_str() to col_add_str() call.

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

14 years ago- Use the gtk_tree_view_column_set_min_width() method also
etxrab [Thu, 3 Dec 2009 20:59:18 +0000 (20:59 +0000)]
- Use the gtk_tree_view_column_set_min_width() method also
 when crating the list.
- Set min width to the size of the title or COLUMN_WIDTH_MIN

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

14 years agoFrom Pascal Quantin:
etxrab [Thu, 3 Dec 2009 20:12:13 +0000 (20:12 +0000)]
From Pascal Quantin:
[NAS EPS] various small fixes for message decoding.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4290

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

14 years agoFrom Chris Maynard via bug #4287: Display IP protocol number in decimal
sfisher [Thu, 3 Dec 2009 19:10:43 +0000 (19:10 +0000)]
From Chris Maynard via bug #4287: Display IP protocol number in decimal
instead of hexadecimal.

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

14 years agoDecode family and hook type.
stig [Thu, 3 Dec 2009 17:31:26 +0000 (17:31 +0000)]
Decode family and hook type.

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

14 years agoAdded some Solaris AF_ types.
stig [Thu, 3 Dec 2009 17:31:03 +0000 (17:31 +0000)]
Added some Solaris AF_ types.

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

14 years ago#include <string.h> not needed.
wmeier [Thu, 3 Dec 2009 16:40:35 +0000 (16:40 +0000)]
#include <string.h> not needed.

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

14 years agoRenamed some wtap defines:
stig [Thu, 3 Dec 2009 15:47:52 +0000 (15:47 +0000)]
Renamed some wtap defines:
WTAP_GCOM_TIE1 => WTAP_ENCAP_GCOM_TIE1
WTAP_GCOM_SERIAL => WTAP_ENCAP_GCOM_SERIAL

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

14 years agoAdded missing WTAP_ENCAP_DPNSS and WTAP_ENCAP_PACKETLOGGER to encap_table_base[]
stig [Thu, 3 Dec 2009 15:40:15 +0000 (15:40 +0000)]
Added missing WTAP_ENCAP_DPNSS and WTAP_ENCAP_PACKETLOGGER to encap_table_base[]
Fixed some comments.

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

14 years agoFrom Petr Sumbera via bug 4284:
stig [Thu, 3 Dec 2009 15:27:39 +0000 (15:27 +0000)]
From Petr Sumbera via bug 4284:
Added support for Solaris IPNET layer

From me:
Some code cleanup in packet-ipnet.c
Added packet-ipnet.c to CMakeFiles.txt
Added WTAP_ENCAP_IPNET to encap_table_base[]

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

14 years agoImproved Apply/Prepare a filter from Packet List for custom columns:
stig [Thu, 3 Dec 2009 14:01:18 +0000 (14:01 +0000)]
Improved Apply/Prepare a filter from Packet List for custom columns:
- Add quotes for strings
- Use only protocol for protocol only columns

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

14 years agoBack out r30376, which introduced a buffer overrun. Fixes bug 4285.
gerald [Wed, 2 Dec 2009 22:29:06 +0000 (22:29 +0000)]
Back out r30376, which introduced a buffer overrun. Fixes bug 4285.

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

14 years agoMake it possible to match transaction Id:s for Conversation where
etxrab [Wed, 2 Dec 2009 20:16:21 +0000 (20:16 +0000)]
Make it possible to match transaction Id:s for Conversation where
both Originatingand Responding TID is present.

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

14 years agoUser Guide: save 50 pages worth of white space.
jake [Wed, 2 Dec 2009 19:51:48 +0000 (19:51 +0000)]
User Guide: save 50 pages worth of white space.
Developer Guide: save 45 pages worth of white space.

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

14 years agoUpdate User Guide:
jake [Wed, 2 Dec 2009 19:33:28 +0000 (19:33 +0000)]
Update User Guide:
- New Capture Options dialog.
- Add Remote Capture section.

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

14 years agoThe beginnings of a state machine to track a UE's SR state and provide links between...
martinm [Wed, 2 Dec 2009 17:46:27 +0000 (17:46 +0000)]
The beginnings of a state machine to track a UE's SR state and provide links between relevant frames.

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

14 years agoUse size_t for length.
stig [Wed, 2 Dec 2009 14:44:53 +0000 (14:44 +0000)]
Use size_t for length.

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

14 years agoSet tooltips on the column button.
stig [Wed, 2 Dec 2009 14:00:04 +0000 (14:00 +0000)]
Set tooltips on the column button.

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

14 years agoIndicate default column alignment in the popup menu.
stig [Wed, 2 Dec 2009 13:53:33 +0000 (13:53 +0000)]
Indicate default column alignment in the popup menu.

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

14 years agoFixed opening correct preferences page.
stig [Wed, 2 Dec 2009 09:39:13 +0000 (09:39 +0000)]
Fixed opening correct preferences page.

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

14 years agoFrom Samu Varjonen:
jake [Wed, 2 Dec 2009 07:34:55 +0000 (07:34 +0000)]
From Samu Varjonen:
svn diff of the changes after draft-ietf-hip-nat-traversal-09 was approved to
become an RFC.

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

14 years agoBorrow some of the web site colors for the welcome screen.
gerald [Wed, 2 Dec 2009 00:31:04 +0000 (00:31 +0000)]
Borrow some of the web site colors for the welcome screen.

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

14 years agoFix a comment.
guy [Tue, 1 Dec 2009 21:30:30 +0000 (21:30 +0000)]
Fix a comment.

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

14 years agoUse pango_font_description_get_size() to pad out the default column
gerald [Tue, 1 Dec 2009 21:24:48 +0000 (21:24 +0000)]
Use pango_font_description_get_size() to pad out the default column
size.  This may require tweaking, e.g. with
pango_font_description_set_absolute_size().

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

14 years agoShow spare bits under the IEs they belong
dimeg [Tue, 1 Dec 2009 20:19:01 +0000 (20:19 +0000)]
Show spare bits under the IEs they belong

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

14 years agoSave column alignment in the recent file.
stig [Tue, 1 Dec 2009 17:07:13 +0000 (17:07 +0000)]
Save column alignment in the recent file.
Added center and default alignment menu items.

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

14 years agoUpdate 3GPP AVP:s.
etxrab [Tue, 1 Dec 2009 16:23:57 +0000 (16:23 +0000)]
Update 3GPP AVP:s.

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

14 years agoAdded three states for sorting: ascending, descending and no sorting
stig [Tue, 1 Dec 2009 16:23:20 +0000 (16:23 +0000)]
Added three states for sorting: ascending, descending and no sorting
(ascending on first column).

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

14 years agoClean up the makefile a bit.
jake [Tue, 1 Dec 2009 07:27:03 +0000 (07:27 +0000)]
Clean up the makefile a bit.

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

14 years agoClean up indentation a bit more.
guy [Tue, 1 Dec 2009 01:40:37 +0000 (01:40 +0000)]
Clean up indentation a bit more.

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

14 years agoSquelch LLP64 warning.
guy [Tue, 1 Dec 2009 01:37:52 +0000 (01:37 +0000)]
Squelch LLP64 warning.

Clean up indentation somewhat.

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

14 years ago[Automatic manuf and enterprise-numbers update for 2009-11-30]
gerald [Mon, 30 Nov 2009 21:53:16 +0000 (21:53 +0000)]
[Automatic manuf and enterprise-numbers update for 2009-11-30]

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

14 years agoAdd a character's spacing when resizing columns.
etxrab [Mon, 30 Nov 2009 20:46:07 +0000 (20:46 +0000)]
Add a character's spacing when resizing columns.

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

14 years agoAdd an item length check to the DTN dissector. Fixes bugs 4277
gerald [Mon, 30 Nov 2009 18:10:46 +0000 (18:10 +0000)]
Add an item length check to the DTN dissector. Fixes bugs 4277
and 4278.  Add a couple of expert items.

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

14 years agoFrom Jakub Zawadzki via bug 4274:
gerald [Mon, 30 Nov 2009 17:31:13 +0000 (17:31 +0000)]
From Jakub Zawadzki via bug 4274:

Switch back to checking size instead of asize in emem_alloc_chunk. Make
sure we don't try to cross the streams by allocating a negative amount
of memory in the LTP dissector.

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

14 years agoMove the heading context menu to secondary-button and preserve
stig [Mon, 30 Nov 2009 16:15:48 +0000 (16:15 +0000)]
Move the heading context menu to secondary-button and preserve
primary-button to toggle sorting.

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

14 years agoFunction rename:
stig [Mon, 30 Nov 2009 15:58:57 +0000 (15:58 +0000)]
Function rename:
new_packet_list_column_clicked() -> new_packet_list_column_menu_cb()
packet_list_column_clicked() -> packet_list_column_menu_cb()

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

14 years agoDefault enable DSP.
stig [Mon, 30 Nov 2009 13:11:14 +0000 (13:11 +0000)]
Default enable DSP.

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

14 years agoSearchArgumentData filter and EntryInformationSelection attributes are
stig [Mon, 30 Nov 2009 12:54:47 +0000 (12:54 +0000)]
SearchArgumentData filter and EntryInformationSelection attributes are
OPTIONAL as they are defined with a DEFAULT.

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

14 years agoPS LCS Capability IE updated according to 24.008 V8.6.0;
dimeg [Sun, 29 Nov 2009 23:23:27 +0000 (23:23 +0000)]
PS LCS Capability IE updated according to 24.008 V8.6.0;
Change printing of values according to standard style.

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

14 years agoProvide some utility macros for commonly used frame data fields.
jake [Sun, 29 Nov 2009 22:51:28 +0000 (22:51 +0000)]
Provide some utility macros for commonly used frame data fields.

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

14 years agoUpdate the text and hyperlinks.
jake [Sun, 29 Nov 2009 22:49:32 +0000 (22:49 +0000)]
Update the text and hyperlinks.

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

14 years agoTry to get the Win64 compile going as well.
jake [Sun, 29 Nov 2009 22:47:03 +0000 (22:47 +0000)]
Try to get the Win64 compile going as well.

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

14 years agoObselete a couple of preferences that can always be on.
martinm [Sun, 29 Nov 2009 22:45:06 +0000 (22:45 +0000)]
Obselete a couple of preferences that can always be on.

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

14 years agoFrom Jim Young:
etxrab [Sun, 29 Nov 2009 20:42:00 +0000 (20:42 +0000)]
From Jim Young:
Add keyboard navigation controls to TCP Stream Graphs
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4144

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

14 years agoSmall fix for "Flag C" filter.
stig [Sun, 29 Nov 2009 19:55:02 +0000 (19:55 +0000)]
Small fix for "Flag C" filter.

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

14 years agoFrom Mithun Roy:
jake [Sun, 29 Nov 2009 19:11:55 +0000 (19:11 +0000)]
From Mithun Roy:
This is a patch for a new dissector that decodes LTP (Licklider Transmission
Protocol) data according to RFC 5326.

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

14 years agoAdd emacs 'editor modelines'.
wmeier [Sun, 29 Nov 2009 17:58:17 +0000 (17:58 +0000)]
Add emacs 'editor modelines'.

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

14 years ago[Automatic manuf and enterprise-numbers update for 2009-11-29]
gerald [Sun, 29 Nov 2009 16:03:22 +0000 (16:03 +0000)]
[Automatic manuf and enterprise-numbers update for 2009-11-29]

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

14 years agoFix EAP method type 25, 26 interpretation.
jake [Sun, 29 Nov 2009 13:55:34 +0000 (13:55 +0000)]
Fix EAP method type 25, 26 interpretation.

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

14 years agoFrom Alexis La Goutte:
jake [Sun, 29 Nov 2009 13:33:05 +0000 (13:33 +0000)]
From Alexis La Goutte:
Based from a Cisco Sample (Thanks Tanmay)
Changelog :
* Fix a error about value of wbid
* Support of CAPWAP fragmentation
* Add proper handling of the alignment stuff from the RFC for Radio MAC and Wireless specific information
* Add more support of Messages Element Type
* Add a option to dissector Cisco Sample (Cisco Controler use a old draft)

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

14 years agoFrom Tobias Witek:
etxrab [Sun, 29 Nov 2009 12:05:23 +0000 (12:05 +0000)]
From Tobias Witek:
Add support for UMTS FP over UDP.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4218

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

14 years agoFrom Harald Welte:
etxrab [Sun, 29 Nov 2009 09:33:22 +0000 (09:33 +0000)]
From Harald Welte:
Correctly parse SYSTEM INFORMATION messages in RSL BCCH FILLING.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4268

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

14 years agoFrom Herbert Lischka:
etxrab [Sun, 29 Nov 2009 09:28:14 +0000 (09:28 +0000)]
From Herbert Lischka:
Patch to resolve Error in decoding BACnet NotificationParameters,
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4250

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

14 years agoFrom enhancement bug #4272: Patch to add new filterable field -
sfisher [Sun, 29 Nov 2009 09:26:01 +0000 (09:26 +0000)]
From enhancement bug #4272: Patch to add new filterable field -
frame.time_epoch

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