metze/wireshark/wip.git
10 years agoAdded a missing CFRelease.
Stig Bjørlykke [Mon, 17 Jun 2013 07:20:23 +0000 (07:20 -0000)]
Added a missing CFRelease.

svn path=/trunk/; revision=49975

10 years agoUse a more compact display for the status bitmap
Pascal Quantin [Mon, 17 Jun 2013 04:26:16 +0000 (04:26 -0000)]
Use a more compact display for the status bitmap

svn path=/trunk/; revision=49974

10 years agoRemove preceding zeroes
Pascal Quantin [Mon, 17 Jun 2013 04:22:45 +0000 (04:22 -0000)]
Remove preceding zeroes

svn path=/trunk/; revision=49973

10 years agothe dos2unix cygwin package is required for compiling on windows
Martin Kaiser [Mon, 17 Jun 2013 00:57:16 +0000 (00:57 -0000)]
the dos2unix cygwin package is required for compiling on windows

svn path=/trunk/; revision=49972

10 years agoFix the test to respect the new behaviour.
Evan Huus [Mon, 17 Jun 2013 00:45:44 +0000 (00:45 -0000)]
Fix the test to respect the new behaviour.

svn path=/trunk/; revision=49971

10 years agoMuch smarter handling of autoreset trees.
Evan Huus [Mon, 17 Jun 2013 00:08:44 +0000 (00:08 -0000)]
Much smarter handling of autoreset trees.

svn path=/trunk/; revision=49970

10 years agoMore callback tweaks, to permit unregistering a callback from the same place
Evan Huus [Sun, 16 Jun 2013 22:37:55 +0000 (22:37 -0000)]
More callback tweaks, to permit unregistering a callback from the same place
it was originally registered.

svn path=/trunk/; revision=49969

10 years agoFix include to use "" not <> for local headers.
Evan Huus [Sun, 16 Jun 2013 22:25:27 +0000 (22:25 -0000)]
Fix include to use "" not <> for local headers.

svn path=/trunk/; revision=49968

10 years agoUpdate wmem README for the tree implementation.
Evan Huus [Sun, 16 Jun 2013 22:08:56 +0000 (22:08 -0000)]
Update wmem README for the tree implementation.

svn path=/trunk/; revision=49967

10 years agoRework the user callback code a bit to make it saner to use with the auto-reset
Evan Huus [Sun, 16 Jun 2013 22:07:24 +0000 (22:07 -0000)]
Rework the user callback code a bit to make it saner to use with the auto-reset
trees.

svn path=/trunk/; revision=49966

10 years agorename epan_child.h
Luis Ontanon [Sun, 16 Jun 2013 19:44:32 +0000 (19:44 -0000)]
rename epan_child.h

svn path=/trunk/; revision=49965

10 years agoPrepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap. Bug 5650...
Michael Mann [Sun, 16 Jun 2013 16:50:17 +0000 (16:50 -0000)]
Prepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap.  Bug 5650 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5650)

svn path=/trunk/; revision=49964

10 years agofix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8806
Martin Kaiser [Sun, 16 Jun 2013 15:29:14 +0000 (15:29 -0000)]
fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8806

assign the return values of decode_...() functions to a signed int
check for negative return values

svn path=/trunk/; revision=49963

10 years agoSimplify the tree code slightly - just don't call the transform function
Evan Huus [Sun, 16 Jun 2013 15:17:53 +0000 (15:17 -0000)]
Simplify the tree code slightly - just don't call the transform function
if it's NULL, meaning we don't need to define an identity callback.

svn path=/trunk/; revision=49962

10 years agoClarify interface/test for DL HARQ id, and remove a trailing comma from
Martin Mathieson [Sun, 16 Jun 2013 15:11:21 +0000 (15:11 -0000)]
Clarify interface/test for DL HARQ id, and remove a trailing comma from
an enum.

svn path=/trunk/; revision=49961

10 years agoImprove the way PDCP status PDUs are shown.
Martin Mathieson [Sun, 16 Jun 2013 14:24:47 +0000 (14:24 -0000)]
Improve the way PDCP status PDUs are shown.
For the bitmap, present and missing SNs are both
interesting, but only until the last received SN
(i.e. the last byte of the bitmap will be padded
out with zero bits).

