index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wiretap
/
pcapng.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix error when enable "debug" in wiretap/pcapng.c file
Alexis La Goutte
2013-08-12
1
-1
/
+1
*
Fix some pointer-signedness (well, signedness of what the pointer points
Guy Harris
2013-06-21
1
-4
/
+4
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-37
/
+15
*
libwireshark's add_new_ipv4() and add_new_ipv6() now silently ignore
Guy Harris
2013-06-09
1
-16
/
+3
*
Don't treat zero-length names in the NRB as errors, just silently ignore
Guy Harris
2013-06-09
1
-11
/
+17
*
Use g_try_malloc() for some memory allocations, and return an "out of
Guy Harris
2013-06-07
1
-5
/
+21
*
Prevent attempts to allocate huge amounts of memory by imposing an
Guy Harris
2013-06-07
1
-23
/
+141
*
In the pcapng seek-read routine, *don't* fill in wth->phdr; seek-read
Guy Harris
2013-05-18
1
-17
/
+10
*
From beroset:
Anders Broman
2013-03-19
1
-1
/
+1
*
Do not call wtap_file_read_unknown_bytes() or
Guy Harris
2012-12-27
1
-1
/
+1
*
Fix syntax error showing up when using debug ouput.
Michael Tüxen
2012-12-23
1
-1
/
+1
*
Add support for writing the packet block flags for pcapng.
Michael Tüxen
2012-12-22
1
-24
/
+38
*
Squelch implicit 64-bit-to-32-bit conversion warnings.
Guy Harris
2012-12-21
1
-3
/
+3
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-4
/
+5
*
Use seasonal allocation for name resolution. This effectively scrubs our
Gerald Combs
2012-10-12
1
-1
/
+1
*
If we see an SHB after we've read the first SHB, report that as an
Guy Harris
2012-10-12
1
-79
/
+113
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Avoid a division by zero due to overflow.
Michael Tüxen
2012-07-30
1
-2
/
+2
*
Some more debug info.
Michael Tüxen
2012-07-27
1
-0
/
+5
*
Handle the case where no IDB follows the SHB. This fixes part of
Michael Tüxen
2012-07-27
1
-34
/
+30
*
Don't ask for information about an interface greater than the maximum
Guy Harris
2012-07-11
1
-0
/
+7
*
When writing an EPB, calculate the time stamp based on the resolution
Guy Harris
2012-07-10
1
-15
/
+22
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix some dead assignments.
Gerald Combs
2012-06-08
1
-1
/
+0
*
Try to squelch warnings
Anders Broman
2012-06-02
1
-5
/
+5
*
file_seek() used to be a wrapper around fseek() or gzseek(), both of
Guy Harris
2012-05-04
1
-15
/
+10
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7048
Michael Tüxen
2012-04-15
1
-10
/
+40
*
Whitespace cleanup (done while debugging).
Michael Tüxen
2012-04-15
1
-65
/
+65
*
Print the correct block size in a debug message.
Gerald Combs
2012-03-26
1
-1
/
+1
*
Disable debug.
Anders Broman
2012-03-21
1
-1
/
+1
*
Try to make the buildbot happy.
Anders Broman
2012-03-20
1
-10
/
+10
*
Write ISB:s if we have them.
Anders Broman
2012-03-20
1
-32
/
+173
*
Initialize the new num_stat_entries and interface_statistics members of
Guy Harris
2012-03-15
1
-4
/
+7
*
If we have one ISB, display the droped count from it.
Anders Broman
2012-03-15
1
-3
/
+6
*
- Store ISB data.
Anders Broman
2012-03-15
1
-4
/
+38
*
From Jose Pedro Oliveira:
Anders Broman
2012-03-13
1
-1
/
+0
*
Add data structure to hold information from ISB:s
Anders Broman
2012-03-13
1
-2
/
+3
*
From Jose Pedro Oliveira:
Anders Broman
2012-03-12
1
-2909
/
+2909
*
From Jose Pedro Oliveira: Add Modlines
Anders Broman
2012-03-12
1
-0
/
+13
*
In pcapng.c use the units per second value from the interface instead of
Gerald Combs
2012-03-10
1
-73
/
+73
*
From Jose Pedro Oliveira: Corrects several 'wdh->bytes_dumped += ...' lines. ...
Anders Broman
2012-03-09
1
-5
/
+5
*
Use correct lenght when writing if_filter_str.
Anders Broman
2012-03-05
1
-1
/
+3
*
Fix calculation of pading for if_filter_str.
Anders Broman
2012-03-05
1
-1
/
+1
*
Squelch a can't-really-happen uninitialized reference warning.
Guy Harris
2012-03-04
1
-1
/
+1
*
Use parentheses
Anders Broman
2012-03-04
1
-1
/
+1
*
if_filter isn't a string per se,The first byte of the Option Data keeps a cod...
Anders Broman
2012-03-04
1
-11
/
+58
*
Make sure all names in NRB records are null-terminated; report an error
Guy Harris
2012-03-04
1
-13
/
+138
*
From Jose Pedro Oliveira: Fix typos
Anders Broman
2012-03-03
1
-9
/
+9
*
Don't look at the interface_id field of the packet header if
Guy Harris
2012-03-03
1
-1
/
+10
*
Get rid of no-longer-needed argument to pcapng_write_section_header_block().
Guy Harris
2012-03-02
1
-25
/
+3
[next]