ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] no more Python 2.1.1

From: Jeff Morriss <jeff.morriss@xxxxxxxxxxx>
Date: Tue, 17 Apr 2007 17:53:57 +0800

My Solaris builds now fail with:

Making register.c with python
Traceback (most recent call last):
  File "../../tools/make-dissector-reg.py", line 98, in ?
    cur_mtime = os.fstat(file.fileno()).st_mtime
AttributeError: 'tuple' object has no attribute 'st_mtime'

with Python 2.1.1 .

I guess it's time to upgrade.  No big deal for me, but should it be
mentioned somewhere (before the next release)?

Or better yet, tested for in, say, 'configure'?

(Sorry, I'm very short on time at the moment but I wanted to mention it before I forget.)