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
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
It's not necessary to call epan_free() in cf_open(): cf_close() (which is
Jeff Morriss
2013-08-07
1
-2
/
+3
*
use explicit cast to squelch compiler warning
Martin Kaiser
2013-08-01
1
-1
/
+1
*
Remove fdata->opt_comment, add pkt_comment to pinfo
Jakub Zawadzki
2013-08-01
1
-20
/
+106
*
Remove interface_id, pack_flags from frame_data structure.
Jakub Zawadzki
2013-07-30
1
-4
/
+4
*
Make a routine not used outside file.c static.
Guy Harris
2013-07-23
1
-1
/
+1
*
Abuse epan_t more: add callback to get interface name.
Jakub Zawadzki
2013-07-22
1
-1
/
+2
*
Fix file.c:112:1: error: ‘static’ is not at beginning of declaration
Evan Huus
2013-07-21
1
-1
/
+1
*
Replace relative timestamp with reference frame number. Saves 16B per frame.
Jakub Zawadzki
2013-07-21
1
-15
/
+15
*
Add helper function to epan_session which can be used to get absolute timesta...
Jakub Zawadzki
2013-07-21
1
-4
/
+36
*
Some work on multi file dissection
Jakub Zawadzki
2013-07-21
1
-22
/
+21
*
Move merge.{h,c} into wiretap: these modules use wiretap to merge files.
Jeff Morriss
2013-07-16
1
-13
/
+14
*
Move the print modules into epan.
Jeff Morriss
2013-07-12
1
-2
/
+3
*
Move some more modules into epan.
Jeff Morriss
2013-07-11
1
-1
/
+0
*
packet dissection now takes pointer to tvb instead of guint8 data
Jakub Zawadzki
2013-07-11
1
-13
/
+14
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2013-06-29
1
-4
/
+0
*
Move tempfile.{h,c} into wsutil.
Jeff Morriss
2013-06-26
1
-1
/
+1
*
Fix build with packet editor enabled. (Fix a typo while we're at it.)
Guy Harris
2013-06-25
1
-1
/
+2
*
inform expert info layer about the current number of packet comments
Martin Kaiser
2013-06-20
1
-0
/
+3
*
Allow for column headers not to be printed in order to make it possible to ex...
Chris Maynard
2013-06-19
1
-3
/
+7
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-19
/
+39
*
Don't take the shortcut of moving/copying the existing file if we have a name
Evan Huus
2013-04-13
1
-14
/
+44
*
Rename cf_not_saved() to cf_has_unsaved_data() to clarify what it
Guy Harris
2013-04-02
1
-1
/
+1
*
Add routines to file.c to indicate whether:
Guy Harris
2013-04-01
1
-5
/
+93
*
Add a wtap_dump_can_write() routine that indicates whether Wiretap
Guy Harris
2013-04-01
1
-14
/
+8
*
Define a collection of bits for different types of capture file comments.
Guy Harris
2013-04-01
1
-4
/
+10
*
From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223
Evan Huus
2013-03-27
1
-12
/
+1
*
Make internal functions static.
Anders Broman
2013-03-21
1
-1
/
+1
*
From beroset:
Bill Meier
2013-03-20
1
-4
/
+4
*
Fix the leaking of packet comments, i.e. the rest of
Evan Huus
2013-03-15
1
-4
/
+2
*
Use explicit casts.
Anders Broman
2013-03-06
1
-17
/
+17
*
Add support for writing the packet block flags for pcapng.
Michael Tüxen
2012-12-22
1
-0
/
+3
*
Rename the search type menu items to more accurately reflect what we're
Gerald Combs
2012-12-15
1
-14
/
+25
*
Fix a number of [-Wshadow] warnings;
Bill Meier
2012-11-25
1
-51
/
+50
*
Make a few variables volatile to satisfy gcc.
Evan Huus
2012-11-03
1
-7
/
+7
*
Manually revert r45669
Jakub Zawadzki
2012-11-03
1
-41
/
+22
*
volatile fixes.
Jakub Zawadzki
2012-10-22
1
-6
/
+9
*
Move some variables inside TRY { } block.
Jakub Zawadzki
2012-10-22
1
-89
/
+95
*
Make progbar_quantum volatile to suppress setjmp/longjmp warnings.
Guy Harris
2012-10-22
1
-1
/
+1
*
Move TRY CATCH outside reading packet loops.
Jakub Zawadzki
2012-10-22
1
-49
/
+45
*
1) Allow for the possibility for both packet summary and packet details to be
Chris Maynard
2012-10-22
1
-0
/
+4
*
Move ep_free_all() *AFTER* packet dissection.
Jakub Zawadzki
2012-10-20
1
-1
/
+1
*
I don't understand how this variable might be clobbered, but mark it volatile...
Jakub Zawadzki
2012-10-20
1
-1
/
+1
*
Introduce epan_dissect_run_with_taps() which run dissection with taps.
Jakub Zawadzki
2012-10-20
1
-6
/
+2
*
- Allow reseting edt with new function epan_dissect_reset(),
Jakub Zawadzki
2012-10-20
1
-33
/
+52
*
Make a few variables volatile to fix longjmp warnings.
Evan Huus
2012-10-20
1
-9
/
+9
*
Pass create_proto_tree, cinfo directly to add_packet_to_packet_list
Jakub Zawadzki
2012-10-20
1
-41
/
+29
*
Remove always TRUE refilter argument from rescan_packets, add_packet_to_packe...
Jakub Zawadzki
2012-10-20
1
-34
/
+18
*
Only cap_len (not pkt_len) bytes of buffer are valid.
Jakub Zawadzki
2012-10-17
1
-4
/
+4
*
Fix a copy/paste error
Jakub Zawadzki
2012-10-17
1
-1
/
+1
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-36
/
+37
[next]