aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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-23Have individual programs get libpcap and libz version info.Guy Harris1-2/+2
2014-06-23Initialize whole buffer in GPRS Mobility and Session Management dissectorPascal Quantin1-1/+1
2014-06-23[WIP] qt: Add support for Polish languageMichal Labedzki1-0/+1
2014-06-23Replace AF_ values by COMMON_AF_ values.Joerg Mayer1-16/+5
2014-06-23Add all AF_ types for Windows that are in WinSock.h or WinSock2.hJoerg Mayer1-1/+27
2014-06-23Revert "Optimize sip_is_known_sip_header()"Evan Huus6-788/+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 Zawadzki6-294/+788
2014-06-23Fix a typo.AndersBroman1-1/+1
2014-06-23Add col_append_lstr(), speedup column generation for TCP.Jakub Zawadzki3-5/+63
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 Mann3-0/+993
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-22[Automatic manuf, services and enterprise-numbers update for 2014-06-22]Gerald Combs2-12/+187
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-22Add a routine to return a version string including VCS information.Guy Harris1-1/+1
2014-06-21Check constraints for OSPFv2 LSAs:Anish Bhatt1-7/+41
2014-06-21batch of tvb-length conversionsEvan Huus25-155/+152
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
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 Harris124-172/+178
2014-06-20remove duplicate offset=0Martin Kaiser1-2/+0
2014-06-20no need for if(tree)Martin Kaiser1-6/+4
2014-06-20fix printf argument indexEvan Huus1-2/+1
2014-06-20Add proto_tree_add_subtree and proto_tree_add_subtree_formatMichael Mann2-0/+66
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
2014-06-20packet-vnc.c: Improve re-assembly.Bill Meier1-7/+16