aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping88-610/+462
2005-08-24Properly initialize our hf_ arrays. Make hf_rtcp_app_poc1_conn_session_typeGerald Combs1-4/+4
2005-08-24fix a comment typoUlf Lamping1-1/+1
2005-08-24From Graeme HewsonRonnie Sahlberg1-2/+3
2005-08-23The name in a Display TLV is null-terminated (or padded with a null byteGuy Harris1-11/+10
2005-08-23Use "format_text()" and "tvb_format_text()" when displaying strings. Guy Harris1-15/+63
2005-08-23Fix the parenthesization of an expression.Guy Harris1-1/+2
2005-08-22Two fixes to tektronix k12 import:Luis Ontanon2-3/+10
2005-08-22Length of string == lengt of element - headerlengthJörg Mayer1-1/+1
2005-08-22From Timo Metsala:Anders Broman2-3/+292
2005-08-22Fix decoding of sendIdentificationArg/Res and ProvideSubscriberLocationAnders Broman5-238/+121
2005-08-22Add a "time_stat_init()" routine to initialize the fields of aGuy Harris7-92/+70
2005-08-22From Graeme Lunt:Anders Broman1-22/+24
2005-08-21Export get_timesum().Guy Harris1-0/+1
2005-08-21Use "g_strdup_printf()" rather than formatting into a fixed-lengthGuy Harris1-46/+41
2005-08-21- Make it possible to filter on eap.null, eap.info, eap.unknown etcJörg Mayer1-18/+68
2005-08-21Use the tap_dfilter_dlg mechanism.Guy Harris1-116/+10
2005-08-21Use the tap_dfilter_dlg code.Guy Harris1-116/+10
2005-08-21- In the info summary, port# and slot# were exchangedJörg Mayer1-6/+9
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris52-54/+54
2005-08-21From Mike Duigou:Anders Broman2-217/+288
2005-08-21The protocol item in the protocol tree will have a gray background now, which...Ulf Lamping3-5/+70
2005-08-21as discussed some time ago: don't add bad checksum fields conditionally but u...Ulf Lamping1-10/+30
2005-08-21remove sprintf from gsm_aAnders Broman1-1/+1
2005-08-21"gtk_tap_dfilter_dlg_cb()" is no longer used outsideGuy Harris15-288/+35
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris8-8/+16
2005-08-21Set properties.Guy Harris0-0/+0
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris67-128/+203
2005-08-21remove sprintf from gsm_aRonnie Sahlberg5-219/+229
2005-08-21remove gmalloc and sprintfRonnie Sahlberg1-11/+5
2005-08-21remove sprintfRonnie Sahlberg1-274/+285
2005-08-20The routines registered with "register_stat_cmd_arg()" *are* called ifGuy Harris5-83/+123
2005-08-20We already have a tap that registers as a command-line stat under theGuy Harris1-10/+0
2005-08-20capture_sync.c(290) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping1-4/+4
2005-08-20remove sprintfRonnie Sahlberg1-20/+18
2005-08-20radius_dict.l(216) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping1-2/+2
2005-08-20removal of sprintfRonnie Sahlberg1-14/+25
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris73-82/+81
2005-08-20Explain in more detail the split between the stuff in ui_util.h and inGuy Harris2-3/+5
2005-08-20Explain in more detail what this file is for.Guy Harris1-1/+3
2005-08-20There's no longer a need to individually remove items fromGuy Harris3-16/+2
2005-08-20Flag the "add_string" parameter as unused if it is - and don't flag itGuy Harris1-19/+19
2005-08-20"ascend-grammar.h" is generated by Bison with a copy of the definitionGuy Harris1-2/+0
2005-08-20And if we add a file, add it to Makefile.am as well Jörg Mayer1-0/+1
2005-08-20If we delete a file, don't forget to remove it from Makefile.commonJörg Mayer1-1/+0
2005-08-20- Include the .h files in their .c files.Jörg Mayer12-35/+19
2005-08-20removed MSVC warnings:Ulf Lamping3-10/+10
2005-08-20Win32: exported DATA must be declared with ETH_VAR_IMPORT to be available fro...Ulf Lamping1-1/+1
2005-08-20One file missed in last checkinJörg Mayer1-1/+2
2005-08-20- Declare some functions staticJörg Mayer35-1424/+1457