aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2014-06-24Add back initializers dropped in g9356d5c689faEvan Huus1-2/+2
2014-06-24Fix two bugs in kafka dissectionEvan Huus1-17/+24
2014-06-24OSPF Cleanup. Remove unnecessary TFS declarationsAnish Bhatt1-248/+84
2014-06-24MBIM: add an option to force SMS PDU decoding format if MBIM_DEVICE_CAPS_INFO...Pascal Quantin1-4/+26
2014-06-24proto_tree_add_uint() takes a value, not an encoding, as an argument.Guy Harris1-1/+1
2014-06-24usb iso urbs on linux can't possibly contain a setup packetMartin Kaiser1-68/+55
2014-06-24Remove unneeded include <sys/stat.h>Joerg Mayer2-4/+0
2014-06-24Remove unneeded sys/types.hJoerg Mayer2-13/+6
2014-06-24Restore correct tree assignment.Michael Mann1-1/+1
2014-06-23ssl: fix ClientKeyExchange, fix TLSv1.2 SKE for DHPeter Wu4-1393/+570
2014-06-23Remove some unneeded includesJoerg Mayer1-8/+0
2014-06-23Initialize whole buffer in GPRS Mobility and Session Management dissectorPascal Quantin1-1/+1
2014-06-23Replace AF_ values by COMMON_AF_ values.Joerg Mayer1-16/+5
2014-06-23Revert "Optimize sip_is_known_sip_header()"Evan Huus5-787/+294
2014-06-23Revert "Cheat and try to fix the generated file manually."Evan Huus1-25/+5
2014-06-23Cheat and try to fix the generated file manually.AndersBroman1-5/+25
2014-06-23Optimize sip_is_known_sip_header()Jakub Zawadzki5-294/+787
2014-06-23Fix a typo.AndersBroman1-1/+1
2014-06-23Add col_append_lstr(), speedup column generation for TCP.Jakub Zawadzki1-5/+18
2014-06-22Get rid of set-but-not-used variable.Guy Harris1-2/+1
2014-06-22Get rid of some unused variables.Guy Harris3-5/+2
2014-06-22Make dissect_lltd() a new-style dissector and register it as such.Guy Harris1-14/+14
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann26-556/+401
2014-06-22LLTD dissectorMichael Mann2-0/+992
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann34-956/+604
2014-06-22Initialize whole buffer in GTP dissectorEvan Huus1-1/+1
2014-06-22Fix leak in nbap init functionEvan Huus1-2/+2
2014-06-22Fix a leak in the SCTP dissectorEvan Huus1-29/+44
2014-06-22Logcat: Set data-text-lines dissectors for logMichal Labedzki1-2/+12
2014-06-22Bluetooth: A2DP: Fix fuzz failtureMichal Labedzki1-6/+19
2014-06-22Bluetooth: Complete sessionsMichal Labedzki9-33/+199
2014-06-22When setting entry_tree, set entry_item as well.Guy Harris1-2/+2
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann11-235/+140
2014-06-22minor cleanupsMartin Kaiser1-12/+5
2014-06-22the tree that we use in the iso transfer function in is the urb_treeMartin Kaiser1-8/+6
2014-06-22no need to check the parent tree when we create the iso descriptor treeMartin Kaiser1-12/+11
2014-06-22rename the ti variableMartin Kaiser1-4/+4
2014-06-22create the iso descriptor tree's title in a simpler wayMartin Kaiser1-8/+4
2014-06-22create a new function that dissects the usb linux iso transferMartin Kaiser1-102/+118
2014-06-21Check constraints for OSPFv2 LSAs:Anish Bhatt1-7/+41
2014-06-21batch of tvb-length conversionsEvan Huus25-155/+152
2014-06-20TCP: update the list of options and put Kind and Length items in the right su...Pascal Quantin1-49/+98
2014-06-20Revert part of svn revision 52045 (git b38ee917)Stig Bjørlykke2-79/+128
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris122-161/+161
2014-06-20remove duplicate offset=0Martin Kaiser1-2/+0
2014-06-20no need for if(tree)Martin Kaiser1-6/+4
2014-06-20add cast to fix buildbotEvan Huus1-1/+1
2014-06-20Don't hide tcp option kind/len fieldsEvan Huus1-36/+18
2014-06-20batch of tvb-length conversionsEvan Huus8-51/+51
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann23-107/+87