obnox/wireshark/wip.git
15 years agoFrom Jim Young <jyoung@gsu.edu>:
rbalint [Fri, 17 Apr 2009 15:21:46 +0000 (15:21 +0000)]
From Jim Young <jyoung@gsu.edu>:
- New duplicate packet removal options for editcap
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3168

I changed the patch a bit:
- Adapted to 80 chars wide screen
- Merged -w and -W parameters

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

15 years agoShow RARs. For now show frame count in common channel section, although it may be...
martinm [Fri, 17 Apr 2009 13:27:25 +0000 (13:27 +0000)]
Show RARs.  For now show frame count in common channel section, although it may be possible to associate RAR bodies with UEs if the context info is available...

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

15 years agoFor RAR PDUs, show RA-RNTI and subframe number in info column.
martinm [Fri, 17 Apr 2009 11:38:06 +0000 (11:38 +0000)]
For RAR PDUs, show RA-RNTI and subframe number in info column.

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

15 years agoWhen building the wireshark-filter documentation on Windows, try to
gerald [Fri, 17 Apr 2009 03:53:19 +0000 (03:53 +0000)]
When building the wireshark-filter documentation on Windows, try to
figure out if we can run TShark. If we can't, just insert the dfref URL
in the documentation.

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

15 years agoCheck for the existence of a couple of directories and add variables for DLL
gerald [Thu, 16 Apr 2009 21:34:44 +0000 (21:34 +0000)]
Check for the existence of a couple of directories and add variables for DLL
names.

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

15 years agoFix bugs found with the aid of Gianluca Verin.
etxrab [Thu, 16 Apr 2009 19:02:52 +0000 (19:02 +0000)]
Fix bugs found with the aid of Gianluca Verin.

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

15 years agoFrom Vincent Helfre and Me:
etxrab [Thu, 16 Apr 2009 19:01:31 +0000 (19:01 +0000)]
From Vincent Helfre and Me:
- Dissect GSM messages.
- Add functions to libwireshark needed by plugins.

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

15 years agoFix (and likely re-break) the Windows builds:
gerald [Thu, 16 Apr 2009 18:14:38 +0000 (18:14 +0000)]
Fix (and likely re-break) the Windows builds:
  - Use the latest WinPcap Developer's Pack.
  - In file_dlg_win32.c, try to fix Visual C++ 6.0 compilation.
  - #if 0 out a bunch of definitions in capture_if_details_dlg_win32.c
    that already exist in Ntddndis.h.

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

15 years agoFrom Jared Renzullo:
jake [Thu, 16 Apr 2009 17:24:56 +0000 (17:24 +0000)]
From Jared Renzullo:
The existing Wireshark Cops PCMM dissector does not support the new I04 fields fof PCMM.
I've added the new fields which are relevant to the policy server to the dissector.

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

15 years agoFix the last(?) of the Win64 compilation problems.
gerald [Thu, 16 Apr 2009 04:05:39 +0000 (04:05 +0000)]
Fix the last(?) of the Win64 compilation problems.

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

15 years agoFix Win64 compilation problems in the plugins directory.
gerald [Thu, 16 Apr 2009 03:38:23 +0000 (03:38 +0000)]
Fix Win64 compilation problems in the plugins directory.

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

15 years agoFix the last of the Win64 problems in the gtk directory.
gerald [Thu, 16 Apr 2009 03:18:10 +0000 (03:18 +0000)]
Fix the last of the Win64 problems in the gtk directory.

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

15 years agoMore Win64 fixes.
gerald [Thu, 16 Apr 2009 00:45:26 +0000 (00:45 +0000)]
More Win64 fixes.

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

15 years agoCheck for _WIN64 instead of _NTDDNDIS_.
gerald [Wed, 15 Apr 2009 23:47:46 +0000 (23:47 +0000)]
Check for _WIN64 instead of _NTDDNDIS_.

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

15 years agoIn capture_if_details_dlg_win32.c, don't define a bunch of stuff if
gerald [Wed, 15 Apr 2009 23:23:21 +0000 (23:23 +0000)]
In capture_if_details_dlg_win32.c, don't define a bunch of stuff if
_NTDDNDIS_ is defined. In file_dlg_win32.c, use GetWindowLongPtr()
instead of GetWindowLong().

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