It would be possible to use existing sequence analysis
info, where available, to decide if any zeros beyond the last
received SN are interesting...

svn path=/trunk/; revision=49959

10 years ago[Automatic manuf, services and enterprise-numbers update for 2013-06-16]
Gerald Combs [Sun, 16 Jun 2013 14:03:36 +0000 (14:03 -0000)]
[Automatic manuf, services and enterprise-numbers update for 2013-06-16]

svn path=/trunk/; revision=49957

10 years agosome minor fixes
Luis Ontanon [Sun, 16 Jun 2013 04:34:38 +0000 (04:34 -0000)]
some minor fixes

svn path=/trunk/; revision=49956

10 years agodisplay some more box names
Martin Kaiser [Sun, 16 Jun 2013 02:52:01 +0000 (02:52 -0000)]
display some more box names

svn path=/trunk/; revision=49955

10 years agoMake the B->A graph label show as A<-B to be consistent with the column
Martin Mathieson [Sun, 16 Jun 2013 02:35:51 +0000 (02:35 -0000)]
Make the B->A graph label show as A<-B to be consistent with the column
heading.

svn path=/trunk/; revision=49954

10 years agoAdd some comments around looking up names for port numbers.
Martin Mathieson [Sun, 16 Jun 2013 01:53:43 +0000 (01:53 -0000)]
Add some comments around looking up names for port numbers.
(calling getservbyname() is really slow, but only called once per port
number...)

svn path=/trunk/; revision=49953

10 years agoAdd warning comment to tree autoreset function about allocator
Evan Huus [Sun, 16 Jun 2013 01:47:43 +0000 (01:47 -0000)]
Add warning comment to tree autoreset function about allocator
destruction order, and note that it may need thinking about.

svn path=/trunk/; revision=49952

10 years agoFix occasional wmem_test failure, allocator destruction order matters
Evan Huus [Sun, 16 Jun 2013 01:44:09 +0000 (01:44 -0000)]
Fix occasional wmem_test failure, allocator destruction order matters
(should it?)

svn path=/trunk/; revision=49951

10 years agoMake the libwiretap Buffer routines usable from C++, and fix the C++ UI
Guy Harris [Sun, 16 Jun 2013 01:40:04 +0000 (01:40 -0000)]
Make the libwiretap Buffer routines usable from C++, and fix the C++ UI
code to handle the API changes for the seek-read routines.

svn path=/trunk/; revision=49950

10 years agoHave the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris [Sun, 16 Jun 2013 00:20:00 +0000 (00:20 -0000)]
Have the seek-read routines take a Buffer rather than a guint8 pointer
as the "where to put the packet data" argument.

This lets more of the libwiretap code be common between the read and
seek-read code paths, and also allows for more flexibility in the "fill
in the data" path - we can expand the buffer as needed in both cases.

svn path=/trunk/; revision=49949

10 years agoReplace if-else-if with switch statements
Michael Mann [Sun, 16 Jun 2013 00:14:07 +0000 (00:14 -0000)]
Replace if-else-if with switch statements

svn path=/trunk/; revision=49948

10 years agoFurther iteration
Luis Ontanon [Sat, 15 Jun 2013 21:28:43 +0000 (21:28 -0000)]
Further iteration

svn path=/trunk/; revision=49947

10 years agoMake use of text metrics and devmode data to properly format a page for printing...
Chris Maynard [Sat, 15 Jun 2013 12:57:32 +0000 (12:57 -0000)]
Make use of text metrics and devmode data to properly format a page for printing.  Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7543
#BACKPORT(1.10,1.8)

svn path=/trunk/; revision=49946

10 years agoMost of a red-black tree implementation for wmem, based heavily on the emem
Evan Huus [Sat, 15 Jun 2013 10:40:56 +0000 (10:40 -0000)]
Most of a red-black tree implementation for wmem, based heavily on the emem
version.

One plane trip's worth of work.

svn path=/trunk/; revision=49945

10 years agoPull some of the code to set the struct wtap_pkthdr into
Guy Harris [Sat, 15 Jun 2013 09:05:04 +0000 (09:05 -0000)]
Pull some of the code to set the struct wtap_pkthdr into
parse_netscreen_hex_dump().

