aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mux27010.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-3/+7
2015-03-21Replace copying of packet_info with just saving fragmented member of packet_i...Michael Mann1-5/+3
2015-01-02mux27010: Add a link to info about the mux27010 packet structure.Bill Meier1-0/+11
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-09-10Various minor changes:Bill Meier1-0/+12
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-6/+6
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-4/+5
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-5/+3
2013-06-02Remove unused cc_type parameterPascal Quantin1-3/+3
2013-06-02Get out of global variable hell and other optimizations.Michael Mann1-388/+263
2013-05-27Batch of filterable expert infosMichael Mann1-2/+11
2013-04-01Typo's. That is all.Jaap Keuter1-1/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+7
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-4/+4
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-2/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-2/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-6/+6
2012-01-23Fix some duplicate display filter names.Chris Maynard1-3/+3
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-5/+7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-12/+12
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-55/+55
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-05-02Fix the (fuzzed) memory allocation failure reported in https://bugs.wireshark...Jeff Morriss1-5/+15
2011-04-29Reformat long lines in hf[] definition for readability;Bill Meier1-142/+293
2011-04-28Remove an unneeded forward declaration (fixes compiler error);Bill Meier1-3/+2
2011-04-28Add missing "Wireshark .... Copyright ..".Bill Meier1-0/+4
2011-04-28Convert what appears to be the use of "4 space tabs" to spaces.Bill Meier1-925/+925
2011-04-28#include <stdio.h> not req'd;Bill Meier1-315/+327
2011-04-28Add SVN Id tag. Don't use deprecated dissector_add().Jeff Morriss1-145/+147
2011-04-28Removed unused variables and functions.Stig Bjørlykke1-61/+6
2011-04-28From Hans-Christoph Schemmel:Anders Broman1-0/+1418