aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss10-158/+131
2011-05-17Use val_to_str() instead of blindly passing the return value from match_strval()Jeff Morriss4-16/+10
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss1-312/+89
2011-05-17Avoid passing a NULL string pointer to format routines: some libc's (e.g.,Jeff Morriss1-4/+8
2011-05-17All ELEM_MAND_* macros ensure curr_len > 0; no need to check again afterwards.Chris Maynard1-11/+5
2011-05-17Use the correct value string and bitmasks.Anders Broman1-2/+2
2011-05-17According to MS-NLMP, the "version" field in the NTLMSSP blobs isGuy Harris1-7/+14
2011-05-17Fix cut-and-pasteo.Guy Harris1-1/+1
2011-05-16From beth.tridium [At] gmail.com: 6LoWPAN dissector selects wrong byte for HC...Bill Meier1-1/+1
2011-05-16Give the UNIX-extension routines used for info levels that appear bothGuy Harris1-20/+20
2011-05-16Cast away some warnings about alignment; ep_alloc() guaranteesGuy Harris3-4/+4
2011-05-16Fix endian issues, especially w/endian arg to proto_tree_add_item().Chris Maynard1-31/+31
2011-05-16Fix some comments.Guy Harris1-18/+31
2011-05-16Avoid passing a NULL string pointer to format routines: some libc's (e.g.,Jeff Morriss1-2/+2
2011-05-16Remove extra ;Anders Broman1-1/+1
2011-05-15Add EUI64 display type for Source/Target Link-layer Address (RFC4861)Alexis La Goutte1-6/+41
2011-05-15From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5921Alexis La Goutte1-0/+1
2011-05-15Add missing trailing 0 to an hf mask value.Martin Mathieson1-1/+1
2011-05-15[Automatic manuf, services and enterprise-numbers update for 2011-05-15]Gerald Combs1-6/+162
2011-05-14Rebuild the X11 dissector with the latest versions of xcbproto and mesa.Jeff Morriss6-14/+174
2011-05-14From Tyson Key via bug 5922: Add another AT magic array.Chris Maynard1-4/+6
2011-05-14From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-1/+295
2011-05-14From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-44/+54
2011-05-14Remove the qpi_ from info level dissectors used for set info calls asGuy Harris1-16/+16
2011-05-14For Find File Unix and Unix Info2, spell it "Unix", to match Query FileGuy Harris1-219/+181
2011-05-14Make the tree items for strings look a little less ugly.Guy Harris1-1/+2
2011-05-13Fix a compiler warningBill Meier1-0/+1
2011-05-13Fix Bug 5920: "DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF _FDCTR_32N...Bill Meier1-3/+3
2011-05-13Fix Bug 5919: "IE 89 Forwarding Status - Incorrect Decoding"Bill Meier1-44/+104
2011-05-13Delete 2 assignments to 'i' as neither were used. Fixes Coverity CID 875.Chris Maynard1-5/+4
2011-05-13Delete assignment of item as it's not used. Fixes Coverity CID 869.Chris Maynard1-3/+2
2011-05-13Eliminate deadcode. Fixes Coverity CID 415.Chris Maynard1-2/+0
2011-05-13(Trivial) fix a spelling error.Bill Meier1-1/+1
2011-05-13Make it work when we have pluginsJeff Morriss1-3/+1
2011-05-13Don't try to export the plugin symbols if we're not building with plugins.Jeff Morriss1-0/+10
2011-05-13As suggested by Anders: back out 37112.Jeff Morriss1-40/+4
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke132-1880/+1883
2011-05-13We should get rid of g_mem_chunk_alloc() as it leaks memoryAnders Broman1-4/+40
2011-05-13From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :Jeff Morriss2-23/+37
2011-05-13Allocate wslua_plugin_list even if we do not HAVE_PLUGINSJeff Morriss1-3/+3
2011-05-12From Johannes Jochen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss5-10/+448
2011-05-12From Richard Brodie via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-2/+2
2011-05-12From Yaniv Kaul via bug 5858: Fix some "set but not used" warnings. IChris Maynard1-10/+5
2011-05-12Packet editor: support for saving changed frames.Jakub Zawadzki1-0/+8
2011-05-12Use rcode instead of repeated uses of "flags & F_RCODE". One change submittedChris Maynard1-3/+3
2011-05-12Add snai, mpf and efi to bf_tree, not tree. Fixes Coverity CID 1045.Chris Maynard1-3/+3
2011-05-12Wrap assoc_tree within #if 0 ... #endif. Fixes Coverity CID 1049.Chris Maynard1-1/+3
2011-05-12Add token to query_tree instead of to tree. Fixes Coverity CID 1057.Chris Maynard1-2/+2
2011-05-12Delete eth_addr; it was assigned a value but never used. Fixes Coverity 1070.Chris Maynard1-2/+0
2011-05-12Use nonce_2_item instead of incorrect nonce_1_item. Fixes Coverity CID 1071.Chris Maynard1-2/+2