svn path=/trunk/; revision=49944

10 years agoFill in at least some of the struct wtap_pkthdr in both the read and
Guy Harris [Sat, 15 Jun 2013 01:51:21 +0000 (01:51 -0000)]
Fill in at least some of the struct wtap_pkthdr in both the read and
seek-read routines.

svn path=/trunk/; revision=49943

10 years agoRename radcom_process_rec_header() to radcom_process_rec_header() and
Guy Harris [Fri, 14 Jun 2013 23:59:04 +0000 (23:59 -0000)]
Rename radcom_process_rec_header() to radcom_process_rec_header() and
move the code to file in a struct wtap_pkthdr there.

svn path=/trunk/; revision=49942

10 years agoRemove check_col() and the occasional tree.
Michael Mann [Fri, 14 Jun 2013 19:46:54 +0000 (19:46 -0000)]
Remove check_col() and the occasional tree.

This leaves just the Pidl dissectors remaining for removal of check_col() in the dissectors directory.  A small handful of check_col() calls remain outside of the dissectors.

svn path=/trunk/; revision=49941

10 years agoFinal draft for the epan working child API
Luis Ontanon [Fri, 14 Jun 2013 19:19:29 +0000 (19:19 -0000)]
Final draft for the epan working child API

svn path=/trunk/; revision=49940

10 years agoFix IEEE802a OUI lookups.
Chris Maynard [Fri, 14 Jun 2013 17:57:08 +0000 (17:57 -0000)]
Fix IEEE802a OUI lookups.
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3123
#BACKPORT(1.10,1.8)

svn path=/trunk/; revision=49939

10 years agoRemoved check_col() and the occasional tree.
Michael Mann [Fri, 14 Jun 2013 17:49:53 +0000 (17:49 -0000)]
Removed check_col() and the occasional tree.

svn path=/trunk/; revision=49938

10 years agoEnsure that Wireshark isn't obscured by the system taskbar or by any other desktop...
Chris Maynard [Fri, 14 Jun 2013 17:47:54 +0000 (17:47 -0000)]
Ensure that Wireshark isn't obscured by the system taskbar or by any other desktop toolbars.  Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3034
#BACKPORT(1.10,1.8)

svn path=/trunk/; revision=49937

10 years agoremove some unnecessary check_col() calls
Martin Kaiser [Fri, 14 Jun 2013 15:53:52 +0000 (15:53 -0000)]
remove some unnecessary check_col() calls

svn path=/trunk/; revision=49936

10 years agoadd editor modelines
Martin Kaiser [Fri, 14 Jun 2013 15:50:20 +0000 (15:50 -0000)]
add editor modelines

svn path=/trunk/; revision=49935

10 years agonew dissector for the MP4/ISOBMFF file format
Martin Kaiser [Fri, 14 Jun 2013 15:33:58 +0000 (15:33 -0000)]
new dissector for the MP4/ISOBMFF file format

svn path=/trunk/; revision=49934

10 years agomake line endings consistent
Martin Kaiser [Fri, 14 Jun 2013 15:08:10 +0000 (15:08 -0000)]
make line endings consistent
add svn properties

svn path=/trunk/; revision=49933

10 years agoMark unused params as such.
Evan Huus [Fri, 14 Jun 2013 14:56:00 +0000 (14:56 -0000)]
Mark unused params as such.

svn path=/trunk/; revision=49932

10 years agoAdd Common Address Redundancy Protocol (CARP) dissector, bug 8633 (https://bugs.wires...
Michael Mann [Fri, 14 Jun 2013 14:35:34 +0000 (14:35 -0000)]
Add Common Address Redundancy Protocol (CARP) dissector, bug 8633 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8633)

From Uli Heilmeier

CARP shares the same protocol ID as VRRP (and VRRP's is IANA registered), so heuristics are provided.  VRRP and CARP are very similar, so I'm not sure having heuristics for both dissectors will help CARP.

svn path=/trunk/; revision=49931

10 years agoAdd heuristic capabilities to the IP dissector. The motivating factor was the CARP...
Michael Mann [Fri, 14 Jun 2013 14:13:28 +0000 (14:13 -0000)]
Add heuristic capabilities to the IP dissector.  The motivating factor was the CARP dissector, bug 8633 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8633)

