http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24655
User: jake
Date: 2008/03/16 10:19 AM
Log:
From Gerhard Olsson:
Add "Assume COTP" prefererence instead of hard coding
If there is no current dissector registered for X25 and there is no hints in
the call packets, X25 tries to look at user data, then try heuristics. See end
of dissect_x25_common
This means that if the call data happens to start with 0x45, IP is assumed as
the data format even if the packet cannot be handled as IP (for instance too
short).
It is better to try the heuristics first as they should have more complete tests.
Directory: /trunk/epan/dissectors/
Changes Path Action
+15 -2 packet-x25.c Modified