Commit graph

30721 commits

Author SHA1 Message Date
Anders Broman
95e212e6c7 From Owen Kirby:
Packet decryption for IEEE 802.15.4.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4457

svn path=/trunk/; revision=31820
2010-02-07 19:39:31 +00:00
Gerald Combs
2a9a424cf5 [Automatic manuf and enterprise-numbers update for 2010-02-07]
svn path=/trunk/; revision=31817
2010-02-07 16:03:28 +00:00
Stig Bjørlykke
85504613fd Fixed warning: format not a string literal and no format arguments.
svn path=/trunk/; revision=31816
2010-02-07 15:38:42 +00:00
Stig Bjørlykke
e25f09d0e8 Added packet-applemidi.c.
svn path=/trunk/; revision=31815
2010-02-07 15:37:03 +00:00
Anders Broman
5ffc91810b From Tobias Erichsen:
AppleMIDI - dissector for lightweight session protocol used in Apple network MIDI.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4455

svn path=/trunk/; revision=31814
2010-02-07 14:30:11 +00:00
Anders Broman
0d999e6e74 From Stephen Donnelly:
AAL2 preference.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4465

svn path=/trunk/; revision=31813
2010-02-07 13:37:51 +00:00
Stig Bjørlykke
f57d6e2095 From Alex Lindberg via bug 4463:
Added se_tree_lookup32_array_le to emem.[ch].  This function is similar to
se_tree_lookup32_le already defined.

Updated README.binarytrees to reflect this added function and corrected minor
spelling issues.

svn path=/trunk/; revision=31812
2010-02-07 11:01:13 +00:00
Stig Bjørlykke
0132384530 Forgot that etype_vals is DATA.
svn path=/trunk/; revision=31811
2010-02-07 10:41:06 +00:00
Stig Bjørlykke
d96a1078a2 Export etype_vals from libwireshark.
Moved some elements alphabetical.

This fixes request in bug 4468.

svn path=/trunk/; revision=31810
2010-02-07 10:29:41 +00:00
Stig Bjørlykke
539b558f8c Renamed some reassembled data texts.
Removed some check_col().

svn path=/trunk/; revision=31809
2010-02-06 18:20:21 +00:00
Jörg Mayer
77d63e1d27 Whitespace change
svn path=/trunk/; revision=31808
2010-02-06 10:17:52 +00:00
Jaap Keuter
c084355412 From Chris Maynard:
Take into account PIM protocol specifics with regards to TTL when colorizing packets.

svn path=/trunk/; revision=31807
2010-02-05 22:39:14 +00:00
Jaap Keuter
ac07c187ee Harden "Process Information" presentation functions.
svn path=/trunk/; revision=31806
2010-02-05 22:08:29 +00:00
Jaap Keuter
a264038022 From Alex Burlyga:
Currently parsing of the Exchange_Id is technically correct but hard to read.
This patch updates display inline with data structures specified in RFC 5661.

svn path=/trunk/; revision=31805
2010-02-05 22:02:55 +00:00
Jaap Keuter
3d987f81c5 From Mike Sager:
Dynamically register callback dissector based on the NFSv4.0 SETCLIENTID args
(the equivalent of what had already been done for NFSv4.1 CREATE_SESSION).

Fix CB_LAYOUTRECALL dissecting: the recall type wasn't getting parsed, so some
of the layout recall info wasn't being displayed.

Parse CB_SEQUENCE's referring call lists.

svn path=/trunk/; revision=31804
2010-02-05 21:37:21 +00:00
Gerald Combs
5bf311e5e5 Exit normally when we trap a signal so that things like Buildbot don't
generate unnecessary errors when we cancel a fuzz test.

svn path=/trunk/; revision=31803
2010-02-05 21:35:59 +00:00
Gerasimos Dimitriadis
214148c7c6 Fix the MNC decoding when Global Title is built
according to E.212

svn path=/trunk/; revision=31802
2010-02-05 20:54:13 +00:00
Jaap Keuter
440eb5bb1c Add missing graphics file.
svn path=/trunk/; revision=31800
2010-02-05 17:24:28 +00:00
Anders Broman
222b6fac82 Try to pacify the buildbot.
svn path=/trunk/; revision=31799
2010-02-05 06:46:32 +00:00
Anders Broman
f93f8f0388 From Joshua Zhao:
Add vendor extension support for 802.11 radiotap header.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4283
Slightly modified.

svn path=/trunk/; revision=31798
2010-02-05 05:54:56 +00:00
Bill Meier
e4ea81ea2c From Chris Maynard: "Wrong download link to vcredist_x86.exe"
(from me): Change a few additional cases of "2008EE" to "2008EE SP1"
  and indicate that 2008EE SP1 is recommended (rather than 2005EE).

svn path=/trunk/; revision=31797
2010-02-05 03:37:46 +00:00
Guy Harris
85dd2ca96b I think you meant "pinfo->pseudo_header->atm.flags & ATM_AAL2_NOPHDR"
(test whether ATM_AAL2_NOPHDR is set in atm.flags), not
"pinfo->pseudo_header->atm.flags | ATM_AAL2_NOPHDR" (which is always
true if ATM_AAL2_NOPHDR is nonzero, which it is).

svn path=/trunk/; revision=31796
2010-02-05 01:06:27 +00:00
Ronnie Sahlberg
890bec2425 From: Stefan Metzmacher <metze@samba.org>
Subject: [PATCH 4/7] packet-winsrepl.c: handle the strange alignment after 
names

metze


