summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki11-26/+34
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki5-43/+31
2013-08-06Optimize wrs_count_bitshift()Jakub Zawadzki1-5/+10
2013-08-06From Chris Bontje:Anders Broman1-2/+20
2013-08-06Add code and a preference to use GSM SAPI to call sub dissectors.Anders Broman1-3/+37
2013-08-06Store the port number as a string for the unresolved ports to avoid repeated ...Anders Broman1-28/+30
2013-08-06app_mem_usage fixes:Jakub Zawadzki1-1/+5
2013-08-06remove unused variable numelemMartin Kaiser1-2/+1
2013-08-06Improve loop a bit to reduce likelihood of dissector assertsJörg Mayer1-2/+2
2013-08-06Convert a few proto_tree_add_text to pacify checkAPIs.pl. Looks like the "pr...Michael Mann1-8/+20
2013-08-06Replace all proto_tree_add_text with filterable items.Michael Mann1-116/+132
2013-08-05Make sure serv_proto is set to the appropriate string value in allGuy Harris1-61/+72
2013-08-05Make some global variables staticJakub Zawadzki3-4/+4
2013-08-05remove unnecessary if (tree) checks in packet-hdcp2.c,Martin Kaiser1-12/+7
2013-08-05it's and, not or ;-)Martin Kaiser1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki31-129/+107
2013-08-05Replace global variable that was just used to pass data between dissectors wi...Michael Mann2-11/+8
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki37-168/+146
2013-08-05Try to make the OSX build bot happy.Anders Broman1-0/+3
2013-08-05Dissector handle after [new_]register_dissector can be get by find_dissector(...Jakub Zawadzki2-4/+8
2013-08-05Use a hastable for port resolution. Currently one table for the 4 protocols w...Anders Broman2-120/+147
2013-08-05SCSI dissector does not parse PERSISTENT RESERVE commands correctly. Bug 901...Michael Mann1-9/+35
2013-08-05From Роман Донченко via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-17/+21
2013-08-05Get rid of some unused and set-but-unused variables.Jeff Morriss1-23/+17
2013-08-05Massive conversion to filterable items. It started with convert_proto_tree_ad...Michael Mann1-2199/+1524
2013-08-05Fix some whitespace odditiesJörg Mayer1-7/+7
2013-08-05Completely remove support for proto_item_set_expert_flags.Michael Mann4-57/+11
2013-08-05Get rid of no-longer-used variables.Guy Harris1-4/+0
2013-08-05Convert remaining proto_item_set_expert_flags in dissector directory.Michael Mann4-49/+67
2013-08-04Cleanup tvbJakub Zawadzki5-29/+9
2013-08-04Convert proto_item_set_expert_flags into filterable items.Michael Mann1-10/+23
2013-08-04Convert proto_item_set_expert_flags to "filterable" items in alcap dissector....Michael Mann6-78/+68
2013-08-04Convert proto_item_set_expert_flags into something filterable.Michael Mann1-128/+113
2013-08-04dissect selector byte in the transport protocol descriptorMartin Kaiser1-6/+54
2013-08-04Ensure eth_hashtable exists when doing a lookup. Not sure I'm running into t...Michael Mann1-3/+11
2013-08-03Add a cast. Use g_snprintf instead of plain snprintf.Evan Huus1-20/+20
2013-08-03From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8961Evan Huus3-0/+1665
2013-08-02Switch back to seasonal memory for the address UAT data since r50073Gerald Combs1-3/+3
2013-08-02From Роман Донченко via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-172/+173
2013-08-02Move the 802.15.4 address table hash entries to epan scope. Otherwise weGerald Combs1-3/+3
2013-08-02Add some casts to keep C++ happy.Jeff Morriss1-3/+5
2013-08-02g_int64_equal() and g_int64_hash() exist *after* glib 2.22, not before.Jeff Morriss1-1/+1
2013-08-02- Use a hashtable for eth lookup.Anders Broman2-47/+111
2013-08-02g_int64_hash() and g_int64_equal() first appear in GLib 2.22, make a local copy.Anders Broman1-0/+45
2013-08-02From ?\208?\160?\208?\190?\208?\188?\208?\176?\208?\189 ?\208?\148?\208?\190?...Jeff Morriss1-88/+73
2013-08-02Combine two ternary ?: into a single if. Shaves about 1.5% off the fast timingEvan Huus1-2/+8
2013-08-02Small simplificationEvan Huus1-3/+2
2013-08-02Remove unnecessary null check.Evan Huus1-4/+0
2013-08-02LIBGCRYPT_CFLAGS is not set in Windows builds, use GNUTLS_CFLAGS instead.Jeff Morriss1-2/+1
2013-08-02Rewrite the merge_free routine to keep the merged chunk on the master free listEvan Huus1-75/+80