Commit graph

26138 commits

Author SHA1 Message Date
Ulf Lamping
6e0a9d6df0 add block dissections:
- PDIRBeginEndData
- PDIRData V1.1

svn path=/trunk/; revision=26916
2008-12-04 20:52:11 +00:00
Bill Meier
66f5c47447 Trivial changes related to proto_reg_handoff
svn path=/trunk/; revision=26914
2008-12-04 20:10:16 +00:00
Bill Meier
f0dbc63956 A few trivial changes related to proto_reg_handoff;
Also: Fix Emacs "file variable" to have a "safe" value:
 That is: indent-tabs-mode: tabs --> indent-tabs-mode: t

svn path=/trunk/; revision=26912
2008-12-04 17:10:51 +00:00
Bill Meier
734095db7a Use dissector_add_handle rather than registering to UDP port 0
svn path=/trunk/; revision=26911
2008-12-04 16:08:03 +00:00
Jörg Mayer
b719d7ac35 Unistim still eats the TAPA packets :-(
svn path=/trunk/; revision=26910
2008-12-04 09:31:44 +00:00
Jaap Keuter
de11028c76 From Markus Renz:
Bugfix for ptp dissector.

svn path=/trunk/; revision=26909
2008-12-03 22:56:46 +00:00
Jaap Keuter
e7ca77a5cc Fix for bug 3085:
Correct interpretation of QoS T-bit.

svn path=/trunk/; revision=26908
2008-12-03 07:08:33 +00:00
Anders Broman
e6647dff81 Fix a typo
svn path=/trunk/; revision=26907
2008-12-03 06:48:32 +00:00
Anders Broman
c6b2623026 Some bugfixes.
svn path=/trunk/; revision=26906
2008-12-03 06:47:06 +00:00
Anders Broman
3d0e9d7e34 From Michael Lum:
- new service options
- one comment was incorrect
- Expanded a profile in one of the messages

svn path=/trunk/; revision=26905
2008-12-03 06:46:23 +00:00
Jaap Keuter
f5b04f0124 From Don Newton:
Set default port of Unistim back to 5000; The Unistim dissector is made a heuristic dissector.

svn path=/trunk/; revision=26904
2008-12-02 23:02:32 +00:00
Tomas Kukosa
fd2e95371f H.323 over SCTP support
svn path=/trunk/; revision=26903
2008-12-02 13:09:21 +00:00
Stig Bjørlykke
64f26048de From Jim Young (bug 3092):
The attached patch changes the label for the sflow.fs.seqno from "Sequence
number:" to "Sample sequence number:".   This change helps differentiate this
particular item from the sflow.sequence_number which also uses the label of
"Sequence number:".

svn path=/trunk/; revision=26902
2008-12-02 09:48:51 +00:00
Guy Harris
198e48fe85 Don't set the tvbuff actual length based on the IP total length until
after we've checked whether the total length is less than the header
length, so that we don't believe an obviously bogus total length.  (This
doesn't catch all cases of bogus total lengths, but it catches, for
example, a total length of 0.)

svn path=/trunk/; revision=26901
2008-12-02 09:42:57 +00:00
Jörg Mayer
49026d3ec0 - Make sure we hanlde arrays with length 0 correctly.
- Trivial warning (shadowed variable) fix.

svn path=/trunk/; revision=26900
2008-12-02 08:13:20 +00:00
Jörg Mayer
4149a23cc5 Trivial warning fixes
svn path=/trunk/; revision=26899
2008-12-02 08:11:23 +00:00
Jaap Keuter
7c65de9865 From Don Newton:
Flesh out call duration timer message.

svn path=/trunk/; revision=26898
2008-12-02 07:09:01 +00:00
Anders Broman
b1d9a9cbae Expand comments and some more IE dissection.
svn path=/trunk/; revision=26897
2008-12-01 22:31:17 +00:00
Anders Broman
8957c53871 Add codec list dissection.
svn path=/trunk/; revision=26896
2008-12-01 22:30:13 +00:00
Stig Bjørlykke
0d51f029bf Initialize sample_enterprise.
svn path=/trunk/; revision=26895
2008-12-01 20:26:11 +00:00
Jörg Mayer
8eafdc0663 - Add some detail infos to the parent trees
- Improve decoding of the enterprise/type field
- Remove some unused code


svn path=/trunk/; revision=26894
2008-12-01 20:04:07 +00:00
Balint Reczey
99d277ae84 Fix "command not found" error in configure.
svn path=/trunk/; revision=26893
2008-12-01 18:34:14 +00:00
Stig Bjørlykke
861a0ac58c Attempt to fix build errors.
svn path=/trunk/; revision=26892
2008-12-01 11:03:28 +00:00
Jörg Mayer
50de995bbc The good:
- Implement the beginnings of sflow5 support.
- Get rid if the inconsistencies regarding return values: Always return
  the offset.
- Make more elements filterable
- Make the naming of elements more consistent (not finished)
- To see what's missing have a look at the TODO section at the beginning
  of the file and search for XXX in the code.

The not so good:
- Only tested with a single sample trace. No extended/expanded data in
  that trace.
- This patch hopefully doesn't break sflow4 support, but I didn't have
  any traces to test with, so please test.
- The names of many filters have changed to make things more consistent.