svn path=/trunk/; revision=31795
2010-02-04 23:17:17 +00:00
Ronnie Sahlberg
ad66a89c3a From: Stefan Metzmacher <metze@samba.org>
Date: Thu, 27 Aug 2009 10:51:34 +0200
Subject: [PATCH 3/7] packet-spnego: fix decryption of DCERPC packets in 
decrypt_gssapi_krb_cfx_wrap()

There the checksum and the encrypted data are no 2 different buffers
and we need to combine them before we try to rotate and decrypt them.

metze


svn path=/trunk/; revision=31794
2010-02-04 23:16:08 +00:00
Ronnie Sahlberg
7fcf9485e0 From Metze
Subject: [PATCH 2/7] packet-smb2.c: fix handling of compounded 
SMB2 PDUs


svn path=/trunk/; revision=31793
2010-02-04 23:14:21 +00:00
Ronnie Sahlberg
a06266a983 From: Stefan Metzmacher <metze@samba.org>
fix crash bug in dcerpc nt


svn path=/trunk/; revision=31792
2010-02-04 23:13:05 +00:00
Ronnie Sahlberg
52d90d5cb1 Initialize a variable to squash a compiler warning.
GCC mistakes opcode that it might be uninitialized.
This is not true, but GCC can not detect that it will never be
used unititialized.


svn path=/trunk/; revision=31791
2010-02-04 22:17:40 +00:00
Gerasimos Dimitriadis
2aeb3bf5ee From Holger Pfrommer:
Updated text in packet-hilscher.c
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4462

svn path=/trunk/; revision=31790
2010-02-04 21:14:53 +00:00
Martin Mathieson
b7a09f7ac8 Add commo-channel stats.
svn path=/trunk/; revision=31789
2010-02-04 17:15:15 +00:00
Martin Mathieson
35a4c0b3d6 Add UEId to MAC tap struct and stats window.
svn path=/trunk/; revision=31788
2010-02-04 16:30:43 +00:00
Bill Meier
a9a997f73b Fix a typo....
svn path=/trunk/; revision=31787
2010-02-04 15:03:30 +00:00
Bill Meier
16b04d41e0 Fix a crash which occurs if a progress bar is displayed while generating a hex bytes pane.
svn path=/trunk/; revision=31786
2010-02-04 14:41:22 +00:00
Tomas Kukosa
0925d015d9 One warning fixed
svn path=/trunk/; revision=31785
2010-02-04 08:00:51 +00:00
Tomas Kukosa
0d48e8fb1f Remove forgotten useless lines
svn path=/trunk/; revision=31784
2010-02-04 07:23:11 +00:00
Tomas Kukosa
895c25125d Support QSIG using global opcode 1.3.12.9.op instead of local one (some old QSIG implementations)
svn path=/trunk/; revision=31783
2010-02-04 07:18:50 +00:00
Anders Broman
8c07e34123 Reversion of SVN 30488 as suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4450.
"g_strlcpy() assumes that src *IS* ASCII NUL terminated.  If the src buffer is
not NUL terminated, g_strlcpy() *WILL* read past the end of the buffer."

svn path=/trunk/; revision=31782
2010-02-04 06:42:04 +00:00
Gerald Combs
c959c3ffa3 Adjust the heading elements.
svn path=/trunk/; revision=31781
2010-02-04 00:19:00 +00:00
Gerald Combs
fe6dc2f7c3 Fix for bug 4444.
svn path=/trunk/; revision=31780
2010-02-03 23:10:45 +00:00
Jeff Morriss
a358ec76a8 Change author attribution as per https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3732#c13 .
Add an AUTHORS entry while we're at it.

svn path=/trunk/; revision=31779
2010-02-03 18:57:32 +00:00
Anders Broman
2a0e96b2a0 Try to get rid of unused code warnings.
svn path=/trunk/; revision=31778
2010-02-03 16:59:21 +00:00
Anders Broman
984524db42 Fix from Tomas Kukosa to resolve problem with large negative intiger constraints
"packet-rrlp-fn.c:2391: warning: integer constant is too large for 'long' type."

svn path=/trunk/; revision=31777
2010-02-03 16:58:52 +00:00
Stig Bjørlykke
47e732e29e Changed "reassembled_length" -> "reassembled.length".
svn path=/trunk/; revision=31776
2010-02-03 08:47:15 +00:00
Guy Harris
b535a07ea0 Added protocol name to "Reassembled length" text.
svn path=/trunk/; revision=31775
2010-02-02 23:31:13 +00:00
Stig Bjørlykke
98df26f3a9 Added protocol name to "Reassembled length" text.
svn path=/trunk/; revision=31774
2010-02-02 22:32:31 +00:00
Anders Broman
daaf48182f Try to get rid of unused code warnings.
svn path=/trunk/; revision=31773
2010-02-02 21:12:55 +00:00
Anders Broman
66aa6ba9cf Try to get rid of unused code warnings.
svn path=/trunk/; revision=31772
2010-02-02 19:56:12 +00:00
Anders Broman
4b45c6a632 Fix a typo and get rid of some unused code warnings.
svn path=/trunk/; revision=31771
2010-02-02 19:45:53 +00:00
Anders Broman
3e5a5d0ae2 Try to get rid of unused code warnings.
svn path=/trunk/; revision=31770
2010-02-02 19:28:34 +00:00
Guy Harris
05906068a5 Add a field for the reassembled length.
svn path=/trunk/; revision=31769
2010-02-02 17:48:41 +00:00
Guy Harris
a1102bf55c Clean up white space.
svn path=/trunk/; revision=31768
2010-02-02 17:45:59 +00:00