ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 24655: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 16 Mar 2008 10:19:57 GMT
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