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 24648: /trunk/ /trunk/epan/: privileges.c /trunk/: capin

Date: Sun, 16 Mar 2008 00:32:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24648

User: morriss
Date: 2008/03/16 12:32 AM

Log:
 Have started_with_special_privs() assert out if get_credential_info() was not
 previously called.  This prevents the function from always returning TRUE in
 programs that hadn't called get_credential_info().
 
 Call get_credential_info() in the programs that should have been.

Directory: /trunk/epan/
  Changes    Path            Action
  +4 -0      privileges.c    Modified

Directory: /trunk/
  Changes    Path          Action
  +11 -2     capinfos.c    Modified
  +15 -5     editcap.c     Modified