Commit Graph

30053 Commits

Author SHA1 Message Date
Stig Bjørlykke ebd71d6f84 Added more Peer ID Conventions.
svn path=/trunk/; revision=30980
2009-11-16 22:53:11 +00:00
Ronnie Sahlberg 6c05ca1051 dont print the window size for the initial SYN packet
svn path=/trunk/; revision=30979
2009-11-16 21:26:55 +00:00
Gerasimos Dimitriadis e92c2e17da GPRS Attach Result IE updated according to 24.008 v8.6.0
svn path=/trunk/; revision=30977
2009-11-16 18:22:43 +00:00
Martin Mathieson a6bc911e49 Show data-less PDUs are Error rather than warning.
Only call PDCP for complete signalling PDUs.

svn path=/trunk/; revision=30976
2009-11-16 18:18:07 +00:00
Gerald Combs f075c30958 Don't let the session blob length go stomping all over the stack with
muddy boots. Fixes bug 4239.

svn path=/trunk/; revision=30975
2009-11-16 17:08:12 +00:00
Gerasimos Dimitriadis 79cf9b5f45 Erroneously ommitted from the patch of Bug 4219:
bit_offset used instead of curr_bit_offset


svn path=/trunk/; revision=30974
2009-11-16 16:20:49 +00:00
Anders Broman 1cf14efba1 Update 3GPP/ETSI AVP:s
svn path=/trunk/; revision=30973
2009-11-16 16:19:42 +00:00
Martin Mathieson 1a46552674 Allow LTE RRC dissector to call PDCP/RRC dissectors as appropriate for signalling PDUs.
svn path=/trunk/; revision=30971
2009-11-16 15:35:56 +00:00
Jaap Keuter da9746a17b Remove debug code.
svn path=/trunk/; revision=30970
2009-11-16 06:53:05 +00:00
Anders Broman 8e07cb1a33 Update SIP headers.
svn path=/trunk/; revision=30969
2009-11-16 06:48:17 +00:00
Anders Broman ba933b055a GTK_STOCK_SELECT_ALL is gtk 2.10.
Fix indentation.

svn path=/trunk/; revision=30968
2009-11-16 05:23:12 +00:00
Anders Broman b16fab6435 From Alejandro Vaquero:
Add RTP player to "RTP Stream Analysis" and makeover of VoIP flow
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4240

svn path=/trunk/; revision=30967
2009-11-15 20:13:08 +00:00
Gerald Combs 3dbe3bddcc [Automatic manuf and enterprise-numbers update for 2009-11-15]
svn path=/trunk/; revision=30964
2009-11-15 16:03:25 +00:00
Gerasimos Dimitriadis 18d299b758 - Replaced get_start_octet() with a right shift
- Deleted function bssgp_tvb_get_bits8(), uses tvbuff counterpart now
- guint32 vars should be enough for bit offsets

svn path=/trunk/; revision=30963
2009-11-14 21:15:38 +00:00
Gerasimos Dimitriadis 9b36fc784e From yy:
About GSM system information type 2quater
Modified to use newly defined tvb_get_bits() in tvbuff.c
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4219


svn path=/trunk/; revision=30962
2009-11-14 20:13:43 +00:00
Kovarththanan Rajaratnam 81fe22f0d1 Remove unused static variable
svn path=/trunk/; revision=30961
2009-11-14 07:28:46 +00:00
Stig Bjørlykke 6946604051 Use the USB icon for usbmon devices on Linux.
svn path=/trunk/; revision=30960
2009-11-14 00:43:22 +00:00
Gerald Combs 9bee1e4c6c Minor adjustments.
svn path=/trunk/; revision=30959
2009-11-13 23:26:24 +00:00
Jaap Keuter 2f2bfdddd9 From Ivan Sy:
Patch for IPv6 dissector to support the ff:
- RFC 2460 sec 3, particularly Traffic Class field's 6-bit DSCP and 2-bit ECN 
- RFC 2474 sec 3, copied implementation of ip.c to determine DSCP codepoints
- RFC 3168 sec 5, for ECN's ECT and CE bits
- changed the comment