15 years agosize_t fixes.
gerald [Wed, 15 Apr 2009 21:35:51 +0000 (21:35 +0000)]
size_t fixes.

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

15 years agopacket_sccp.c: Init an uninit'd variable which was the cause of intermittent crashes.
wmeier [Wed, 15 Apr 2009 20:01:45 +0000 (20:01 +0000)]
packet_sccp.c: Init an uninit'd variable which was the cause of intermittent crashes.
 Fixes Bug #3409 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3409)

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

15 years agoFix the Buildbot.
gerald [Wed, 15 Apr 2009 18:14:34 +0000 (18:14 +0000)]
Fix the Buildbot.

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

15 years agoAssociate .pcapng files with Wireshark.
gerald [Wed, 15 Apr 2009 18:10:30 +0000 (18:10 +0000)]
Associate .pcapng files with Wireshark.

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

15 years agoTry to fix bug 3279 (initialize a time_t to a sane value).
gerald [Wed, 15 Apr 2009 16:02:35 +0000 (16:02 +0000)]
Try to fix bug 3279 (initialize a time_t to a sane value).

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

15 years agoDissect more than one Via entry if found in a single line.
martinm [Wed, 15 Apr 2009 13:10:55 +0000 (13:10 +0000)]
Dissect more than one Via entry if found in a single line.
Fixes bug 3406.

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

15 years agopacket-rlc-lte.c: keep vc6 happy: use gboolean instead of guint8 in several places.
wmeier [Wed, 15 Apr 2009 02:28:55 +0000 (02:28 +0000)]
packet-rlc-lte.c: keep vc6 happy: use gboolean instead of guint8 in several places.

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

15 years agoep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);
wmeier [Tue, 14 Apr 2009 18:31:02 +0000 (18:31 +0000)]
ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);
   ep_strbuf_append() --> ep_strbuf_append_c() in a few cases.

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

15 years agocheckAPIs: Add additional GLib deprecated functions;
wmeier [Tue, 14 Apr 2009 18:22:43 +0000 (18:22 +0000)]
checkAPIs: Add additional GLib deprecated functions;
 Update comments.

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

15 years agoguint8 -> guint16
etxrab [Tue, 14 Apr 2009 18:14:24 +0000 (18:14 +0000)]
guint8 -> guint16

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

15 years agoDissect PDN address, fix typos.
etxrab [Tue, 14 Apr 2009 18:11:41 +0000 (18:11 +0000)]
Dissect PDN address, fix typos.

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

15 years agoUse G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANT
etxrab [Tue, 14 Apr 2009 18:10:45 +0000 (18:10 +0000)]
Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANT

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

15 years agoFrom Jakub Zawadzki: Fix a logic error.
gerald [Tue, 14 Apr 2009 17:52:22 +0000 (17:52 +0000)]
From Jakub Zawadzki: Fix a logic error.

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

15 years agoAdd a note for -z io,stat,<interval>,<filter>,<filter>,... to use "." as
sake [Tue, 14 Apr 2009 16:38:08 +0000 (16:38 +0000)]
Add a note for -z io,stat,<interval>,<filter>,<filter>,... to use "." as
a decimal separator, as the "," will make the command fail.

(of course it would be nice to have this fixed, but for now, it at least
informs the user how to work around the issue)

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

15 years agoBegin to do some per-channel sequence analysis (so far, only for UM).
martinm [Tue, 14 Apr 2009 14:38:20 +0000 (14:38 +0000)]
Begin to do some per-channel sequence analysis (so far, only for UM).

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

15 years agoep_strbuf: fix some bugs and additional changes
wmeier [Tue, 14 Apr 2009 14:08:19 +0000 (14:08 +0000)]
ep_strbuf: fix some bugs and additional changes
-Bugs
  * str->len not set correctly in some cases;
  * trailing '\0' not always accounted for;
  * (issues relating to determining when & how much
     to expand string buffer).
