aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-10-27From Steve Osselton:Anders Broman1-15/+18
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss1-1/+2
2007-04-22Fix for bug 1541. Adjust offset for long longs by 8, not by 4.Jaap Keuter1-1/+1
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-8/+2
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...Jeff Morriss1-31/+27
2006-12-22Fix for bug 1272.Jaap Keuter1-1/+4
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-04-19Handle 64bits signed/unsigned integers and get rid of some extra LF:s.Anders Broman1-0/+47
2006-04-18From W. Borgert:Jaap Keuter1-1/+4
2006-04-16From W. Borgert:Anders Broman1-11/+22
2006-03-27Comment out the unused code.Anders Broman1-0/+2
2005-11-22Trivial warning fixesJörg Mayer1-1/+2
2005-09-22replace match_strval with val_to_str in several places, where the output was ...Ulf Lamping1-10/+6
2005-09-04Make Objekt Key a HEX string.Anders Broman1-25/+11
2005-09-02A PDU dissector called by tcp_dissect_pdus() can't return anything.Guy Harris1-38/+38
2005-09-01It looks like there might not always be a body, check if there is.Anders Broman1-2/+4
2005-09-01Re-assemble GIOP over TCP.Anders Broman1-27/+107
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