aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* update dissect_ndr_nt_PSID_ARRAY() to be ndr64 awareRonnie Sahlberg2009-10-041-0/+8
* Don't clear and append string to column. Just add it (which will clear the co...Kovarththanan Rajaratnam2009-10-041-22/+21
* We don't use preferences so if (!init) not requiredKovarththanan Rajaratnam2009-10-041-9/+4
* Use g_new0() when allocating z_streamKovarththanan Rajaratnam2009-10-041-1/+1
* Use GLibs CLAMP(). The current inlined implementation seems to be wrong:Kovarththanan Rajaratnam2009-10-041-8/+1
* Delay allocation of z_streamKovarththanan Rajaratnam2009-10-041-6/+2
* g_malloc0() doesn't return NULL so remove NULL error pathsKovarththanan Rajaratnam2009-10-041-27/+1
* more samr updates for ndr64Ronnie Sahlberg2009-10-044-181/+253
* merge some changes to samr from the samba idlRonnie Sahlberg2009-10-045-426/+964
* Fix a couple (false) uninitialized variable warnings.Jeff Morriss2009-10-031-11/+5
* Added packet-6lowpan.c to cmake.Stig Bjørlykke2009-10-031-0/+1
* Make gcc happy.Michael Tüxen2009-10-031-1/+1
* From Owen Kirby:Jaap Keuter2009-10-033-0/+2274
* Fix a typoJeff Morriss2009-10-031-1/+1
* Guard against NULL pointersKovarththanan Rajaratnam2009-10-031-8/+12
* rename 2or4 to a new type guint1632 and call the dissector for this Ronnie Sahlberg2009-10-032-4/+7
* rename dissect_ndr_4or8 to dissect_ndr_uint3264 to match hte name of Ronnie Sahlberg2009-10-036-30/+33
* add a helper that supports decoding either a 16 or 32 bit integer based Ronnie Sahlberg2009-10-033-2/+27
* make dissect_ndr_nt_SID handle ndr64Ronnie Sahlberg2009-10-031-1/+1
* update the handmarshalled code in samr.cnf to handle ndr64 encodingRonnie Sahlberg2009-10-032-14/+15
* Since chunk_size is now unsigned, check to ensure that it is not "too big."Jeff Morriss2009-10-031-10/+15
* a new samr dissector, created using samba PIDL with ndr64 supportRonnie Sahlberg2009-10-031-45/+45
* pild uses a magic alignment of 5 to mean align either to 4 or 8 bytes Ronnie Sahlberg2009-10-031-0/+4
* From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4067 :Jeff Morriss2009-10-037-688/+1603
* initial support to handle conformance data for NDR64.Ronnie Sahlberg2009-10-031-36/+80
* update the alignment for UserInfo so it handles either NDR or NDR64.Ronnie Sahlberg2009-10-031-1/+1
* add a new macro to do alignment to either 4 or 8 bytes depending on if Ronnie Sahlberg2009-10-031-0/+9
* teach the dce/rpc pointer dissector about ndr64 and make it dissect Ronnie Sahlberg2009-10-033-34/+79
* Prime interesting fields when selecting a package, so Lua's ProtoFieldStig Bjørlykke2009-10-023-9/+22
* From Jared Renzullo:Jaap Keuter2009-10-021-5/+155
* From Beth via bug 4049:Stig Bjørlykke2009-10-022-0/+6
* One of those if(check_col)'s was hiding another condition (should have been l...Jeff Morriss2009-10-021-1/+2
* Update to 3GPP TS 24.301 V9.0.0 (2009-09)Anders Broman2009-10-021-11/+65
* From Francesco Fondelli:Jaap Keuter2009-10-021-21/+30
* From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4065 :Jeff Morriss2009-10-011-499/+547
* From Gerasimos Dimitriadis:Anders Broman2009-10-011-1/+22
* From Vincent Helfre:Anders Broman2009-10-011-5752/+4189
* Removed fetching an unused variable. Leaving as a commentStig Bjørlykke2009-10-011-2/+1
* Removed redundant prototype of Tvb_range().Stig Bjørlykke2009-10-011-2/+0
* Don't pass in ephemeral allocated string to col_set_str()Kovarththanan Rajaratnam2009-10-011-24/+24
* Added a cast to avoid another warning.Stig Bjørlykke2009-10-011-1/+1
* Made lua_load_script() static.Stig Bjørlykke2009-10-011-1/+1
* Fixed input argument for sscanf "%x" (shall be unsigned int).Stig Bjørlykke2009-10-011-4/+3
* Update to 3GPP TS 36.413 V9.0.0 (2009-09)Anders Broman2009-10-011-34/+430
* Update to 3GPP TS 36.413 V8.7.0 (2009-09)Anders Broman2009-10-011-2/+3
* Cast a pointer to avoid a warning.Stig Bjørlykke2009-10-011-1/+1
* we need to copy the information about the transport syntax, i.e. i fit Ronnie Sahlberg2009-10-012-2/+13
* Remove comment asking if this function should be in strutil.c since it isStephen Fisher2009-10-011-1/+0
* From Jared Renzullo:Jaap Keuter2009-09-301-0/+4
* Removed unused variable.Stig Bjørlykke2009-09-301-15/+8