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 32752: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 11 May 2010 14:34:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32752

User: wmeier
Date: 2010/05/11 07:34 AM

Log:
 Fix handling of pa-data-type KRB5_PA_PAC_REQUEST (& KRB5_PA_S4U2SELF).
 
 -Define pa-data-type KRB5_PA_PAC_REQUEST properly so that it is recognized.
   Fixes bug #4752 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4752)
 -Also revert definition of  KRB5_PA_S4U2SELF (to be a positive number).
 (All of the above reverts part of SVN #31400).
 
 -Display pa-data-type as FT_INT32.
 -Display the value for pa-data-type KRB5_PA_PAC_REQUEST as Boolean (not Int).

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +11 -7     packet-kerberos.c    Modified