http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49002
User: martink
Date: 2013/04/23 11:46 AM
Log:
From Mathias Guettler
dissector for ISO 10747 Inter Domain Routing Protocol
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8562
from me:
check for negative return value of tvb_reported_length_remaining()
remove unused hf entries
add modelines
don't initialise variables unless it's necessary
make idrp a new-style dissector
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+8 -0 packet-clnp.c Modified
+1584 -0 packet-idrp.c Added
Directory: /trunk/epan/
Changes Path Action
+1 -0 CMakeLists.txt Modified