Hey all, I have caught a GIOP stream by wireshark, which should contain my user custom exception propagation data between : my server(jboss iiop/jacorb) and my client(simple test to get threw exception from deploy jar on server) In my threw exception, I defined a variable "i", and want to check that variable value in my GIOP stream(because when I read back that value from client side, it's wrong). But from the view of my sub-data, I can only see part of my exception stream data, like my exception "class name" and "error message" when I created it, by my variable value is still encoded, so I assume that the default dissector can only decode the data of an JAVA Exception type, but not other data of a custom exception. Does anyone have the same experience and know what should I do with wireshark to make my defined variable i visible and readable? this is my exception looks like in java:
asked 28 Sep ‘12, 19:15 soul2zimate edited 28 Sep ‘12, 23:30 grahamb ♦ |