Commit graph

9649 commits

Author SHA1 Message Date
Bill Meier
843fe49546 Get rid of the old SOUP and ITCH dissectors; (svn mv didn't work ??)
svn path=/trunk/; revision=27006
2008-12-15 20:08:03 +00:00
Bill Meier
dc0ee92a39 Rename SOUP & ITCH dissectors to NASDAQ-SOUP & NASDAQ-ITCH
svn path=/trunk/; revision=27005
2008-12-15 20:00:59 +00:00
Bill Meier
a668ca6bc5 Fix trivial spelling error
svn path=/trunk/; revision=27004
2008-12-15 17:05:41 +00:00
Balint Reczey
f64f7b1e8d Separate reassembly request methods in Lua API implementation.
Now both new-style and pinfo based method work without interference.

svn path=/trunk/; revision=27002
2008-12-15 15:46:53 +00:00
Stig Bjørlykke
afa52d759e Removed duplicate "Aruba" in the adp protocol name.
svn path=/trunk/; revision=27000
2008-12-15 12:40:28 +00:00
Bill Meier
e3a601cf20 Fix compile error; Revise reg_handoff code slightly
svn path=/trunk/; revision=26992
2008-12-13 22:56:00 +00:00
Anders Broman
a9551616cb From Vincent Helfre:
Get rid of sndcp_xid_tree and fix the while loop.

svn path=/trunk/; revision=26991
2008-12-13 22:06:35 +00:00
Anders Broman
3947676a84 From Vincent Helfre:
Fix sndcp_xid_offset.

svn path=/trunk/; revision=26990
2008-12-13 22:00:22 +00:00
Anders Broman
e2e9dc4197 From Vincent Helfre:
Make the dissector callable by name.

svn path=/trunk/; revision=26989
2008-12-13 21:59:33 +00:00
Anders Broman
f050d5a949 Add a cople of IE's
svn path=/trunk/; revision=26975
2008-12-12 20:36:57 +00:00
Bill Meier
f94a04b60c packet-soup: use dissector_add_handle to enable "decode as" for SOUP;
Both: update documentation links slightly


svn path=/trunk/; revision=26972
2008-12-12 17:28:19 +00:00
Jaap Keuter
40ab5fa84e From Gregor Jasny:
Merge onlinebuddy and userclass stuff from official Oscar protocol documentation.

svn path=/trunk/; revision=26971
2008-12-11 23:00:01 +00:00
Jaap Keuter
3de9f29673 From Didier Gautheron:
Small tcp ASCII lines based dissectors for NASDAQ and Chi-X (and maybe others)
real-time market data feed.

svn path=/trunk/; revision=26970
2008-12-11 22:31:23 +00:00
Anders Broman
a0e2569109 Dissect DecoderConfiguration in h245.
svn path=/trunk/; revision=26969
2008-12-11 20:35:19 +00:00
Anders Broman
85bfdec24b Correct the bit position for a couple of hf fields.
svn path=/trunk/; revision=26968
2008-12-11 20:34:23 +00:00
Jaap Keuter
39de8a0cb8 From Alexis La Goutte:
I do not know if I have to reopen this ticket or create a new ticket.
But with last SVN, when i dissector Aruba GRE, i get 
In GRE line, it is find to unknown protocol (0x8200 - unknown)
We need to create a new patch to not show "unknown".

svn path=/trunk/; revision=26962
2008-12-10 23:28:51 +00:00
Tomas Kukosa
99295ee0d2 put the SCTP PPI for current DATA chunk into packet_info (and ppid array renamed to ppids)
svn path=/trunk/; revision=26958
2008-12-10 11:04:36 +00:00
Stig Bjørlykke
1a5114edf9 Removed an unused variable 'str'.
Removed some unused hf_ variables.

svn path=/trunk/; revision=26957
2008-12-10 08:44:13 +00:00
Anders Broman
573bdfa36a From Abhik Sarkar:
More HF support for TPDU parameters in the GSM SMS dissector.

svn path=/trunk/; revision=26956
2008-12-10 07:52:27 +00:00
Jaap Keuter
66d54fa2ce From Benjamin Roch:
This contains the source for dissecting TTEthernet packets (including Protocol Control Frames) conforming to our TTEthernet specification as dissector for Wireshark.

svn path=/trunk/; revision=26955
2008-12-10 07:00:26 +00:00
Gerald Combs
6f659679f7 Make sure all of our struct members are initialized.
svn path=/trunk/; revision=26948
2008-12-09 17:50:02 +00:00
Gerald Combs
5f9afcd2c1 Squelch a couple of Valgrind warnings.
svn path=/trunk/; revision=26946
2008-12-09 17:16:20 +00:00
Stig Bjørlykke
c8f933d0b9 From Jim Young (bug 3102):
Trivial patch to fix a structured comment within wslua_pinfo.c

svn path=/trunk/; revision=26943
2008-12-09 07:53:11 +00:00
Anders Broman
7a9c76f1f9 Add dissection of Authentication request.
svn path=/trunk/; revision=26940
2008-12-08 22:21:49 +00:00
Anders Broman
fa3a12e5b0 It's the tvb lenght that's 0...
svn path=/trunk/; revision=26939
2008-12-08 22:21:03 +00:00
Anders Broman
360d9f94c7 Accept leading space, payload type name is case insensitive.
svn path=/trunk/; revision=26938
2008-12-08 21:31:37 +00:00
Anders Broman
bc7cb2706e Change to FT_UINT64
svn path=/trunk/; revision=26936
2008-12-08 21:30:06 +00:00
Gerald Combs
8a6ffb0309 Updates for PPI 1.0.8.
svn path=/trunk/; revision=26934
2008-12-08 18:54:42 +00:00
Gerald Combs
4948a597c4 Partial support for RFC 2324.
svn path=/trunk/; revision=26931
2008-12-08 18:01:13 +00:00
Balint Reczey
fc2f95b921 Add access to pinfo->desegment_len and pinfo->desegment_offset to Lua API.
This enables Lua dissectors to request reassembly via the pinfo struct.

svn path=/trunk/; revision=26926
2008-12-05 17:19:34 +00:00
Bill Meier
33557261a4 (Minor reformat of switch statements)
svn path=/trunk/; revision=26925
2008-12-05 16:27:31 +00:00
Bill Meier
3a483526a7 fix crash when selecting some specific frames; fix conversation/fragmentation bugs
- Do reassembly tbl init and conversation private data init via registered init;
  (Also fixes memory leak of conversation private data each time new capture read)
- Do fragmentation stuff when first visiting packet (even if tree==NULL).

svn path=/trunk/; revision=26924
2008-12-05 16:07:32 +00:00
Jaap Keuter
902b6b2b3d Fix for bug 2832:
Show the actual Private or Experimental TLV/LDP msg value.

svn path=/trunk/; revision=26922
2008-12-04 23:13:55 +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
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
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
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