-Other
  * Change append, append_c, truncate to return
    pointer to ep_strbuf (similar to the corresponding
    GString functions);
  * Rename certain variables to clarify usage (as I understand
    the intended usage);
  * ep_strbuf_grow: use current allocated length and not current
    string length as the starting point;
  * Optimizations;
  * Add some additional comments to emem.h ep_strbuf section

  * Use consistent indentation throughout emem.c;

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

15 years agodo not report encoding error for sequence extension with length 0
kukosa [Tue, 14 Apr 2009 07:38:02 +0000 (07:38 +0000)]
do not report encoding error for sequence extension with length 0
highlight one byte also for NULL type

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

15 years agosupport UINT64 constants for upper value bounds
kukosa [Tue, 14 Apr 2009 07:34:56 +0000 (07:34 +0000)]
support UINT64 constants for upper value bounds

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

15 years agoSection 11 of RFC 3550, "RTP over Network and Transport Protocols",
guy [Mon, 13 Apr 2009 22:37:35 +0000 (22:37 +0000)]
Section 11 of RFC 3550, "RTP over Network and Transport Protocols",
speaks only of destination ports; in the heuristic dissectors, don't
check whether the source port is even or odd.

The total length of an RTCP packet is in tvb_reported_length(), not
tvb_length() - the latter includes only the actual captured data, which
might be cut short by a snapshot length.

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

15 years agoAdd XiMeta Technology's ethertype.
etxrab [Mon, 13 Apr 2009 18:32:24 +0000 (18:32 +0000)]
Add XiMeta Technology's ethertype.
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3392)

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

15 years agoFrom Abhik Sarkar:
etxrab [Mon, 13 Apr 2009 18:14:25 +0000 (18:14 +0000)]
From Abhik Sarkar:
Diameter SRT stats - split by command
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3403

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

15 years agoTry to please the build bot, fix indentation.
etxrab [Mon, 13 Apr 2009 18:09:20 +0000 (18:09 +0000)]
Try to please the build bot, fix indentation.

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

15 years agoFrom Andreas Heise:
etxrab [Mon, 13 Apr 2009 14:31:13 +0000 (14:31 +0000)]
From Andreas Heise:
add SIP URI PARTS dissection to packet-sip.c
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3399

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

15 years ago[Automatic manuf and enterprise-numbers update for 2009-04-12]
gerald [Sun, 12 Apr 2009 15:03:32 +0000 (15:03 +0000)]
[Automatic manuf and enterprise-numbers update for 2009-04-12]

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

15 years agogtk_label_get() --> gtk_label_get_text() with related code changes;
wmeier [Sat, 11 Apr 2009 18:03:11 +0000 (18:03 +0000)]
gtk_label_get() --> gtk_label_get_text() with related code changes;
Also: Fix indentation to be consistent.

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

15 years agoprefs_dlg: gtk_label_get() --> gtk_label_get_text()
wmeier [Sat, 11 Apr 2009 15:14:55 +0000 (15:14 +0000)]
prefs_dlg: gtk_label_get() --> gtk_label_get_text()

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

15 years agoGet rid of gtk_file_selection_new and gtk_file_selection_get_filename.
etxrab [Sat, 11 Apr 2009 14:47:55 +0000 (14:47 +0000)]
Get rid of gtk_file_selection_new and gtk_file_selection_get_filename.

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

