aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-09mark the dcerpc 1632 and 3264 type dissectors exportable for windowsRonnie Sahlberg1-0/+2
2009-10-08Tighten header field checks.Jaap Keuter1-6/+9
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam85-85/+6
2009-10-08Remove FindWSWIN32.cmake. It was only a temporary hack I introduced. We shoul...Kovarththanan Rajaratnam2-35/+0
2009-10-08Don't attempt to fill custom columns if we don't have a valid column expression.Kovarththanan Rajaratnam2-5/+5
2009-10-08Fix code so it actually pads a length to an 8 byte boundary.Bill Meier1-1/+1
2009-10-08calculate_crc32c -> crc32c_calculate for proper 'namespacing'Kovarththanan Rajaratnam7-32/+32
2009-10-08Add DISSECTOR_ASSERT() before dereferencing a possible NULL pointerKovarththanan Rajaratnam1-0/+2