aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-01Use "proto_item_append_text()" rather than filling up an allocatedguy1-41/+39
2005-09-01128 bytes isn't much room for the stack; revert to using an on-the-stackguy1-5/+3
2005-09-01filter expression can contain GUID in XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX fo...kukosa1-3/+50
2005-09-01Use "proto_tree_append_text()" rather than appending to an ep_allocedguy1-142/+114
2005-09-01Get rid of a trailing comma.guy1-3/+3
2005-09-01replace one sprintf with g_snprintf and move one array off the stack and int...sahlberg1-3/+5
2005-09-01hmmm i though i removed some sprintf in the previous commit apparently not.sahlberg1-7/+6
2005-09-01convert one sprintf into g_snprintf()sahlberg3-13/+15
2005-09-01replace one ifdeffed out sprintf with g_snprintf() so that it doesnt show up ...sahlberg1-1/+1
2005-09-01Add Tomer Shanietxrab1-0/+1
2005-09-01From Tomer Shani:etxrab1-185/+335
2005-09-01From Martin Mathiesonetxrab3-51/+105
2005-08-31fix probable copy and paste error, as the xml dissector should be named xml a...ulfl1-1/+1
2005-08-31If we set one or more time references and then changed the time displaygerald1-30/+20
2005-08-31Parlay re-generated with the updated idl2eth generator.etxrab1-978/+904
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,etxrab9-244/+398
2005-08-31Add a Makefile.guy1-0/+16
2005-08-31Give it an RCS ID.guy1-0/+2
2005-08-31udvm: initialise a variableetxrab2-42/+193
2005-08-31Give it an RCS ID.guy1-0/+2
2005-08-31Keep the list of possible "-z" arguments sorted, so we can display themguy1-6/+15
2005-08-31Fix a typo.guy1-1/+1
2005-08-31- more standard way for FastStart item dissectionkukosa10-61/+69
2005-08-31internal length field for constrained SEQUNCE/SET OF was not hiddenkukosa1-3/+4
2005-08-31- OID names table extendedkukosa1-6/+71
2005-08-31Make ses_vals extern. Required to get it linked on Mac OS X.tuexen1-1/+1
2005-08-31remove some g_string_printf[a]() and replace with g_snprintf()sahlberg1-47/+56
2005-08-31change g_string_sprintf[a]() to g_snprintf() and emem allocated memory.sahlberg1-58/+62
2005-08-31Decode CmnInform fixes bug 376.etxrab2-9/+44
2005-08-30propset svn:keywords and svn:eol-stylejmayer1-1/+1
2005-08-30Add an item about the packet list scroll bar.gerald1-1/+5
2005-08-30add timestamp enhancements to the changes section, do some editing with the e...ulfl1-8/+27
2005-08-30Break out of an infinite loop. Fixes bugs 392 - 395. Add a UNIX Makefilegerald4-14/+29
2005-08-30minor workflow enhancement, generate the HTML files before the pdf's and alike.ulfl1-3/+3
2005-08-30from Jaap Keuter:ulfl1-112/+118
2005-08-30Add support for slightly modified libpcap file format with nanosecond resolut...ulfl5-39/+92
2005-08-30remove some g_string_printf[a]() and replace it with g_snprintf() to ememifie...sahlberg1-15/+17
2005-08-30remove a bunch of sprintf that should be perfectly safe but for the princip...sahlberg1-10/+10
2005-08-30replace some g_string_sprintf() with g_snprintf()sahlberg1-14/+20
2005-08-30move an array off the stack into emem allocated memorysahlberg1-9/+10
2005-08-30change g_string_sprintf() into g_snprintf()sahlberg1-70/+34
2005-08-30change one g_string_sprintf() into g_snprintf() and move one array of charac...sahlberg1-17/+12
2005-08-30remove a variable that is never used and thus two also completely redundant g...sahlberg1-3/+1
2005-08-30replace some (safe) g_string_sprintf with g_snprintf()sahlberg1-11/+12
2005-08-29MapDialougePDU.cnfetxrab16-1818/+2877
2005-08-29Fix a typo 'BER_UNI_TAG_TeletexString'etxrab1-1/+1
2005-08-29Change the field description to match the field name.jmayer1-1/+1
2005-08-29Add a tool to check the hf_ values.jmayer1-0/+196
2005-08-29avoid few warningskukosa1-10/+10
2005-08-29- fix of bug made with too fast releasekukosa1-1/+1