summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-13Mark some function parameters as unused (_U_); Fixes compiler warnings.Bill Meier1-3/+3
2011-10-13From Benjamin Stocks (with some work by Michael Mann): "CIP Motion" dissector;Bill Meier7-298/+2495
2011-10-12From Pascal Quantin.Anders Broman1-6/+59
2011-10-12From Tobias Witek: Anders Broman3-6/+20
2011-10-12When looping, be sure to iterate over the right number of elements. Fixes Co...Chris Maynard1-5/+5
2011-10-12From Robert Bullen: Fix for: Two minor bugs in Wiretap library:Bill Meier2-12/+12
2011-10-12There are no preferences for this dissector so eliminate unneeded preference-...Chris Maynard1-61/+33
2011-10-12From Iain Arnell:Guy Harris1-16/+8
2011-10-12Add Iain Arnell, who contributed ajp13 patches.Guy Harris1-0/+1
2011-10-12From Iain Arnell:Guy Harris1-1/+1
2011-10-12Fix a benign bug: use intended proto_tree_add_uint() instaed of proto_tree_ad...Bill Meier1-18/+20
2011-10-12Update the Camel and MAP ASN.1 files.Anders Broman41-330/+1843
2011-10-12Cleanup use of proto_tree_add_item()/proto_tree_add_uint() in a few casesBill Meier1-9/+9
2011-10-12Fix a benign bug: Use correct proto_tree_add_item() encoding arg.Bill Meier1-1/+1
2011-10-12Fix some proto_tree_add_item() FT_ABSOLUTE_TIME encoding parameters:Bill Meier3-9/+9
2011-10-12Add Modification CMake (Following add in Rev 39379)Alexis La Goutte1-0/+3
2011-10-12Revert http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39380Anders Broman1-7/+0
2011-10-12From Eliot:Anders Broman1-0/+7
2011-10-12From Jouni Malinen: Anders Broman6-1099/+1304
2011-10-12Fix a case wherein proto_tree_add_boolean() was intended instead of proto_tre...Bill Meier1-3/+3
2011-10-11Update template to match generated dissector - dissector_try_port() isGuy Harris1-5/+5
2011-10-11Use dissector_try_uint()Anders Broman1-5/+5
2011-10-11From Eliot:Anders Broman1-1/+1
2011-10-11From Eliot:Anders Broman1-11/+11
2011-10-11Make asn1/lcsap/MakefileStig Bjørlykke1-0/+1
2011-10-11From Jouni Malinen: Anders Broman1-208/+173
2011-10-11From Jouni Malinen: Anders Broman1-244/+413
2011-10-11From Jouni Malinen: Anders Broman1-84/+83
2011-10-11From Jouni Malinen: Anders Broman1-1/+211
2011-10-11From Jouni Malinen: Anders Broman3-4/+10
2011-10-11From Harald Welte:Anders Broman1-0/+16
2011-10-11Build the LCS-AP dissector.Anders Broman7-4/+2657
2011-10-11Avoid longjmp warning by making adding volatile.Martin Mathieson1-4/+4
2011-10-11Enable GeoIP lookups by default. Don't add GeoIP subtrees if we didn'tGerald Combs2-5/+7
2011-10-11From Spenser Sheng:Anders Broman11-0/+1758
2011-10-11Fix benign bugs wherein proto_tree_add_uint() was intended instead of proto_t...Bill Meier5-25/+32
2011-10-11Fix a bug wherein proto_tree_add_uint() was intended instead of proto_tree_ad...Bill Meier1-1/+1
2011-10-11Use intended proto_tree_add_uint() instead of proto_tree_add_item() to fix be...Bill Meier2-4/+4
2011-10-11Fix several cases wherein proto_tree_add_uint() was intended iso proto_tree_a...Bill Meier1-7/+6
2011-10-11Revert SVN #39347; There's a better way.Bill Meier1-6/+7
2011-10-11Fix a number of benign bugs wherein proto_tree_add_uint was intended (rather ...Bill Meier1-38/+38
2011-10-11Revert SVN #39345; (There's a better way ...)Bill Meier1-17/+20
2011-10-11No libpcap, no capturing, no capture filters, no capture_filter_init().Guy Harris1-0/+2
2011-10-10Fix "unused variable" compile error.Bill Meier1-1/+1
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;Bill Meier6-24/+17
2011-10-10Fix bugs which caused certain fields to display with the wrong endianness;Bill Meier2-41/+30
2011-10-10Check our capture filter syntax in a separate thread.Gerald Combs3-24/+200
2011-10-10Fix benign bugs in some proto_tree_add_item() 'encoding' args;Bill Meier2-3/+3
2011-10-10Fix additiuonal bugs in some proto_tree_add_item() 'encoding' args;Bill Meier1-7/+6
2011-10-10Fix benign bug in some proto_tree_add_item() 'encoding' args;Bill Meier1-848/+846