aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier149-149/+149
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier226-1442/+1442
2011-10-15Remove some unneeded code form proto_reg_handoff...();Bill Meier1-44/+38
2011-10-14Make make_menu_actions() static again, but protect withMartin Mathieson1-1/+5
2011-10-14Build generate_export when building 'all' on Windows too.Jeff Morriss1-1/+1
2011-10-14make_menu_items() isn't called without LUA support, so can't be static.Martin Mathieson1-1/+1
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss36-51/+51
2011-10-14Removed unused old_offset in mapi_dissect_struct_request.Stig Bjørlykke2-5/+0
2011-10-14Removed newencap as it's unused.Stig Bjørlykke1-2/+1
2011-10-14From Iain Arnell:Guy Harris1-0/+149
2011-10-14From Iain Arnell:Guy Harris1-87/+234
2011-10-14From Iain Arnell:Guy Harris1-1/+5
2011-10-14Added support for SIO-Label from draft-zeilenga-email-seclabel-04.Stig Bjørlykke1-23/+150
2011-10-14Export MessageSecurityLabel_PDU.Stig Bjørlykke3-79/+81
2011-10-14Export ESSSecurityLabel_PDU.Stig Bjørlykke4-13/+20
2011-10-14{0, NULL} is required as the last value_string array entry: value_string VALS...Anders Broman1-1/+2
2011-10-14From Rob Kruciak:Anders Broman1-4/+37
2011-10-14From Tony Trinh:Anders Broman2-44/+255
2011-10-13Use g_list_first() to find the first element in the list.Michael Tüxen1-4/+1
2011-10-13Dissect NSAP encoded transport layer address.Anders Broman4-24/+57
2011-10-13Added some Lua pinfo fields:Stig Bjørlykke1-1/+37
2011-10-13Make clang on Mac OS X 10.7.2. happy.Michael Tüxen2-2/+1
2011-10-13From Pascal Quantin.Anders Broman1-9/+21
2011-10-13Delete unused hf_ entries found by checkhf.pl.Chris Maynard2-15/+3
2011-10-13From Christophe PALETOU:Anders Broman3-0/+223
2011-10-13From Horaci Macias:Anders Broman1-0/+8
2011-10-13Fix a typoBill Meier1-1/+1
2011-10-13Initial a variable to prevent a (not actualy valid) compiler warning:Bill Meier1-1/+1
2011-10-13Fix a "set but not used" compiler warning.Bill Meier1-2/+2
2011-10-13Fix a "defined but not used" compiler warning.Bill Meier1-1/+0
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