svn path=/trunk/; revision=30957
2009-11-13 22:19:31 +00:00
Jaap Keuter 25470e5663 From Jim Young:
The ability to continue processing additional files if and when 
wtap_open_offline() should fail.  A new -C option reverts to capinfos' 
original behavior which is to cancel any further file processing at 
first file open failure.

Change the behavior of how the default display of all infos is initiated.
This gets rid of a special post getopt() argument count test.

Add new table output format (with related options). This feature allows 
outputting the various infos into a tab delimited text file, or to a comma 
separated variables file (*.csv) instead of the original "long" format.

svn path=/trunk/; revision=30956
2009-11-13 21:43:57 +00:00
Jaap Keuter eeb2d89d92 From Herbert Lischka:
- packet-bacapp.h eliminated and included in packet-bacapp.c
- dissection of recipient-list and client-cov-increment added

svn path=/trunk/; revision=30955
2009-11-13 20:24:36 +00:00
Jaap Keuter 943bd2c32d Fix for bug 4120:
Calculate amount of silence samples in samples/ms i.s.o. samples/s

svn path=/trunk/; revision=30953
2009-11-13 19:51:51 +00:00
Gerald Combs a3fb8e9a74 On OS X, prepend /usr/share/snmp/mibs to the SMI path. Partial fix for
bug 3163.

svn path=/trunk/; revision=30951
2009-11-13 17:55:55 +00:00
Stig Bjørlykke 8b42b795e8 Use correct opcode table for error values and regular values.
Removed check_col().

svn path=/trunk/; revision=30950
2009-11-13 12:33:33 +00:00
Anders Broman 2456002543 Update ETSI AVP:s
svn path=/trunk/; revision=30948
2009-11-13 08:33:59 +00:00
Jaap Keuter 0e4e74ef3d From Michael Dishman:
Fixed parser for DIS DataRequest PDU.
Added parser for DIS StartResume, StopFreeze, Acknowledge, ActionRequest,
ActionResponse, Comment, CreateEntity, DeleteEntity PDUs.
Added parser for "reliable" versions of the above DIS PDUs.
Added parser for DIS Application Control PDU.
Added parsers for DIS Persistent Object Family PDUs.

svn path=/trunk/; revision=30947
2009-11-13 06:53:15 +00:00
Bill Meier ec097d9981 (Trivial): check_col() guard not needed for col_set_str; #include <stdio.h> not req'd.
svn path=/trunk/; revision=30946
2009-11-13 00:02:48 +00:00
Gerald Combs 23df4e7f01 Update the AirPcap code for Win64 and enable AirPcap for the 64-bit build.
svn path=/trunk/; revision=30945
2009-11-12 23:48:11 +00:00
Jörg Mayer 4ec4b16285 - Add the new dissector files
- Small preparations for adding back platform specific files
- Small preparations for building the guides

svn path=/trunk/; revision=30944
2009-11-12 23:09:44 +00:00
Jaap Keuter aca15d236e From Thomas Dreibholz:
NetPerfMeter is an Open Source TCP/UDP/SCTP/DCCP network performance metering
application for Linux, FreeBSD and MacOS X. It can be downloaded here:
http://www.exp-math.uni-essen.de/~dreibh/netperfmeter/ . The protocol used by
this application for the transport of control and data is called NetPerfMeter
protocol. The attached patch is a dissector to decode its packets.

svn path=/trunk/; revision=30943
2009-11-12 22:35:27 +00:00
Jaap Keuter bd92a72428 From Henning Rogge:
This patch adds support for PacketBB (RFC 5444) to Wireshark. 
PacketBB is a generic message format for mesh networks. 
Both OLSR version 2 and DYMO will use packetbb.

