summaryrefslogtreecommitdiff
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
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-10Add epan/dissectors/CMakeLists.txt which creates a static dissectors libraryKovarththanan Rajaratnam1-0/+967
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-09Make a few variables staticKovarththanan Rajaratnam1-2/+2
2009-10-09Remove unused variableKovarththanan Rajaratnam1-86/+85
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-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-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 Rajaratnam4-27/+27
2009-10-08From Gerasimos Dimitriadis via. bug 4104:Kovarththanan Rajaratnam1-13/+13
2009-10-08Clean up header fields.Jaap Keuter3-7/+7
2009-10-07Cleanup header fields.Jaap Keuter7-21/+21
2009-10-07Fix some LLP64 issues.Guy Harris1-4/+4
2009-10-07Get it compiling when we don't have kerberos libraries.Jeff Morriss1-3/+9
2009-10-07From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4073 :Jeff Morriss1-20/+72
2009-10-07Reverting previous patch as requested by Ronnie.Anders Broman1-3/+2
2009-10-07Make the windows build compile again.Anders Broman1-2/+3
2009-10-07Switch to using tvb_new_subset_remaining() in .cnf files.Stig Bjørlykke2-9/+9
2009-10-07Made dissect_pres() static.Stig Bjørlykke1-3/+3
2009-10-07add a new function read_keytab_file_from_preferences(void)Ronnie Sahlberg2-18/+32
2009-10-07new samr compiled as a test by the samba4 pidl compiler from mainlineRonnie Sahlberg1-7/+2
2009-10-07malloc() and free() are prohibited APIs, use the glib equivalents instead.Jeff Morriss1-50/+50
2009-10-06From Andreas Becker:Jaap Keuter1-9/+38
2009-10-06Avoid dereference of null pointer.Stig Bjørlykke1-1/+1
2009-10-06From Didier Gautheron:Anders Broman12-19/+32
2009-10-06From Gerasimos Dimitriadis:Anders Broman1-48/+48
2009-10-06From Gerasimos Dimitriadis:Anders Broman1-90/+46
2009-10-06Use ep_alloc()Kovarththanan Rajaratnam1-79/+75
2009-10-06Don't include unistd.hKovarththanan Rajaratnam1-3/+0
2009-10-06Make it compile on windows.Anders Broman1-0/+2
2009-10-06From Matthieu Patou,Ronnie Sahlberg2-234/+1199
2009-10-06more updates to samr to harmonize it with sambaRonnie Sahlberg6-289/+260