This should allow the ugly IPIP/TAPA hack to be replaced with a proper heuristic, but I don't see any sample TAPA traces to feel confident in making the change myself.

svn path=/trunk/; revision=49930

10 years agoAdd parentheses around assignment used as truth value.
Jeff Morriss [Fri, 14 Jun 2013 13:20:41 +0000 (13:20 -0000)]
Add parentheses around assignment used as truth value.

svn path=/trunk/; revision=49929

10 years agoFrom Anders: add some commands, AVPs, and application IDs.
Jeff Morriss [Fri, 14 Jun 2013 13:08:45 +0000 (13:08 -0000)]
From Anders: add some commands, AVPs, and application IDs.

From me: fix up some white space/indentation.

svn path=/trunk/; revision=49928

10 years agoRemove check_col() from ASN.1 dissectors
Michael Mann [Fri, 14 Jun 2013 12:44:50 +0000 (12:44 -0000)]
Remove check_col() from ASN.1 dissectors

svn path=/trunk/; revision=49927

10 years agoAnd back it out again, just like the Makefile.am
Jörg Mayer [Fri, 14 Jun 2013 11:44:19 +0000 (11:44 -0000)]
And back it out again, just like the Makefile.am

svn path=/trunk/; revision=49926

10 years agoCopy over
Jörg Mayer [Fri, 14 Jun 2013 11:42:40 +0000 (11:42 -0000)]
Copy over
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49865
to cmake

svn path=/trunk/; revision=49925

10 years agotry_val_to_str() may return NULL
Martin Kaiser [Fri, 14 Jun 2013 04:01:21 +0000 (04:01 -0000)]
try_val_to_str() may return NULL
although this is nearly impossible here,
use val_to_str_const() anyway to be on the safe side

svn path=/trunk/; revision=49924

10 years agoRemove check_col() and the occasional tree.
Michael Mann [Fri, 14 Jun 2013 02:50:46 +0000 (02:50 -0000)]
Remove check_col() and the occasional tree.

svn path=/trunk/; revision=49923

10 years agoFrom Katrina Zhang via Anders (manually applied by me): dissect node features.
Jeff Morriss [Fri, 14 Jun 2013 02:44:15 +0000 (02:44 -0000)]
From Katrina Zhang via Anders (manually applied by me): dissect node features.

From me: remove some tabs and trailing white space.

svn path=/trunk/; revision=49922

10 years agoRemove check_col() and the occasional tree.
Michael Mann [Fri, 14 Jun 2013 01:56:28 +0000 (01:56 -0000)]
Remove check_col() and the occasional tree.

svn path=/trunk/; revision=49921

10 years agoRemove check_col() and the occasional tree.
Michael Mann [Fri, 14 Jun 2013 01:02:11 +0000 (01:02 -0000)]
Remove check_col() and the occasional tree.

svn path=/trunk/; revision=49920

10 years agoOn OS X set the toolbar icon size to match our current icons.
Gerald Combs [Thu, 13 Jun 2013 18:58:29 +0000 (18:58 -0000)]
On OS X set the toolbar icon size to match our current icons.

svn path=/trunk/; revision=49919

10 years agoFix typo error
Pascal Quantin [Thu, 13 Jun 2013 14:20:20 +0000 (14:20 -0000)]
Fix typo error

svn path=/trunk/; revision=49918

10 years agoAdd basic dissection of Prefix Exclude option
Pascal Quantin [Thu, 13 Jun 2013 14:18:10 +0000 (14:18 -0000)]
Add basic dissection of Prefix Exclude option

svn path=/trunk/; revision=49917

10 years agoFrom Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8794 :
Jeff Morriss [Thu, 13 Jun 2013 13:51:19 +0000 (13:51 -0000)]
From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8794 :

Display the value of unknown sense descriptor codes in the tree item.
Also fix the length of the subtree.

svn path=/trunk/; revision=49916

10 years agoFrom Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8791 :
Pascal Quantin [Thu, 13 Jun 2013 10:52:34 +0000 (10:52 -0000)]
From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8791 :
Improve dissection of GSM SIM payloads in USB CCID packets

