aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-clnp.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-28Fix missing brackets in if statement.Guy Harris1-1/+2
2006-01-18Add option presentation, solving bug 697Jaap Keuter1-3/+5
2006-01-16done:Jörg Mayer1-7/+11
2006-01-15add COTP to fragment COL_INFO message, so the user knows where the fragment i...Ulf Lamping1-2/+2
2005-12-16From Stig BRonnie Sahlberg1-1/+13
2005-11-05get rid of some strcatRonnie Sahlberg1-6/+5
2005-10-17Don't pass -1 as a fragment length to fragment_add_check(). This keepsGerald Combs1-20/+21
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-11Fix a typo.Guy Harris1-1/+1
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-4/+26
2005-08-26show the list of reassembled COTP fragments as a toplevel tree item and show ...Ulf Lamping1-2/+2
2005-08-26don't use -1 if the remaining length (the fragment length) is actually zero, ...Ulf Lamping1-1/+2
2005-08-18several times replacing:Ulf Lamping1-3/+3
2005-08-17replace a whole bunch of silly rotating stating buffers with ep_alloc() callsRonnie Sahlberg1-11/+3
2005-07-26char -> const char warning fixesJörg Mayer1-2/+2
2005-07-12code cleanup: use "correct" proto_tree_add_... functions for li and tpdu code...Ulf Lamping1-61/+46
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...Ulf Lamping1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02bugfix: the EOT flag detection in a COTP data TPDU was using little endian, a...Ulf Lamping1-18/+18
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-1/+2
2004-08-20From Matthew Bradley: add filterable fields for the COTP TPDU numbersGuy Harris1-28/+57
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2396