aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rmi.c
AgeCommit message (Collapse)AuthorFilesLines
2003-05-26The last byte of "foo[N]" is "foo[N-1]", not "foo[N]".guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7743 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-24Fix more string-related nits found by Timo Sirainen/gerald1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7732 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-09Remove used parameter pinfo from dissect_serjmayer1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7328 f5534014-38df-0310-8fa8-9805f1628bb7
2003-02-05Get rid of unused ett_ variables (for fields that don't have subfields).guy1-29/+58
Put in URLs for the RMI and serialization protocols. Move value_string arrays, and declarations of static routines, out of the header file into the .c file. For integral values with associated value_string tables, just put them into the protocol trees as integral values and associate the value_string table with the field. Use "proto_tree_add_item()" whenever possible. Use the #define for "JRMI" rather than hardcoding it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7076 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-17/+17
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-11/+3
equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5932 f5534014-38df-0310-8fa8-9805f1628bb7
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itguy1-2/+2
should do if it doesn't find an EOL; if FALSE, it behaves as before, returning values that treat the line as ending at the end of the tvbuff, and if TRUE, it returns -1, so its caller can do segment reassembly until it gets the EOL. Add an option to the SMTP dissector to do segment reassembly, and do segment reassembly of the first line. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5891 f5534014-38df-0310-8fa8-9805f1628bb7
2002-07-17From Joerg Mayer:guy1-5/+1
dftest.c: Remove #if-0-ed includes packet-ieee80211.c, packet-wtls.c, packet-afp.c, packet-wsp.c, packet-wtp.c, ethereal_gen.py: Remove redundant include varargs (already in snprintf.h, and required only for snprintf.h) Remove unused include of snprintf.h from files not using "snprintf()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5889 f5534014-38df-0310-8fa8-9805f1628bb7
2002-05-29Java RMI protocol support, from Michael Stiller.guy1-0/+366
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5590 f5534014-38df-0310-8fa8-9805f1628bb7