aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ncp2222.py
AgeCommit message (Collapse)AuthorFilesLines
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=35705
2010-11-01Compile (over 100) dfilters only if needed rather than at every Wireshark ↵Bill Meier1-31/+10
startup; Also: Minor whitespace cleanup. svn path=/trunk/; revision=34747
2010-10-10Define some fcns & vars as static...Bill Meier1-2/+2
svn path=/trunk/; revision=34459
2010-02-02Added protocol name to "Reassembled length" text.Guy Harris1-1/+1
svn path=/trunk/; revision=31775
2010-02-02Add a field for the reassembled length.Guy Harris1-0/+4
svn path=/trunk/; revision=31769
2010-02-02Clean up white space.Guy Harris1-903/+890
svn path=/trunk/; revision=31768
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-6/+6
ABSOLUTE_TIME_LOCAL or ABSOLUTE_TIME_UTC, indicating whether to display the date/time in local time or UTC. (int)ABSOLUTE_TIME_LOCAL == (int)BASE_NONE, so there's no source or binary compatiblity issue, although we might want to eliminate BASE_NONE at some point and have the BASE_ values used with integral types start at 0, so that you can't specify BASE_NONE for an integral field. svn path=/trunk/; revision=31319
2009-09-12Move all of the scripts in epan/dissectors/ to tools/ .Jeff Morriss1-0/+16420
Add a target ("x11-dissector") to build the X11 dissector. Put the X11-related files (back) in the source distribution. svn path=/trunk/; revision=29871