svn path=/trunk/; revision=49915

10 years agoAdding support of BGP flow spec RFC 5575.
Michael Mann [Thu, 13 Jun 2013 02:35:23 +0000 (02:35 -0000)]
Adding support of BGP flow spec RFC 5575.

From Matt Texier, bug 8691 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8691)

svn path=/trunk/; revision=49914

10 years agoUpdated the rsync dissector to make it able to parse the newer variants of the protoc...
Michael Mann [Thu, 13 Jun 2013 01:06:31 +0000 (01:06 -0000)]
Updated the rsync dissector to make it able to parse the newer variants of the protocol, treat binary data consistently and clearly differentiate packets of the client and the server.

From Benoit Daloze, bug 8743 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8743)

svn path=/trunk/; revision=49913

10 years agoGive somewhat more precise names for character encodings ("Unicode"
Guy Harris [Wed, 12 Jun 2013 18:17:15 +0000 (18:17 -0000)]
Give somewhat more precise names for character encodings ("Unicode"
doesn't specify a single way to encode characters in an octet stream -
there's UTF-8 and UTF-16BE/LE, as well as UCS-2BE/LE for a subset of
Unicode, and "Latin" really means "ISO 8859-1" a/k/a "ISO Latin 1".

svn path=/trunk/; revision=49912

10 years agoFix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3289 :
Pascal Quantin [Wed, 12 Jun 2013 17:25:04 +0000 (17:25 -0000)]
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3289 :
dissector ansi_637 does not have unicode encoding in user data parameter

svn path=/trunk/; revision=49911

10 years agoFix dissection of 3GPP2 SMS messages when the User Data Header field is present ...
Pascal Quantin [Wed, 12 Jun 2013 16:59:59 +0000 (16:59 -0000)]
Fix dissection of 3GPP2 SMS messages when the User Data Header field is present (for fragmented SMS)

svn path=/trunk/; revision=49910

10 years agoColor td and th borders as well. Set an SVN ID.
Gerald Combs [Wed, 12 Jun 2013 16:43:25 +0000 (16:43 -0000)]
Color td and th borders as well. Set an SVN ID.

svn path=/trunk/; revision=49909

10 years agoFrom Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8793 :
Jeff Morriss [Wed, 12 Jun 2013 15:50:37 +0000 (15:50 -0000)]
From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8793 :

Fix crash if you cancel the Flow Graph window while the Graph Analysis window
is still open: close the Graph Analysis window when the user cancels the Flow
Graph window.

From me: do the same thing for the window-delete case.

svn path=/trunk/; revision=49908

10 years agoUpdate the table style. Minor text fixes.
Gerald Combs [Wed, 12 Jun 2013 15:37:04 +0000 (15:37 -0000)]
Update the table style. Minor text fixes.

svn path=/trunk/; revision=49907

10 years agono need for check_col()
Martin Kaiser [Wed, 12 Jun 2013 15:15:26 +0000 (15:15 -0000)]
no need for check_col()

svn path=/trunk/; revision=49906

10 years agoPretify dissection of date and Time.
Anders Broman [Wed, 12 Jun 2013 15:08:08 +0000 (15:08 -0000)]
Pretify dissection of date and Time.

svn path=/trunk/; revision=49905

10 years agosimplify the subdissector call
Martin Kaiser [Wed, 12 Jun 2013 14:56:37 +0000 (14:56 -0000)]
simplify the subdissector call

svn path=/trunk/; revision=49904

10 years agoTABs -> spaces
Martin Kaiser [Wed, 12 Jun 2013 14:55:37 +0000 (14:55 -0000)]
TABs -> spaces
add modelines

svn path=/trunk/; revision=49903

10 years agono expert infos under if(tree)
Martin Kaiser [Wed, 12 Jun 2013 14:54:13 +0000 (14:54 -0000)]
no expert infos under if(tree)
simplify the code a bit

svn path=/trunk/; revision=49902

10 years agoFrom Javier Godoy
Martin Kaiser [Wed, 12 Jun 2013 14:20:36 +0000 (14:20 -0000)]
From Javier Godoy
dissect SCSI OSD error identification sense data descriptor

from me
- TABs -> spaces
- fix compiler errors about unused return values
- don't use another subtree within the descriptor payload

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

svn path=/trunk/; revision=49901

10 years agofix compiler warning
Martin Kaiser [Wed, 12 Jun 2013 12:20:50 +0000 (12:20 -0000)]
fix compiler warning
(gcc version 4.4.5 (Debian 4.4.5-8))

cc1: warnings being treated as errors
packet-bthfp.c: In function ‘dissect_at_command’:
packet-bthfp.c:875: error: ‘col_str’ may be used uninitialized in this function

svn path=/trunk/; revision=49900

10 years agoFix wrong offset in H.235 tokens causing malformed packet exception
Tomas Kukosa [Wed, 12 Jun 2013 09:03:21 +0000 (09:03 -0000)]
Fix wrong offset in H.235 tokens causing malformed packet exception

svn path=/trunk/; revision=49899

10 years agono need for check_col()
Martin Kaiser [Wed, 12 Jun 2013 08:24:54 +0000 (08:24 -0000)]
no need for check_col()

svn path=/trunk/; revision=49898

10 years agoTABs -> spaces
Martin Kaiser [Wed, 12 Jun 2013 08:15:46 +0000 (08:15 -0000)]
TABs -> spaces
add modelines

svn path=/trunk/; revision=49897

10 years agoCID 280301: add a NULL check before dereferencing the pointer
Martin Kaiser [Wed, 12 Jun 2013 07:59:27 +0000 (07:59 -0000)]
CID 280301: add a NULL check before dereferencing the pointer

svn path=/trunk/; revision=49896

10 years agoFrom Javier Godoy:
Anders Broman [Wed, 12 Jun 2013 05:15:45 +0000 (05:15 -0000)]
From Javier Godoy:
dissect SCSI field pointer sense key specific information

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

svn path=/trunk/; revision=49895

10 years agoFix a crash when oid_info->value_typem is NULL
Anders Broman [Wed, 12 Jun 2013 04:21:40 +0000 (04:21 -0000)]
Fix a crash when oid_info->value_typem is NULL

svn path=/trunk/; revision=49894

10 years agoBatch of filterable expert infos with some minor cleanup I noticed while doing the...
Michael Mann [Wed, 12 Jun 2013 03:33:44 +0000 (03:33 -0000)]
Batch of filterable expert infos with some minor cleanup I noticed while doing the filter conversions.

svn path=/trunk/; revision=49893

10 years agoConvert the compiler table to a variablelist so that we don't end up
Gerald Combs [Wed, 12 Jun 2013 00:42:31 +0000 (00:42 -0000)]
Convert the compiler table to a variablelist so that we don't end up
cramming a bunch of text into a bunch of narrow columns.  Remove the
.NET framework 2.0 SDK and Visual Studio 2005. Sort items from newest to
oldest.

svn path=/trunk/; revision=49892

10 years agoTABs -> spaces
Martin Kaiser [Tue, 11 Jun 2013 21:33:48 +0000 (21:33 -0000)]
TABs -> spaces
add editor modelines

svn path=/trunk/; revision=49891

10 years agoFrom Javier Godoy
Martin Kaiser [Tue, 11 Jun 2013 21:22:58 +0000 (21:22 -0000)]
From Javier Godoy
dissect SCSI descriptor format sense data

from me
- replace TABs with spaces
- delete unused variable "flags"
- set format string for proto_tree_add_text()
- use val_to_str_const()

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

svn path=/trunk/; revision=49890

10 years agoAdd PDC and TETRA
Pascal Quantin [Tue, 11 Jun 2013 18:07:15 +0000 (18:07 -0000)]
Add PDC and TETRA

svn path=/trunk/; revision=49889

10 years agoFrom Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8788 :
Jeff Morriss [Tue, 11 Jun 2013 18:05:41 +0000 (18:05 -0000)]
From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8788 :

ETSI TS 102 221 V8.2.0 (2009-06)
(http://www.etsi.org/deliver/etsi_ts/102200_102299/102221/08.02.00_60/ts_102221v080200p.pdf)
says that file ID 0x7F31 is reserved for use by iDEN network operators (e.g.
Nextel in the USA).

The attached patch updates the GSM SIM dissector's table of recognised FIDs accordingly.

svn path=/trunk/; revision=49888

10 years agoShow DisplayString as a string.
Anders Broman [Tue, 11 Jun 2013 16:35:06 +0000 (16:35 -0000)]
Show DisplayString as a string.

svn path=/trunk/; revision=49887

10 years agoFrom Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8740
Evan Huus [Tue, 11 Jun 2013 14:05:48 +0000 (14:05 -0000)]
From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8740

Improve Bluetooth HFP dissection.

svn path=/trunk/; revision=49886

10 years agoRemove blurbs not adding any value.
Anders Broman [Tue, 11 Jun 2013 05:41:51 +0000 (05:41 -0000)]
Remove blurbs not adding any value.

svn path=/trunk/; revision=49885

10 years agoFrom Hauke Mehrtens:
Anders Broman [Tue, 11 Jun 2013 05:37:17 +0000 (05:37 -0000)]
From Hauke Mehrtens:
There were some problems which prevented wireshark from showing the
payload.

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

svn path=/trunk/; revision=49884

10 years agoFrom Hauke Mehrtens:
Anders Broman [Tue, 11 Jun 2013 05:34:33 +0000 (05:34 -0000)]
From Hauke Mehrtens:
In some places String and byte were mixed up which caused problems.

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

svn path=/trunk/; revision=49883

10 years agoFrom Hauke Mehrtens:
Anders Broman [Tue, 11 Jun 2013 05:31:10 +0000 (05:31 -0000)]
From Hauke Mehrtens:
There were some changes in how to specify the length or give a bigger
option delta. This is now implemented how it is specified in CoAP draft
17.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8780

svn path=/trunk/; revision=49882

10 years agoFrom Hauke Mehrtens:
Anders Broman [Tue, 11 Jun 2013 05:27:47 +0000 (05:27 -0000)]
From Hauke Mehrtens:
There is no option length attribute any more there is just the end of
options marker.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8780

svn path=/trunk/; revision=49881

10 years agoFrom Hauke Mehrtens:
Anders Broman [Tue, 11 Jun 2013 05:23:52 +0000 (05:23 -0000)]
From Hauke Mehrtens:
The field named Transaction ID is named Message ID in the RFC draft
version 17
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8780

svn path=/trunk/; revision=49880

10 years agoFrom Hauke Mehrtens:
Anders Broman [Tue, 11 Jun 2013 05:20:33 +0000 (05:20 -0000)]
From Hauke Mehrtens:
The token is not an option any more, but it is now in the main header.
This was done between CoAP draft 12 and 13 and still exists in CoAP
draft 17.

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

svn path=/trunk/; revision=49879

10 years agoFrom: Hauke Mehrtens
Anders Broman [Tue, 11 Jun 2013 05:11:42 +0000 (05:11 -0000)]
From: Hauke Mehrtens

DTLS 1.2 adds a supported_signature_algorithms attribute to the CertificateRequest which was not parsed in DTLS.

This code was copied from the ssl code.

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

svn path=/trunk/; revision=49878

10 years agoFrom Javier Godoy:
Anders Broman [Tue, 11 Jun 2013 05:06:36 +0000 (05:06 -0000)]
From Javier Godoy:
update SCSI version descriptors defined in SPC-4 revision 36g (scsi_verdesc_val).

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

svn path=/trunk/; revision=49877

10 years agoUpdate to the latest config.guess and config.sub.
Jeff Morriss [Tue, 11 Jun 2013 02:14:47 +0000 (02:14 -0000)]
Update to the latest config.guess and config.sub.

svn path=/trunk/; revision=49876

10 years agoUpdate OS X instructions and add Qt Mac Extras.
Gerald Combs [Mon, 10 Jun 2013 22:32:01 +0000 (22:32 -0000)]
Update OS X instructions and add Qt Mac Extras.

svn path=/trunk/; revision=49874

10 years agoCheck for QtMacExtras, and if we have it use it to switch to a native
Gerald Combs [Mon, 10 Jun 2013 21:21:51 +0000 (21:21 -0000)]
Check for QtMacExtras, and if we have it use it to switch to a native
title + toolbar on OS X.

svn path=/trunk/; revision=49873