svn path=/trunk/; revision=30942
2009-11-12 18:18:15 +00:00
Gerald Combs 9495754ee8 Add a USB network icon.
svn path=/trunk/; revision=30941
2009-11-12 18:10:34 +00:00
Tomas Kukosa f11b9097f6 Export more BER functions
svn path=/trunk/; revision=30940
2009-11-12 14:44:40 +00:00
Anders Broman d87892e0a0 3GPP AVP updates.
svn path=/trunk/; revision=30939
2009-11-12 09:24:46 +00:00
Gerald Combs f218c18d00 Make the MCC length check a little more picky.
svn path=/trunk/; revision=30937
2009-11-12 02:03:10 +00:00
Gerald Combs bc41dc6837 Check for an invalid MCC length. Fixes bug 4212.
svn path=/trunk/; revision=30936
2009-11-12 01:55:06 +00:00
Jörg Mayer 564500f873 - Generate manpages and html version of manpages
- Detect pod2man/pod2html to do that
- Install manpages and html version thereof


svn path=/trunk/; revision=30934
2009-11-11 16:20:37 +00:00
Jörg Mayer 632b0aef98 Minor whitespace fixes
svn path=/trunk/; revision=30933
2009-11-11 13:10:25 +00:00
Tomas Kukosa 0d0fd3faa1 Fix missing comment
svn path=/trunk/; revision=30932
2009-11-11 11:10:47 +00:00
Tomas Kukosa 6587112659 Ply 3.3
svn path=/trunk/; revision=30931
2009-11-11 11:08:27 +00:00
Tomas Kukosa 7f38b7b889 Update to the GnuTLS 2.8.5
svn path=/trunk/; revision=30930
2009-11-11 09:58:29 +00:00
Gerald Combs 7b7d48d2a7 Check for vmnet interfaces everywhere, not just Windows and OS X. Make
the "vmnet" check case-insensitive. Look for "vmxnet" as well. Clarify
vmnet (host) vs vmxnet (guest).

svn path=/trunk/; revision=30929
2009-11-11 00:43:23 +00:00
Gerald Combs fdbdedf2b4 Update the stock tip, note, and warning icons from GTK+ 2.18.3. Add an
item to the known bugs list in the release notes.

svn path=/trunk/; revision=30928
2009-11-11 00:09:03 +00:00
Jaap Keuter 324b7484d9 Implement RFC 3514.
svn path=/trunk/; revision=30926
2009-11-10 21:46:14 +00:00
Anders Broman cafad87fd9 From Stig:
Invalidate cfile.current_row instead(revert 30910).

svn path=/trunk/; revision=30925
2009-11-10 20:16:14 +00:00
Jaap Keuter d22d3bf804 From Hariharan Ananthakrishnan:
Support ISIS local /remote identifier display for extended IS adjacency
(RFC 5307 section 1.1.)

svn path=/trunk/; revision=30924
2009-11-10 20:13:10 +00:00
Jaap Keuter be342f9e26 From Bernard Imbert:
If the "Level Of Interest" referenced in the smb.trans2.FIND_FIRST/FIND_NEXT
requests is 262, wireshark is unable to decode properly (neither the request
nor the response).

svn path=/trunk/; revision=30923
2009-11-10 19:24:50 +00:00
Gerald Combs 3d40778d1b Move the contents of image/expert_*.h to gtk/expert_indicators.h. Add
pixbuf versions of the wired, wireless, and bluetooth interface icons to
gtk/network_icons.h. In the interface list use the new icons in all
their alpha-channel-infested glory. Add Makefile targets for rebuilding
the pixbuf files.

svn path=/trunk/; revision=30922
2009-11-10 18:02:05 +00:00
Tomas Kukosa 0809a44555 add win-setup.sh and win64-setup.sh to source distribution
svn path=/trunk/; revision=30921
2009-11-10 14:22:23 +00:00
Stig Bjørlykke a055fd2cf1 Removed some unused assignments.
svn path=/trunk/; revision=30920
2009-11-10 13:28:54 +00:00