aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ntp.h
AgeCommit message (Collapse)AuthorFilesLines
2001-04-17Fix the e-mail address for Joerg Mayer (and remove it from files heGuy Harris1-2/+2
wasn't involved with). svn path=/trunk/; revision=3311
2001-01-07Make the three subfields of the "flags" field real bitfields, and letGuy Harris1-27/+1
the protocol tree code do the work of constructing the display for them, rather than doing it by hand. svn path=/trunk/; revision=2841
2001-01-06Tvbuffify the NTP and time protocol dissectors.Guy Harris1-40/+1
svn path=/trunk/; revision=2839
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-3/+1
UDP and into the handoff registration routines for the protocols in question. Make the dissectors for those protocols static if they're not called outside the dissector's source file. Get rid of header files if all they did was declare dissectors that are now static; remove declarations of now-static dissectors from header files that do more than just declare the dissector. svn path=/trunk/; revision=1823
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+3
This change allows you to add a new packet-*.c file and not cause a recompilation of everything that #include's packet.h Add the plugin_api.[ch] files ot the plugins/Makefile.am packaging list. Add #define YY_NO_UNPUT 1 to the lex source so that the yyunput symbol is not defined, squelching a compiler complaint when compiling the generated C file. svn path=/trunk/; revision=1637
1999-10-22Additional NTP changes:Guy Harris1-1/+31
added misc. constants for parsing flags, and converting time stamps; added flags and primary sources explanations; added function for converting time stamps; improved item analysis; new item definitions; from Tomislav Vujec. svn path=/trunk/; revision=908
1999-10-14Nathan Neulinger's NTP dissector.Guy Harris1-0/+71
svn path=/trunk/; revision=828