aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.h
Commit message (Collapse)AuthorAgeFilesLines
* name changeRonnie Sahlberg2006-05-211-2/+2
| | | | svn path=/trunk/; revision=18197
* add fragment_get_reassembled_id so the handed id doesn't need to be a packet ↵Ulf Lamping2006-01-221-0/+4
| | | | | | | | | | number (experimental) add a check to fragment_add_common() if the given tvb parameters are ok, otherwise throw a DissectorError add some more symbols to libethereal.def svn path=/trunk/; revision=17073
* fix reassembling problem I've introduced yesterday, by using ↵Ulf Lamping2005-09-121-0/+4
| | | | | | | | fragment_add_seq_next() function instead of fragment_add() in addition, I had to implement fragment_get_reassembled() in addition to fragment_get(), which works with reassembled_table svn path=/trunk/; revision=15762
* rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,Ulf Lamping2005-09-111-1/+1
| | | | | | as connection oriented (cn) and connectionless (dg) DCE/RPC uses different ways to handle defragmentation and this function is only used for dg svn path=/trunk/; revision=15757
* char -> const char warning fixesJörg Mayer2005-07-261-2/+2
| | | | svn path=/trunk/; revision=15079
* add a generated toplevel line between the connectionless DCE/RPC protocol ↵Ulf Lamping2005-06-021-1/+1
| | | | | | and the defragmented DCE/RPC content, to better understand what's going on if defragmentation is done. svn path=/trunk/; revision=14531
* add a generated toplevel line between the TCP protocol and the desegmented ↵Ulf Lamping2005-06-021-1/+1
| | | | | | | | content, to better understand what's going on while desegmenting. We'll have to add similar mechanisms for other protocols as well... svn path=/trunk/; revision=14527
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-0/+244
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. svn path=/trunk/; revision=13366