[Wireshark-dev] Getting a bug fix into release

2013-10-03 Thread David Richards
I don't know the process for deciding what gets included in a release build, but could someone look at including rev 50272 (fix for bug 8871)? Since the code is in there I'd rather not have to keep building my own version for the folks who are using this fix. Thanks, Dave Richards _

Re: [Wireshark-dev] SSL decoding with start_tls

2013-06-28 Thread David Richards
ps you'd need to do to add SSL to the XMPP dissector. -Original Message- From: David Richards To: wireshark-dev Sent: Wed, Jun 26, 2013 3:19 pm Subject: [Wireshark-dev] SSL decoding with start_tls I see that the feature to decode SSL/TLS streams with start_tls does not appear to work

[Wireshark-dev] SSL decoding with start_tls

2013-06-26 Thread David Richards
I see that the feature to decode SSL/TLS streams with start_tls does not appear to work with XMPP. I want to know: 1) Am I missing something and it should work? If no, then: 2) Was it intentionally left out because it's inherently different or harder to do than others? 3) Can someone point m

[Wireshark-dev] Patch for packet-bacapp.c

2006-11-04 Thread David Richards
Here is a patch to fix a problem with notification parameters. Fix is: Remove premature return statements from fNotificationParameters. The real problem is that the original code is inconsistent about putting a break in all cases of the switch blocks and some were falling through to the defau

[Wireshark-dev] Patch for BACnet (packet-bacapp.c/.h)

2006-10-03 Thread David Richards
Here is a patch for BACnet. It contains numerous changes, most notably: 1) BACnetStatusFlags is bit string, not enum, in NotificationParameters 2) Fixes many places where enclosing context tags were not handled properly. 3) Simplify tag decoding logic. Change to explicit decoding in many insta