aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-14giop allocates only and never releases the memory from the gmemchunk so repl...Ronnie Sahlberg1-14/+2
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-47/+5
2005-08-12Don't try to allocate more than ITEM_LABEL_LENGTH bytes for something we're Gerald Combs1-1/+2
2005-08-11From W. Borgert:Anders Broman1-22/+54
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-2/+2
2005-07-04Mark stub data as such if no dissector claims it.Guy Harris1-2/+20
2005-04-17Add some length checking.Gerald Combs1-2/+8
2004-11-24From LEGO: make the request id and operation filterableRonnie Sahlberg1-21/+29
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+5654