15 years agoGet the offset of the padding count correct (it has nothing to do with
guy [Sat, 11 Apr 2009 03:56:14 +0000 (03:56 +0000)]
Get the offset of the padding count correct (it has nothing to do with
the amount of captured packet data, so calculating it must not involve
tvb_length_remaining()), and, when processing the padding, count the
padding count octet in the offset, so that the length check is correct.

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

15 years agoRemove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();
wmeier [Fri, 10 Apr 2009 18:31:01 +0000 (18:31 +0000)]
Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();
 (In each case the arg values used [4,0] were the same as the defaults).
checkAPIs.pl: gtk_button_box_set_child_ipadding: 'W' --> 'E'

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

15 years agocolor filters dialog: Remove use of deprecated gtk_button_box_set_child_size().
wmeier [Fri, 10 Apr 2009 17:34:30 +0000 (17:34 +0000)]
color filters dialog: Remove use of deprecated gtk_button_box_set_child_size().
Also:
 - Handle buttons in the several vboxes in a consistent manner;
 - Use consistent indentation;
 - Fix some spelling in comments.

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

15 years agogtk_widget_ref: 'W' --> 'E';
wmeier [Fri, 10 Apr 2009 14:12:29 +0000 (14:12 +0000)]
gtk_widget_ref:  'W' --> 'E';
Also: Add GTK 2.16.0 deprecated functions

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

15 years agogtk_widget_ref() --> g_object_ref()
wmeier [Fri, 10 Apr 2009 14:10:49 +0000 (14:10 +0000)]
gtk_widget_ref() --> g_object_ref()

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

15 years agoHandle PER constrained integer > 32 bits, show more internal PER fields.
etxrab [Fri, 10 Apr 2009 09:24:10 +0000 (09:24 +0000)]
Handle PER constrained integer > 32 bits, show more internal PER fields.

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

15 years agoFix a typo.
etxrab [Thu, 9 Apr 2009 15:32:26 +0000 (15:32 +0000)]
Fix a typo.

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

15 years agoStarting cleanup in earnest
jmayer [Thu, 9 Apr 2009 13:58:20 +0000 (13:58 +0000)]
Starting cleanup in earnest
- get rid of some structure accesses
- use _item functions where possible

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

15 years agoUse consistent indentation.
wmeier [Thu, 9 Apr 2009 13:07:05 +0000 (13:07 +0000)]
Use consistent indentation.

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

15 years agogtk_set_usize: W --> E;
wmeier [Thu, 9 Apr 2009 13:04:15 +0000 (13:04 +0000)]
gtk_set_usize: W --> E;
Change 'usage' to list groups and default groups.

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

15 years agoFix two usages of non-ascii characters.
wmeier [Thu, 9 Apr 2009 12:41:40 +0000 (12:41 +0000)]
Fix two usages of non-ascii characters.

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

15 years agoFrom Chris Costa:
etxrab [Thu, 9 Apr 2009 05:53:14 +0000 (05:53 +0000)]
From Chris Costa:
Patch for NDMP tape_get_state dissector.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3394

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

15 years agogtk_widget_ref() -> g_object_ref()
etxrab [Thu, 9 Apr 2009 05:51:56 +0000 (05:51 +0000)]
gtk_widget_ref() -> g_object_ref()
GTK_SIGNAL_FUNC -> G_CALLBACK()

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

15 years agoSmall indentation fix.
etxrab [Thu, 9 Apr 2009 05:51:15 +0000 (05:51 +0000)]
Small indentation fix.

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

15 years agoJust use g_strdup_printf() to construct a pathname - and use
guy [Wed, 8 Apr 2009 22:32:44 +0000 (22:32 +0000)]
Just use g_strdup_printf() to construct a pathname - and use
G_DIR_SEPARATOR_S as the pathname component separator.

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

15 years agoTry to make everyone happy about their size_t's.
gerald [Wed, 8 Apr 2009 20:18:39 +0000 (20:18 +0000)]
Try to make everyone happy about their size_t's.

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

15 years agoCompare size_t's with size_t's.
guy [Wed, 8 Apr 2009 19:50:15 +0000 (19:50 +0000)]
Compare size_t's with size_t's.

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

15 years agoUse consistent indentation
wmeier [Wed, 8 Apr 2009 19:47:09 +0000 (19:47 +0000)]
Use consistent indentation

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

15 years agoDon't assemble asm_utils_win32_x86 on x64. Export a dummy read_keytab_file
gerald [Wed, 8 Apr 2009 19:15:10 +0000 (19:15 +0000)]
Don't assemble asm_utils_win32_x86 on x64. Export a dummy read_keytab_file
if we're not using any encryption libraries on Windows.

This fixes the last Win64 compilation problems in epan.

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

15 years agoAdd some more "copy" functionality:
sake [Wed, 8 Apr 2009 18:32:11 +0000 (18:32 +0000)]
Add some more "copy" functionality:

- Enabled "Copy Description" in the main menu and gave it
  accelerator key CTRL+SHIFT+D

- Added "Copy Fieldname" to copy the fieldname of the selected
  field in the detail view (Acc.Key: CTRL+SHIFT+F)

- Added "Copy Value" to copy the value of the selected
  field in the detail view (Acc.Key: CTRL+SHIFT+V)

- Updated documentation to reflect the changes

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

15 years agosize_t -> int.
gerald [Wed, 8 Apr 2009 18:24:08 +0000 (18:24 +0000)]
size_t -> int.

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

15 years agoMore size_t fixes.
gerald [Wed, 8 Apr 2009 18:19:10 +0000 (18:19 +0000)]
More size_t fixes.

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

15 years agoAdd another Flex exception.
gerald [Wed, 8 Apr 2009 18:10:32 +0000 (18:10 +0000)]
Add another Flex exception.

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

15 years agoDisable warnings-as-errors for Flex-generated output. Add a couple of gsize
gerald [Wed, 8 Apr 2009 18:08:25 +0000 (18:08 +0000)]
Disable warnings-as-errors for Flex-generated output. Add a couple of gsize
casts.

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

15 years agoFix the last commit.
gerald [Wed, 8 Apr 2009 17:55:35 +0000 (17:55 +0000)]
Fix the last commit.

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

15 years agoMore size_t fixes.
gerald [Wed, 8 Apr 2009 17:31:12 +0000 (17:31 +0000)]
More size_t fixes.

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

15 years agoMore size_t fixes. Use a string buffer in range.c.
gerald [Wed, 8 Apr 2009 16:50:20 +0000 (16:50 +0000)]
More size_t fixes. Use a string buffer in range.c.

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

15 years agotemp file prefix changed from ether to wireshark
wmeier [Wed, 8 Apr 2009 15:01:26 +0000 (15:01 +0000)]
temp file prefix changed from ether to wireshark

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

15 years ago(Trivial) Fix some spelling & etc in comments
wmeier [Wed, 8 Apr 2009 13:41:30 +0000 (13:41 +0000)]
(Trivial) Fix some spelling & etc in comments

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

15 years agoMore Ethereal --> Wireshark
wmeier [Wed, 8 Apr 2009 13:28:23 +0000 (13:28 +0000)]
More Ethereal --> Wireshark

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

15 years agoMore ethereal --> wireshark
wmeier [Wed, 8 Apr 2009 13:07:21 +0000 (13:07 +0000)]
More ethereal --> wireshark

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

15 years agoUse wireshark (instead of ether) for temp file name prefix.
wmeier [Wed, 8 Apr 2009 12:43:51 +0000 (12:43 +0000)]
Use wireshark (instead of ether) for temp file name prefix.

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

15 years agoUse wireshark (instead of ether) for temp file name prefix.
wmeier [Wed, 8 Apr 2009 12:22:12 +0000 (12:22 +0000)]
Use wireshark (instead of ether) for temp file name prefix.

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

15 years agoAdd dissection of:
etxrab [Wed, 8 Apr 2009 06:28:34 +0000 (06:28 +0000)]
Add dissection of:
- SMSDeliveryPointToPointAck
- InterSystemSMSDeliveryPointToPoint
- QualificationRequest2

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

15 years agosize_t fixes.
gerald [Wed, 8 Apr 2009 05:25:14 +0000 (05:25 +0000)]
size_t fixes.

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

15 years agoFix a typo.
morriss [Tue, 7 Apr 2009 21:07:10 +0000 (21:07 +0000)]
Fix a typo.
Fix up indentation of some value_strings.
Add/fix some ANSI-specific return causes.

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

15 years agoAnother patch to sqelch warnings about asserts in g_strlcpy with NULL source pointer
jmayer [Tue, 7 Apr 2009 16:43:15 +0000 (16:43 +0000)]
Another patch to sqelch warnings about asserts in g_strlcpy with NULL source pointer

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

15 years agosize_t fixes.
gerald [Tue, 7 Apr 2009 16:36:52 +0000 (16:36 +0000)]
size_t fixes.

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

15 years agoUse some default true_false_string's.
wmeier [Tue, 7 Apr 2009 12:20:41 +0000 (12:20 +0000)]
Use some default true_false_string's.

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

15 years agoAdd missed packet-pw-atm.c.
etxrab [Tue, 7 Apr 2009 05:45:38 +0000 (05:45 +0000)]
Add missed packet-pw-atm.c.

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

15 years agoMore size_t casts.
gerald [Tue, 7 Apr 2009 04:36:54 +0000 (04:36 +0000)]
More size_t casts.

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

15 years agoThe last of the size_t fixes in epan/dissectors.
gerald [Mon, 6 Apr 2009 23:06:35 +0000 (23:06 +0000)]
The last of the size_t fixes in epan/dissectors.

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

15 years agoAdd missing header file of OpcUa plugin update.
jake [Mon, 6 Apr 2009 20:29:01 +0000 (20:29 +0000)]
Add missing header file of OpcUa plugin update.

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

15 years agoMore size_t fixes.
gerald [Mon, 6 Apr 2009 20:28:47 +0000 (20:28 +0000)]
More size_t fixes.

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

15 years agoMore size_t fixes.
gerald [Mon, 6 Apr 2009 19:30:48 +0000 (19:30 +0000)]
More size_t fixes.

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

15 years agoFrom Gerhard Gappmeier:
jake [Mon, 6 Apr 2009 18:30:04 +0000 (18:30 +0000)]
From Gerhard Gappmeier:
This patch updates the plugin to fit the released OPCUA protocol version.

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

15 years agoDissect g722.2 H.245 paramaters.
etxrab [Mon, 6 Apr 2009 16:53:41 +0000 (16:53 +0000)]
Dissect g722.2 H.245 paramaters.

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

15 years agoAdd a page describing LTE MAC stats window.
martinm [Mon, 6 Apr 2009 09:29:32 +0000 (09:29 +0000)]
Add a page describing LTE MAC stats window.

The user guide still needs to be updated to show separate Statistics and Telephony menus.

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

15 years agoFix bug 3342:
jake [Mon, 6 Apr 2009 05:43:24 +0000 (05:43 +0000)]
Fix bug 3342:
Add decoding of newer component codes.
Add dissection of Alternate Assignment Component.

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

15 years agoFix compiler warning/errors
sfisher [Mon, 6 Apr 2009 02:50:46 +0000 (02:50 +0000)]
Fix compiler warning/errors

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

15 years agoMore size_t casts/fixes, and string buffers.
gerald [Mon, 6 Apr 2009 00:08:46 +0000 (00:08 +0000)]
More size_t casts/fixes, and string buffers.

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

15 years agoGet rid of a bunch of size_t's.
gerald [Sun, 5 Apr 2009 23:42:26 +0000 (23:42 +0000)]
Get rid of a bunch of size_t's.

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

15 years agoUse ep_strdup_printf() and emem_strbuf_t's.
guy [Sun, 5 Apr 2009 18:37:47 +0000 (18:37 +0000)]
Use ep_strdup_printf() and emem_strbuf_t's.

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

15 years agoUse an emem_strbuf_t in bitrange().
guy [Sun, 5 Apr 2009 18:20:20 +0000 (18:20 +0000)]
Use an emem_strbuf_t in bitrange().

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

15 years agoCasts of pointer differences to squelch P64 warnings; the differences
guy [Sun, 5 Apr 2009 17:28:20 +0000 (17:28 +0000)]
Casts of pointer differences to squelch P64 warnings; the differences
aren't going to be > 2^31-1.

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

15 years agoReapply the change from revision 27946.
guy [Sun, 5 Apr 2009 17:24:06 +0000 (17:24 +0000)]
Reapply the change from revision 27946.

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

15 years agoBack out the previous change. As Guy pointed out, we might not want to
gerald [Sun, 5 Apr 2009 16:26:16 +0000 (16:26 +0000)]
Back out the previous change. As Guy pointed out, we might not want to
be so size_t-happy.

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

15 years ago[Automatic manuf and enterprise-numbers update for 2009-04-05]
gerald [Sun, 5 Apr 2009 15:03:44 +0000 (15:03 +0000)]
[Automatic manuf and enterprise-numbers update for 2009-04-05]

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