wireshark/plugins/mgcp
Guy Harris ecb9143eac "tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equivalent to
"tvb_new_subset(tvb, 0, -1, -1)", which is equivalent to just "tvb" -
it's creating a "subset" that includes the entire tvbuff.  Don't bother
with the "tvb_new_subset()" call.

svn path=/trunk/; revision=8341
2003-09-02 21:26:22 +00:00
..
.cvsignore
AUTHORS
ChangeLog
COPYING
INSTALL
Makefile.am
Makefile.nmake Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based on 2003-06-14 20:45:29 +00:00
moduleinfo.h
NEWS
packet-mgcp.c "tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equivalent to 2003-09-02 21:26:22 +00:00
packet-mgcp.h Get rid of carriage returns - some compilers don't like them. 2003-07-25 17:57:09 +00:00