aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tns.c
Commit message (Collapse)AuthorAgeFilesLines
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
| | | | svn path=/trunk/; revision=12115
* Prevent the word "desegmentation" at the GUI, but use reassembling at that ↵Ulf Lamping2004-08-211-2/+3
| | | | | | | | | | | | places, as we also use "defragmentation" and "reassembling". Use reassembling as the general term for such actions. I (hopefully) didn't changed any protocol fields or preference file names, but only the GUI labels appearing in the protocol display and the protocol preferences. Also added a note to the protocol preferences (where appropriate), that you have to enable "Allow subdissectors to reassemble TCP streams" at the corresponding protocol settings for TCP reassembling to take effect. If you encounter any mistakes I've made here, please let me know... svn path=/trunk/; revision=11784
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+1341
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410