aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier11-68/+68
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier293-2394/+2394
2011-10-04Free duplicated strings in hf entries.Stig Bjørlykke1-7/+11
2011-10-04Free duplicated strings in hf entries.Stig Bjørlykke1-5/+9
2011-10-04Remove unused variables.Anders Broman1-4/+0
2011-10-04Added IdAnders Broman1-0/+1
2011-10-04From Rob Kruciak:Anders Broman3-0/+419
2011-10-04Make custom IMF headers a part of profiles.Stig Bjørlykke1-1/+1
2011-10-04Delete allocated header fields when updating the UAT.Stig Bjørlykke1-5/+6
2011-10-04Unregister and delete allocated header fields when updating the UAT.Stig Bjørlykke1-64/+34
2011-10-04Make value_strings const to fix checkapi warning. Do some minor reformatting.Jeff Morriss1-14/+25
2011-10-04Added support for configuring custom IMF headers.Stig Bjørlykke1-8/+188
2011-10-04Add proto_unregister_field().Stig Bjørlykke2-0/+34
2011-10-03From Pascal Quantin:Anders Broman1-16/+57
2011-10-03Fix a typoAnders Broman1-1/+1
2011-10-03Set ENCAnders Broman2-275/+275
2011-10-03Fix checkhf error in packet-smb2.c file.Alexis La Goutte1-28/+0
2011-10-03Thou shalt not use g_sprintf() lest thou overflow a buffer. (Yes, evenGuy Harris1-2/+3
2011-10-03%hhu = %u in printf-like functions, as "char", "signed char", andGuy Harris1-1/+1
2011-10-03Fix tpo.Guy Harris1-1/+1
2011-10-03Cast away a warning - if that buffer has more than 2^31-1 characters inGuy Harris1-1/+1
2011-10-03Remove unused hf field.Anders Broman1-6/+0
2011-10-03tvb_get_bits{16,32,64} get passed encoding values. Rename the argumentGuy Harris2-13/+25
2011-10-03Set encoding.Anders Broman1-30/+30
2011-10-03From Jakob Hirsch:Anders Broman1-0/+54
2011-10-03From David Mueller:Anders Broman1-3/+3
2011-10-03From Michael Mann:Anders Broman1-14/+10
2011-10-02OK, those seem to depend on at least some of the CIP changes, so backGuy Harris2-549/+79
2011-10-02Back out the changes to packet-cip.h, too, so that a fixed version ofGuy Harris1-74/+1128
2011-10-02Back out improvements - it's still getting a lot of "used uninitialized"Guy Harris1-3506/+2090
2011-10-02"seg_size" isn't set here, and the items don't appear to have a variableGuy Harris1-6/+6
2011-10-02Fix warnings.Michael Tüxen1-25/+25
2011-10-02Add comments.Anders Broman1-0/+5
2011-10-02Fix warnings.Michael Tüxen1-11/+13
2011-10-02From Alex Vallee via bug 6346:Stig Bjørlykke1-0/+56
2011-10-02From Martin Kaiser:Anders Broman1-12/+455
2011-10-02From Martin Kaiser:Anders Broman1-47/+130
2011-10-02From Michael Mann :Anders Broman4-3297/+4122
2011-10-02Removed the protocol registration updates in the splash screen for PythonStig Bjørlykke3-36/+14
2011-10-02From Pascal Quantin:Anders Broman1-0/+1
2011-10-02From Pascal Quantin:Anders Broman1-5/+32
2011-10-02[Automatic manuf, services and enterprise-numbers update for 2011-10-02]Gerald Combs1-1/+193
2011-10-02Added register action for loading Lua plugins.Stig Bjørlykke3-7/+11
2011-10-02Squelch some more warnings.Guy Harris1-2/+2
2011-10-02Squelch warnings (at that point, toc_offset has been determined to fitGuy Harris1-6/+6
2011-10-02SQ_TYPE_NULL appears to do run-length encoding of nulls; do run-lengthGuy Harris1-99/+236
2011-10-01Set encoding.Anders Broman1-463/+463
2011-10-01Fix checkAPI error:Bill Meier1-1/+1
2011-10-01Fix "unused_but_set_variable" GCC warning: Remove apparently unneeded code.Bill Meier1-2/+0
2011-10-01From Stefan Metzmacher: Support for SMB 2.22 features;Bill Meier3-58/+1103