Wireshark-bugs: [Wireshark-bugs] [Bug 10879] New: "ServiceChangeReasonStr" messages are not show
      
      
    
    
        
          | Bug ID | 10879 | 
        
          | Summary | "ServiceChangeReasonStr" messages are not shown in txt generated by tshark | 
        
          | Product | Wireshark | 
        
          | Version | 1.9.x (Experimental) | 
        
          | Hardware | x86 | 
        
          | OS | Windows 7 | 
        
          | Status | UNCONFIRMED | 
        
          | Severity | Major | 
        
          | Priority | Low | 
        
          | Component | TShark | 
        
          | Assignee | bugzilla-admin@wireshark.org | 
        
          | Reporter | kukoveczjanos@gmail.com | 
      
        
        Build Information:
1.9.0
--
Hi,
In I am using "ServiceChangeReasonStr" for filtering H248 messages with Tshark,
but in 1.9.0 wireshark version the "ServiceChangeReasonStr" messages are not
shown in the txt generated by tshark.exe.
I use this command to filter:
tshark.exe -z
proto,colinfo,h248.serviceChangeReasonstr,h248.serviceChangeReasonstr -r
filename.cap -o column.format:"No.,%m","Time,%t","Source,%s","Source
Port,%S","Source MAC,%hs","Destination,%d","Destination Port,%D","Destination
MAC,%hd","Protocol,%p","Info,%i" >> filename_tshark.txt
For example in WireShark 1.2.5 I got this:
(...addresses...)H.248  T c8043206 {  C 0 { SvcChgReq { FFFFFFFF } } } 
h248.serviceChangeReasonstr == "909 MGC impending failure"
But with newer WireShark 1.9.0. I got this:
(...addresses...) H.248  T c8043206 {  C 0 { SvcChgReq { ffffffff } } }
"serviceChangeReasonstr " is missing!
         
      
      
      You are receiving this mail because:
      
      
          - You are watching all bug changes.