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

Date: Tue, 05 Mar 2013 00:17:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48075

User: guy
Date: 2013/03/04 04:17 PM

Log:
 Use hf_gtp_ext_hdr_next for all "next header" fields, and get rid of
 hf_gtp_next.
 
 Don't do "dummy" dissection of extension headers that we don't actually
 dissect - we label them by next extension header type, and dissect them
 in the default case, which should suffice (until somebody adds
 dissection for those types).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +3 -20     packet-gtp.c    Modified