aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-10-10Add req_resp_hdrs_do_reassembly to the list of functions that areGuy Harris1-0/+1
2009-10-10Introduce PROTOCOL_NAME variable in makefilesKovarththanan Rajaratnam3-19/+25
2009-10-10Correct path to pidlKovarththanan Rajaratnam1-1/+1
2009-10-10Autogenerating epan/dissectors/dcerpc/* now worksKovarththanan Rajaratnam3-49/+28
2009-10-10Only dump to stderr if IDL2WRS_DEBUG is definedKovarththanan Rajaratnam1-1/+5
2009-10-10First stab at autogenerating budb dissectorKovarththanan Rajaratnam2-3/+57
2009-10-10Compile and link idl2wrsKovarththanan Rajaratnam2-0/+36
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 Rajaratnam1-58/+57
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam35-327/+328
2009-10-09Rename gsmmap -> gsm_map for consistencyKovarththanan Rajaratnam2-56/+56
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 Rajaratnam1-2/+2
2009-10-09Remove unused variableKovarththanan Rajaratnam1-86/+85
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-09If we're on Windows and we don't have kerberos, define a dummy version of rea...Jeff Morriss1-2/+12
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-09Use register_dissector_files in asn1 pluginKovarththanan Rajaratnam1-4/+5
2009-10-09Add register_dissector_files macroKovarththanan Rajaratnam1-27/+4
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-09From Gerasimos Dimitriadis:Anders Broman1-2/+2
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-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 Broman18-242/+226
2009-10-09From Tobias Witek:Anders Broman7-0/+3270
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-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
2009-10-08Call emem_canary() immediatelyKovarththanan Rajaratnam1-7/+5
2009-10-08From Harald Welte via bug 4106:Kovarththanan Rajaratnam1-1/+5
2009-10-08As requested by Gregory Seidman on -dev: add CRC32 functions to libwireshark....Jeff Morriss2-32/+42