summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-10-06Cleanup rcsidsKovarththanan Rajaratnam1-16/+12
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-06Increase EMEM_ALLOCS_PER_CHUNK to avoid memory waist.Anders Broman1-1/+1
2009-10-06From Matthieu Patou,Ronnie Sahlberg2-234/+1199
2009-10-06more updates to samr to harmonize it with sambaRonnie Sahlberg6-289/+260
2009-10-06Use IANA assigned port number as default UDP port.Stig Bjørlykke1-4/+2
2009-10-05Regenerated to match spec files.Stig Bjørlykke1-16/+16
2009-10-05Use g_free() (should have been part of r30342)Kovarththanan Rajaratnam1-2/+2
2009-10-05Move dissector add sanity check to separate functionKovarththanan Rajaratnam1-13/+24
2009-10-05Add DISSECTOR_ASSERT before dereferencing pointerKovarththanan Rajaratnam1-3/+3
2009-10-05GetModuleFileName expects the size of the passed buffer to be expressed in TC...Kovarththanan Rajaratnam1-1/+1
2009-10-05se_alloc returns a non NULL pointer so we don't have to check for NULLKovarththanan Rajaratnam1-5/+2
2009-10-05Use g_malloc()Kovarththanan Rajaratnam1-4/+4
2009-10-05Return from dissect_snmp_VarBind() when detecting invalid oid.Stig Bjørlykke1-1/+8
2009-10-05Add null pointer guardKovarththanan Rajaratnam1-1/+1
2009-10-05Allocate 64K buffer from heapKovarththanan Rajaratnam1-7/+2
2009-10-05Initialize ip_addr to avoid an uninitialized warning.Stig Bjørlykke1-2/+2
2009-10-05Initialize some values to avoid uninitialized warnings.Stig Bjørlykke1-3/+3
2009-10-05Initialize u32BoundElements.Stig Bjørlykke1-0/+1
2009-10-05Moved the block for second octet to avoid a warning about an uninitializedStig Bjørlykke1-16/+17
2009-10-05Corrected check for dtmEgprsHighMultiSlotClassPresent.Stig Bjørlykke1-1/+1
2009-10-05Rewrote fc_sof_t and fc_eof_t from enum to defines, as enumStig Bjørlykke1-30/+26
2009-10-05Fixed a signed/unsigned warning.Stig Bjørlykke2-2/+2
2009-10-05Change a refrerence.Anders Broman1-1/+1
2009-10-04From Gerasimos Dimitriadis:Anders Broman1-5/+7
2009-10-04RIP packet-6lowpan.hKovarththanan Rajaratnam1-1/+0
2009-10-041. There doesn't seem to be a need for a separate .h file;Bill Meier2-185/+160
2009-10-04[Automatic manuf and enterprise-numbers update for 2009-10-04]Gerald Combs1-7/+215
2009-10-04Whitespace changesKovarththanan Rajaratnam1-27/+16
2009-10-04Atemt to fix compilation of packet-dcerpc.c for Windows.Anders Broman1-21/+35
2009-10-04Atemt to fix compilation of samr for Windows.Anders Broman1-2/+7
2009-10-04more merges from samba samr idl fileRonnie Sahlberg3-562/+569
2009-10-04more merges from the samba samr idl fileRonnie Sahlberg2-20/+101
2009-10-04use a fake dcerpc_call_data structure before we call into the dcerpc Ronnie Sahlberg1-2/+4
2009-10-04we must create a fake dcerpc_call_value strucure before we call into the Ronnie Sahlberg1-2/+4
2009-10-04we must create a fake dcerpc_call_value structure when we call into the Ronnie Sahlberg1-4/+8
2009-10-04update the string helpers to be ndr64 awareRonnie Sahlberg1-6/+18
2009-10-04update dissect_ndr_nt_PSID_ARRAY() to be ndr64 awareRonnie Sahlberg1-0/+8
2009-10-04Don't clear and append string to column. Just add it (which will clear the co...Kovarththanan Rajaratnam1-22/+21
2009-10-04We don't use preferences so if (!init) not requiredKovarththanan Rajaratnam1-9/+4
2009-10-04Use g_new0() when allocating z_streamKovarththanan Rajaratnam1-1/+1
2009-10-04Use GLibs CLAMP(). The current inlined implementation seems to be wrong:Kovarththanan Rajaratnam1-8/+1
2009-10-04Delay allocation of z_streamKovarththanan Rajaratnam1-6/+2
2009-10-04g_malloc0() doesn't return NULL so remove NULL error pathsKovarththanan Rajaratnam1-27/+1
2009-10-04more samr updates for ndr64Ronnie Sahlberg4-181/+253
2009-10-04merge some changes to samr from the samba idlRonnie Sahlberg5-426/+964
2009-10-03Fix a couple (false) uninitialized variable warnings.Jeff Morriss1-11/+5
2009-10-03Added packet-6lowpan.c to cmake.Stig Bjørlykke1-0/+1