aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-10Add tools/lemon/CMakeLists.txt which creates the lemon parser executableKovarththanan Rajaratnam3-13/+37
2009-10-10Compile and link idl2wrsKovarththanan Rajaratnam3-0/+38
2009-10-10Sort subdirectories alphabeticallyKovarththanan Rajaratnam1-15/+16
2009-10-10Add epan/dissectors/CMakeLists.txt which creates a static dissectors libraryKovarththanan Rajaratnam2-940/+972
2009-10-10Update list of output files generated from process-x11*Kovarththanan Rajaratnam1-0/+5
2009-10-10Add dependency to packet-ncp2222.incKovarththanan Rajaratnam1-2/+3
2009-10-09Backport r29665 to template file so that the change is not overwritten when w...Kovarththanan Rajaratnam2-116/+114
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam35-327/+328
2009-10-09Rename gsmmap -> gsm_map for consistencyKovarththanan Rajaratnam6-58/+57
2009-10-09Print statistics to stderr so we can see (only) them when using tshark.Jeff Morriss1-53/+60
2009-10-09Make a few variables staticKovarththanan Rajaratnam2-4/+4
2009-10-09Remove unused variableKovarththanan Rajaratnam2-166/+164
2009-10-09Unify the stats output regardless of whether we're using canaries or not. Fix...Jeff Morriss1-43/+27
2009-10-09(Windows only) Make sure that register.c depends on make-dissector-reg.py and...Kovarththanan Rajaratnam1-3/+3
2009-10-09Split register_count() into proto_reg_count() and handoff_reg_count()Kovarththanan Rajaratnam1-2/+24
2009-10-09Concatenate path in a more portable fashionKovarththanan Rajaratnam1-1/+1
2009-10-09If we're on Windows and we don't have kerberos, define a dummy version of rea...Jeff Morriss1-2/+12
2009-10-09* Update list of supported platformsKovarththanan Rajaratnam1-3/+4
2009-10-09Rename DISSECTOR_ASM_UTILS to LIBWIRESHARK_ASM_FILES since these files belong...Kovarththanan Rajaratnam1-17/+16
2009-10-09Add epan/ftypes/CMakeLists.txt which creates a static ftypes libraryKovarththanan Rajaratnam2-14/+47
2009-10-09Add epan/dfilter/CMakeLists.txt which creates a static dfilter libraryKovarththanan Rajaratnam2-26/+58
2009-10-09Add epan/crypt/CMakeLists.txt which creates a static crypt libraryKovarththanan Rajaratnam2-17/+48
2009-10-09Add epan/crc/CMakeLists.txt which creates a static crc libraryKovarththanan Rajaratnam2-4/+37
2009-10-09Fix copy/paste errorKovarththanan Rajaratnam1-2/+2
2009-10-09Start using register_tap_files() macroKovarththanan Rajaratnam2-20/+4
2009-10-09Introduce UseMakeTapReg.cmakeKovarththanan Rajaratnam2-0/+20
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam13-301/+36
2009-10-09Use register_dissector_files in asn1 pluginKovarththanan Rajaratnam2-29/+8
2009-10-09Add register_dissector_files macroKovarththanan Rajaratnam3-27/+38
2009-10-09hf[]: Use NULL for "blurb" instead of dup or empty test string;Bill Meier1-11/+8
2009-10-09hf[]: Use NUL for "blurb" instead of empty text string;Bill Meier1-23/+21
2009-10-09hf[]: Use NULL for "blurb" instead of dup or empty text string;Bill Meier1-19/+17
2009-10-09hf[]: Use NULL for "blurb" instead of dup or empty text string;Bill Meier1-28/+27
2009-10-09Also capitalize wireshark_BINARY_DIR since this variable is automatically def...Kovarththanan Rajaratnam1-1/+1
2009-10-09Capitalize project nameKovarththanan Rajaratnam1-1/+1
2009-10-09From Gerasimos Dimitriadis:Anders Broman1-2/+2
2009-10-09Remove code guarded by #ifdef USE_CONVERSATION_GRAPHAnders Broman2-280/+17
2009-10-09Add common include file (boiler plate)Kovarththanan Rajaratnam4-48/+21
2009-10-09Update makefiles to use new template namesKovarththanan Rajaratnam3-3/+3
2009-10-09Give the template filenames more uniquenessKovarththanan Rajaratnam7-4/+7
2009-10-09From Didier Gautheron:Anders Broman3-10/+15
2009-10-09From Didier Gautheron:Anders Broman2-429/+681
2009-10-09Introduce intermediate variables: PROTOCOL_NAME and IDL2WRSKovarththanan Rajaratnam1-3/+6
2009-10-09Introduce intermediate variables: PROTOCOL_NAME and IDL2WRSKovarththanan Rajaratnam1-3/+6
2009-10-09Introduce intermediate variables: PROTOCOL_NAME and IDL2WRSKovarththanan Rajaratnam1-3/+6
2009-10-09From Didier Gautheron:Anders Broman3-49/+114
2009-10-09From Didier Gautheron:Anders Broman35-299/+279
2009-10-09From Tobias Witek:Anders Broman7-0/+3270
2009-10-09update pidl to the current samba version so we can generate ndr64 Ronnie Sahlberg21-1504/+2452
2009-10-09explicitely cast a guin64 to int to avoid compile warningsRonnie Sahlberg2-4/+4