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 23643: /trunk/ /trunk/epan/dissectors/: packet-tpncp.c /

Date: Wed, 28 Nov 2007 10:18:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23643

User: kukosa
Date: 2007/11/28 10:18 AM

Log:
 Various changes with focus to startup speedup
 The startup timeout on Win32 is reduced to 80% without assembler and to 50% with assembler usage (which is optional)
 proto.c
  - do not look up in filed tree and inserts in two steps but do it at once
  - next few small speedups
  - some often called elementary functions can be optionally implemented in assembler
  - dispart some functions to see more exact result from profiling
 packet-tpnc.c
  - do not reallocate memory for each filed

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

Directory: /trunk/epan/
  Changes    Path                       Action
  +3 -1      Makefile.am                Modified
  +15 -1     Makefile.nmake             Modified
  +67 -0     asm_utils.c                Added
  +37 -0     asm_utils.h                Added
  +147 -0    asm_utils_win32_x86.asm    Added
  +70 -40    proto.c                    Modified

Directory: /trunk/
  Changes    Path              Action
  +1 -0      Makefile.nmake    Modified
  +9 -0      config.nmake      Modified