aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris6-1/+36
2013-02-10Add an "Unregistered hf!" hint to DISSECTOR_ASSERT((guint)hfindex < gpa_hfinf...Bill Meier1-1/+1
2013-02-10Add svn properties and modelines.Evan Huus1-1144/+1156
2013-02-10Add Bitcoin dissectorMichael Mann3-0/+1146
2013-02-10[Automatic manuf, services and enterprise-numbers update for 2013-02-10]Gerald Combs1-13/+197
2013-02-10Add support for IGNORE message type to SSH2 dissector + some minor cleanupMichael Mann1-47/+40
2013-02-09Pull in a comment from the MATE plugin Makefile.nmake.Guy Harris1-1/+13
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris6-21/+21
2013-02-09From Lori Tribble via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8306Evan Huus1-1/+6
2013-02-08Fix bug 8056: Maximum value of Duration should be 32767.Chris Maynard1-9/+26
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs6-6/+42
2013-02-08Handle SIP "resends" within SDP. This is to handle "duplicate" OFFERs so the...Michael Mann3-0/+18
2013-02-08Use the new realloc API when growing a string-buffer.Evan Huus1-5/+1
2013-02-08Fix error: no newline at end of filePascal Quantin1-1/+1
2013-02-08Change string to filename preference so file can be browsed forMichael Mann1-1/+1
2013-02-08Use glib's isdigit function.Evan Huus1-1/+1
2013-02-08Support SDP context over SIP.Michael Mann3-508/+820
2013-02-08Constify the name member of a struct _proto_xmlpi_attr, to squelchGuy Harris1-1/+1
2013-02-08Constify the second argument to uat_load(), to squelch some warnings.Guy Harris3-3/+3
2013-02-08Constify the return value of append_to_buffer(), to squelch someGuy Harris1-2/+2
2013-02-08Constify the return value of replace_entity(), to squelch some warnings.Guy Harris1-2/+2
2013-02-08Capitalize the short name.Gerald Combs1-1/+1
2013-02-08Fix issue where using realloc() to shrink a chunk could result inEvan Huus1-0/+3
2013-02-08Add explicit casts to pacify MSVC buildbot.Evan Huus1-6/+6
2013-02-08Make use of the new garbage-collection routines when closing a file.Evan Huus1-0/+4
2013-02-08Expose the new wmem API functions, and use a consistent order ofEvan Huus3-15/+26
2013-02-08Rewrite the block allocator to support the new wmem API (realloc, free, gc).Evan Huus1-90/+600
2013-02-08Add a ModulePreferencesScrollArea widget which builds a scrollable frameGerald Combs1-13/+15
2013-02-07Use proto_registrar_get_id_byname() instead of proto_registrar_get_byname();Bill Meier2-43/+17
2013-02-07Add 'proto_registrar_get_id_byname()' accessor.Bill Meier2-4/+22
2013-02-07Add proto_tree_set_visible. Also, sort.Chris Maynard1-121/+122
2013-02-06C++-ize filter_expressions.h.Gerald Combs1-0/+8
2013-02-06Fix missing hf field array entries:Bill Meier1-43/+64
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs1-3/+1
2013-02-06Update a comment.Bill Meier1-1/+1
2013-02-06From Stefan Allers viaEvan Huus1-13/+163
2013-02-06From Tyson Key:Anders Broman1-4/+36
2013-02-05Rename 'hf_h248_package_3GUP' to 'proto_h248_package_3GUP'Bill Meier1-4/+4
2013-02-05Comment out code which will never be executed in its current state.Bill Meier1-5/+6
2013-02-05remove some unnecessary if(tree) checksMartin Kaiser1-52/+36
2013-02-05Remove an unneeded set of parens in a macro definition;Bill Meier1-1/+1
2013-02-05a DVB-CI session number is not globally unique, it's only unique perMartin Kaiser2-6/+9
2013-02-05Export dissect_japan_isup_additonal_user_cat()Anders Broman2-1/+2
2013-02-05Export TBCD-STRING.Anders Broman2-51/+52
2013-02-05Add missing hf[] entries found by checkhf.Bill Meier1-1/+19
2013-02-05Add missing hf[] entries found by checkhf.Bill Meier1-0/+9
2013-02-05Include generated C files that we're *not* distributing.Guy Harris1-2/+9
2013-02-05dtd_parse.obj depends on dtd_grammar.h, but you can't buildGuy Harris1-1/+2
2013-02-05dtd_parse.c includes dtd_grammar.h; make sure we build dtd_grammar.hGuy Harris1-1/+1
2013-02-05Fix for previous changes.Guy Harris1-2/+2