svn path=/trunk/; revision=26891
2008-12-01 10:03:33 +00:00
Jörg Mayer
11fb0e8118 Fix a tpyo
svn path=/trunk/; revision=26890
2008-12-01 09:50:34 +00:00
Jörg Mayer
2ec0f32654 Display the settings for not-compiled-in features:
It's not a good idea to refer people in the snmp section to
the name resultion section for mibs configuration and then
not provide any clue that they are there correctly if mib
support wasn't compiled in.


svn path=/trunk/; revision=26889
2008-12-01 09:47:41 +00:00
Stig Bjørlykke
e3660ee423 Restructured the flow graph dialog to make it easier to read.
svn path=/trunk/; revision=26888
2008-12-01 08:50:37 +00:00
Stephen Fisher
3e60203474 Fix a few more problems found by checkAPIs.pl
svn path=/trunk/; revision=26887
2008-12-01 07:31:07 +00:00
Stephen Fisher
5f707964bd Remove call to deprecated perror() and a check to see if g_malloc() failed
since g_malloc will terminate the program if it cannot allocate memory instead
of returning NULL.


svn path=/trunk/; revision=26886
2008-12-01 07:16:32 +00:00
Gerald Combs
a3546bb2c3 [Automatic manuf update for 2008-11-30]
svn path=/trunk/; revision=26884
2008-11-30 16:03:23 +00:00
Stig Bjørlykke
d745dfdad8 Added dumping of generic PT_UNICODE and PT_CLSID.
svn path=/trunk/; revision=26883
2008-11-30 13:25:14 +00:00
Stephen Fisher
5378ecb53e Fix copy & paste typo
svn path=/trunk/; revision=26882
2008-11-30 10:27:53 +00:00
Anders Broman
f93de5bc01 Fix a typo.
svn path=/trunk/; revision=26881
2008-11-29 22:41:54 +00:00
Anders Broman
bb9e32560c Update the IE value string.
svn path=/trunk/; revision=26880
2008-11-29 22:25:22 +00:00
Anders Broman
119738a0db Handle unknown PD better.
svn path=/trunk/; revision=26879
2008-11-29 21:23:13 +00:00
Anders Broman
d5e1b41e42 The tvb can be of size 0.
svn path=/trunk/; revision=26878
2008-11-29 21:21:54 +00:00
Anders Broman
49ce0c4edf Bug fixes:
- Put QualificationDirectiveRes in the tree.
- Use correct tag value for messageWaitingNotificationType (145)
- analogRedirectRecord is OPTIONAL.

svn path=/trunk/; revision=26877
2008-11-29 21:21:16 +00:00
Stig Bjørlykke
680daffcaa Removed an unused argument to prefs_tree_page_add().
svn path=/trunk/; revision=26875
2008-11-29 12:43:16 +00:00
Stig Bjørlykke
eb204d1ecf Added a filter entry when dissector for OID not implemented.
svn path=/trunk/; revision=26874
2008-11-29 11:17:34 +00:00
Jaap Keuter
2621a14a34 Plug memory leak.
svn path=/trunk/; revision=26873
2008-11-28 22:54:08 +00:00
Stig Bjørlykke
8e568cd895 Save preferences when selected from menu, unless having enabled the save button.
Added a preferences icon to the menu.

svn path=/trunk/; revision=26872
2008-11-28 21:22:25 +00:00
Uwe Girlich
1977b53d0c - Added support for little endian SVR4 NFS file handles (Solaris x86).
- Added support for the optional "flag" field in the SVR4 NFS file handle
  (checked with OpenSolaris, NFSv3 and NFSv4).

When the server file system is UFS, the SVR4 decoding works fine. ZFS still
needs some work.

I'm one of the "5 people or less in the world" (see checkin comment r18530),
who care about the inner structure of NFS file handles. I may even re-enable
the heuristics to determine the file handle type automatically, but the old
NETAPP heuristics was definitely much too weak.

svn path=/trunk/; revision=26871
2008-11-28 09:25:54 +00:00
Sake Blok
5a0c4c2f6b Add newline at end of file to make compiler happy...
svn path=/trunk/; revision=26870
2008-11-27 22:14:33 +00:00
Anders Broman
ec3b36c304 Add the base for a LTE NAS PDU dissector.
svn path=/trunk/; revision=26869
2008-11-27 21:45:42 +00:00
Guy Harris
237ac18903 Don't make the pseudo-header fields look as if they're part of the USB
data; at best, that can be a bit confusing, and, at worst, if the field
isn't long enough, or the offset is wrong, it can cause an exception to
be thrown and the dissection to fail.

svn path=/trunk/; revision=26868
2008-11-27 20:11:59 +00:00
Anders Broman
8aa42cd917 The updated Profile wasn't expanded in all places.
svn path=/trunk/; revision=26867
2008-11-27 19:38:41 +00:00
Anders Broman
bcae5cce72 Check if the handle exist.
svn path=/trunk/; revision=26866
2008-11-27 19:37:24 +00:00
Stig Bjørlykke
130a59e567 Improved the msg_type and msg_value heur checks.
svn path=/trunk/; revision=26865
2008-11-27 16:41:44 +00:00
Stig Bjørlykke
078e09692a Added support for open TNEF files directly.
No we can decode those winmail.dat files.

svn path=/trunk/; revision=26864
2008-11-27 16:40:45 +00:00
Stig Bjørlykke
e16ff09bc0 Do not register protocol preferences if not adding anyone.
Do we need this code for the future?

svn path=/trunk/; revision=26863
2008-11-27 16:38:22 +00:00