aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tns.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Sometimes the trace stuff doesn't appear in connect messages.Guy Harris2003-02-051-17/+24
* Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2003-01-311-42/+42
* Do some simple sanity checking of TNS data before dissecting it.Guy Harris2003-01-111-3/+20
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-229/+229
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Bernd Becker:Guy Harris2002-07-091-14/+14
* Desegmentation of multi-TCP-segment TNS messages (and support forGuy Harris2002-07-081-2/+34
* more dissection of flags, break out into subsNathan Neulinger2002-06-061-41/+73
* add support for bitfield of global session options, nt proto options, and con...Nathan Neulinger2002-06-051-7/+230
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-3/+7
* Provide tvb_ensure_length_remaining(), which is likeGilbert Ramirez2002-02-011-9/+7
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-30/+29
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* The packet length field in a TNS packet is 16 bits; make it anGuy Harris2002-01-181-2/+2
* Use "proto_tree_add_item()" whenever possible; this fixes some bugsGuy Harris2002-01-171-87/+81
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-25/+25
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+6
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+6
* more packet types and fix some incorrect offsets and sizes in other packetsNathan Neulinger2001-10-081-42/+259
* correct subtrees for redirect/refuse, alter how data packets are processed, b...Nathan Neulinger2001-10-061-58/+129
* Use separate items for accept/etc data fieldsNathan Neulinger2001-10-061-33/+181
* break out fields of accept packet, only print connect data if it is actually ...Nathan Neulinger2001-10-061-4/+99
* expand out all fields in connect packetNathan Neulinger2001-10-061-2/+155
* more packet types - starting work on more complete dissection of tnsNathan Neulinger2001-10-061-6/+14
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-14/+14
* FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris2001-04-191-3/+3
* Tvbuffify the Oracle TNS dissector.Guy Harris2001-02-031-82/+72
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-8/+8
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-15/+15
* Add tvbuff class.Gilbert Ramirez2000-05-111-19/+19
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-8/+16
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* additions to tns dissector - sns and connect startedNathan Neulinger1999-11-301-10/+126
* Squelch a GCC complaint. (I really wish GCC's dataflow analysis wereGuy Harris1999-11-301-2/+2
* added start of tns dissectorNathan Neulinger1999-11-291-0/+229